Uses of Class
org.apache.solr.common.SolrInputField

Packages that use SolrInputField
org.apache.solr.common   
org.apache.solr.update.processor   
 

Uses of SolrInputField in org.apache.solr.common
 

Methods in org.apache.solr.common that return SolrInputField
 SolrInputField SolrInputDocument.get(Object key)
           
 SolrInputField SolrInputDocument.getField(String field)
           
 SolrInputField SolrInputDocument.put(String key, SolrInputField value)
           
 SolrInputField SolrInputDocument.remove(Object key)
           
 SolrInputField SolrInputDocument.removeField(String name)
          Remove a field from the document
 

Methods in org.apache.solr.common that return types with arguments of type SolrInputField
 Set<Map.Entry<String,SolrInputField>> SolrInputDocument.entrySet()
           
 Iterator<SolrInputField> SolrInputDocument.iterator()
           
 Collection<SolrInputField> SolrInputDocument.values()
           
 

Methods in org.apache.solr.common with parameters of type SolrInputField
 SolrInputField SolrInputDocument.put(String key, SolrInputField value)
           
 

Method parameters in org.apache.solr.common with type arguments of type SolrInputField
 void SolrInputDocument.putAll(Map<? extends String,? extends SolrInputField> t)
           
 

Constructor parameters in org.apache.solr.common with type arguments of type SolrInputField
SolrInputDocument(Map<String,SolrInputField> fields)
           
 

Uses of SolrInputField in org.apache.solr.update.processor
 

Methods in org.apache.solr.update.processor that return SolrInputField
protected abstract  SolrInputField FieldMutatingUpdateProcessor.mutate(SolrInputField src)
          Method for mutating SolrInputFields associated with fields identified by the FieldNameSelector associated with this processor
protected  SolrInputField FieldValueMutatingUpdateProcessor.mutate(SolrInputField src)
           
 

Methods in org.apache.solr.update.processor with parameters of type SolrInputField
protected abstract  SolrInputField FieldMutatingUpdateProcessor.mutate(SolrInputField src)
          Method for mutating SolrInputFields associated with fields identified by the FieldNameSelector associated with this processor
protected  SolrInputField FieldValueMutatingUpdateProcessor.mutate(SolrInputField src)
           
 



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.