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

Packages that use SolrInputField
org.apache.solr.common Common classes reused on both clients & server for dealing with documents to be indexed and result documents
 

Uses of SolrInputField in org.apache.solr.common
 

Methods in org.apache.solr.common that return SolrInputField
 SolrInputField SolrInputField.deepCopy()
           
 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)
           
 



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