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

Packages that use SolrInputField
org.apache.solr.common   
 

Uses of SolrInputField in org.apache.solr.common
 

Methods in org.apache.solr.common that return SolrInputField
 SolrInputField SolrInputDocument.getField(String field)
           
 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
 Iterator<SolrInputField> SolrInputDocument.iterator()
           
 



Copyright © 2008 Apache Software Foundation. All Rights Reserved.