Uses of Package
org.apache.solr.search

Packages that use org.apache.solr.search
org.apache.solr.core   
org.apache.solr.request   
org.apache.solr.schema   
org.apache.solr.search   
org.apache.solr.update   
org.apache.solr.util   
 

Classes in org.apache.solr.search used by org.apache.solr.core
SolrIndexSearcher
          SolrIndexSearcher adds schema awareness and caching functionality over the lucene IndexSearcher.
 

Classes in org.apache.solr.search used by org.apache.solr.request
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.
SolrIndexSearcher
          SolrIndexSearcher adds schema awareness and caching functionality over the lucene IndexSearcher.
 

Classes in org.apache.solr.search used by org.apache.solr.schema
SolrQueryParser
          A variation on the Lucene QueryParser which knows about the field types and query time analyzers configured in Solr's schema.xml.
 

Classes in org.apache.solr.search used by org.apache.solr.search
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.
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.
DocSet
          DocSet represents an unordered set of Lucene Document Ids.
QueryParsing.SortSpec
          SortSpec encapsulates a Lucene Sort and a count of the number of documents to return.
SolrCache
          Primary API for dealing with Solr's internal caches.
SolrCache.State
          Enumeration of possible States for cache instances.
SolrIndexSearcher
          SolrIndexSearcher adds schema awareness and caching functionality over the lucene IndexSearcher.
 

Classes in org.apache.solr.search used by org.apache.solr.update
SolrIndexSearcher
          SolrIndexSearcher adds schema awareness and caching functionality over the lucene IndexSearcher.
 

Classes in org.apache.solr.search used by org.apache.solr.util
CacheRegenerator
          Implementations of CacheRegenerator are used in autowarming to populate a new cache based on an old cache.
DocList
          DocList represents the result of a query: an ordered list of document ids with optional score.
SolrCache
          Primary API for dealing with Solr's internal caches.
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.
 



Copyright © 2006 - 2008 The Apache Software Foundation