Package org.apache.solr.common

Common classes reused on both clients & server for dealing with documents to be indexed and result documents.

See:
          Description

Class Summary
EnumFieldValue Represents a Enum field value, which includes integer value (indicating the sort order) and string (displayed) value.
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.
SolrInputField  
 

Enum Summary
SolrException.ErrorCode This list of valid HTTP Status error codes that Solr may return in the case of a "Server Side" error.
 

Exception Summary
SolrException  
 

Package org.apache.solr.common Description

Common classes reused on both clients & server for dealing with documents to be indexed and result documents.



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