Package org.apache.solr.search

Interface Summary
CacheRegenerator Implementations of CacheRegenerator are used in autowarming to populate a new cache based on an old cache.
DocIterator Simple Iterator of document Ids which may include score information.
DocList DocList represents the result of a query: an ordered list of document ids with optional score.
DocSet DocSet represents an unordered set of Lucene Document Ids.
SolrCache Primary API for dealing with Solr's internal caches.
 

Class Summary
BitDocSet BitDocSet represents an unordered set of Lucene Document Ids using a BitSet.
ConstantScorePrefixQuery  
DocListAndSet A struct whose only purpose is to hold both a DocList and a DocSet so that both may be returned from a single method.
DocSlice DocSlice implements DocList as an array of docids and optional scores.
HashDocSet HashDocSet represents an unordered set of Lucene Document Ids using a primitive int hash table.
LRUCache  
PrefixFilter  
QueryParsing Collection of static utilities usefull for query parsing.
QueryParsing.SortSpec SortSpec encapsulates a Lucene Sort and a count of the number of documents to return.
QueryResultKey A hash key encapsulating a query, a list of filters, and a sort
QueryUtils  
SolrIndexSearcher SolrIndexSearcher adds schema awareness and caching functionality over the lucene IndexSearcher.
SolrQueryParser A variation on the Lucene QueryParser which knows about the field types and query time analyzers configured in Solr's schema.xml.
Sorting Extra lucene sorting utilities & convenience methods
 

Enum Summary
SolrCache.State Enumeration of possible States for cache instances.
 



Copyright © 2006 - 2008 The Apache Software Foundation