Top "Multivalue" questions

The term "multivalue" refers to a nested data structure where a data column in a database table can contain multiple levels of nested columns.

In Solr, How to query against one field for distinct set of values in a multi-valued field

I basically want Solr to search each record of the multivalued field for my search parameter.. read on for my …

full-text-search solr parallel-processing multivalue
SQL Database multiple values for same attribute - Best practices?

I have found myself that some attributes from my Person table, need to hold multiple values/choices, which is not …

sql database tsql multivalue
MySQL procedure to load data from staging table to other tables. Need to split up multivalue field in the process

I'm trying to export data from a multivalue database (Unidata) into MySQL. Lets say my source data was a person's …

mysql multivalue u2 unidata multivalue-database
In Solr, can I sort on the matching value from a multi-valued field?

We are considering a schema with two multi-valued fields. Search is performed on the first field, but sorting should be …

sorting solr multivalue
Can I search Solr documents by member of a multi-value field?

I have a set of Solr documents containing (among other fields) multi-value fields with percentage data or -1 if the …

lucene solr multivalue
Illegal method called

I have a Java class which handles both single valued and multi-valued data. Therefore, it exposes two methods: getValue() and …

java exception multivalue