|
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 |