Package org.apache.solr.common
Class SolrInputField
java.lang.Object
org.apache.solr.common.SolrInputField
- All Implemented Interfaces:
Serializable,Iterable<Object>
- Since:
- solr 1.3
- See Also:
-
Constructor Details
-
SolrInputField
-
-
Method Details
-
setValue
Set the value for a field. Arrays will be converted to a collection. If a collection is given, then that collection will be used as the backing collection for the values. -
addValue
Add values to a field. If the added value is a collection, each value will be added individually. -
getFirstValue
-
getValue
- Returns:
- the value for this field. If the field has multiple values, this will be a collection.
-
getValues
- Returns:
- the values for this field. This will return a collection even if the field is not multi-valued
-
getValueCount
public int getValueCount()- Returns:
- the number of values for this field
-
getName
-
setName
-
iterator
-
toString
-
deepCopy
-