|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
BoostQParserPlugin | Create a boosted query from the input value. |
CacheConfig | Contains the knowledge of how cache config is stored in the solrconfig.xml file, and implements a factory to create caches. |
ConstantScorePrefixQuery | |
DisMaxQParserPlugin | Create a dismax query from the input value. |
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. |
FieldQParserPlugin | Create a field query from the input value, applying text analysis and constructing a phrase query if appropriate. |
FunctionQParser | |
FunctionQParserPlugin | Create a function query from the input value. |
HashDocSet | HashDocSet represents an unordered set of Lucene Document Ids
using a primitive int hash table. |
LRUCache | |
LuceneQParserPlugin | Parse Solr's variant on the Lucene QueryParser syntax. |
MissingStringLastComparatorSource | A SortComparatorSource for strings that orders null values after non-null values. |
NestedQParserPlugin | Create a nested query, with the ability of that query to redefine it's type via local parameters. |
OldLuceneQParserPlugin | Parse Solr's variant of Lucene QueryParser syntax, including the deprecated sort specification after the query. |
PrefixFilter | |
PrefixQParserPlugin | Create a prefix query from the input value. |
QParser | |
QParserPlugin | |
QueryParsing | Collection of static utilities useful for query parsing. |
QueryResultKey | A hash key encapsulating a query, a list of filters, and a sort |
QueryUtils | |
RawQParserPlugin | Create a term query from the input value without any text analysis or transformation whatsoever. |
SolrIndexSearcher | SolrIndexSearcher adds schema awareness and caching functionality over the lucene IndexSearcher. |
SolrIndexSearcher.QueryCommand | A query request command to avoid having to change the method signatures if we want to pass additional information to the searcher. |
SolrIndexSearcher.QueryResult | The result of a search. |
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 |
SortSpec | SortSpec encapsulates a Lucene Sort and a count of the number of documents to return. |
ValueSourceParser | A factory that parses user queries to generate ValueSource instances. |
WildcardFilter |
Enum Summary | |
---|---|
SolrCache.State | Enumeration of possible States for cache instances. |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |