public class SolrInputField extends Object implements Iterable<Object>, Serializable
| Constructor and Description | 
|---|
SolrInputField(String n)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addValue(Object v)
Add values to a field. 
 | 
SolrInputField | 
deepCopy()  | 
Object | 
getFirstValue()  | 
String | 
getName()  | 
Object | 
getValue()  | 
int | 
getValueCount()  | 
Collection<Object> | 
getValues()  | 
Iterator<Object> | 
iterator()  | 
void | 
setName(String name)  | 
void | 
setValue(Object v)
Set the value for a field. 
 | 
String | 
toString()  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic SolrInputField(String n)
public void setValue(Object v)
public void addValue(Object v)
public Object getFirstValue()
public Object getValue()
public Collection<Object> getValues()
public int getValueCount()
public String getName()
public void setName(String name)
public SolrInputField deepCopy()
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.