Uses of Package
org.apache.solr.common

Packages that use org.apache.solr.common
org.apache.solr.client.solrj Primary APIs for communicating with a Solr Server from a Java client. 
org.apache.solr.client.solrj.beans Annotation based mapping of client objects to Solr documents. 
org.apache.solr.client.solrj.impl Concrete implementations of client API classes. 
org.apache.solr.client.solrj.request Convenience classes for dealing with various types of Solr requests. 
org.apache.solr.client.solrj.response Convenience classes for dealing with various types of Solr responses. 
org.apache.solr.client.solrj.util Utilities for Solr client applications. 
org.apache.solr.common Common classes reused on both clients & server for dealing with documents to be indexed and result documents
org.apache.solr.common.cloud Common Solr Cloud and ZooKeeper related classes reused on both clients & server. 
org.apache.solr.common.util Common utility classes reused on both clients & server. 
 

Classes in org.apache.solr.common used by org.apache.solr.client.solrj
SolrDocument
          A concrete representation of a document within a Solr index.
SolrInputDocument
          Represent the field and boost information needed to construct and index a Lucene Document.
 

Classes in org.apache.solr.common used by org.apache.solr.client.solrj.beans
SolrDocument
          A concrete representation of a document within a Solr index.
SolrDocumentList
          Represent a list of SolrDocuments returned from a search.
SolrInputDocument
          Represent the field and boost information needed to construct and index a Lucene Document.
 

Classes in org.apache.solr.common used by org.apache.solr.client.solrj.impl
SolrDocument
          A concrete representation of a document within a Solr index.
SolrDocumentList
          Represent a list of SolrDocuments returned from a search.
SolrException
           
SolrInputDocument
          Represent the field and boost information needed to construct and index a Lucene Document.
 

Classes in org.apache.solr.common used by org.apache.solr.client.solrj.request
SolrInputDocument
          Represent the field and boost information needed to construct and index a Lucene Document.
 

Classes in org.apache.solr.common used by org.apache.solr.client.solrj.response
SolrDocumentList
          Represent a list of SolrDocuments returned from a search.
 

Classes in org.apache.solr.common used by org.apache.solr.client.solrj.util
SolrDocument
          A concrete representation of a document within a Solr index.
SolrInputDocument
          Represent the field and boost information needed to construct and index a Lucene Document.
 

Classes in org.apache.solr.common used by org.apache.solr.common
SolrException.ErrorCode
          This list of valid HTTP Status error codes that Solr may return in the case of a "Server Side" error.
SolrInputDocument
          Represent the field and boost information needed to construct and index a Lucene Document.
SolrInputField
           
 

Classes in org.apache.solr.common used by org.apache.solr.common.cloud
SolrException
           
SolrException.ErrorCode
          This list of valid HTTP Status error codes that Solr may return in the case of a "Server Side" error.
SolrInputDocument
          Represent the field and boost information needed to construct and index a Lucene Document.
 

Classes in org.apache.solr.common used by org.apache.solr.common.util
SolrDocument
          A concrete representation of a document within a Solr index.
SolrDocumentList
          Represent a list of SolrDocuments returned from a search.
SolrInputDocument
          Represent the field and boost information needed to construct and index a Lucene Document.
 



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