Uses of Package
org.apache.solr.search

Packages that use org.apache.solr.search
org.apache.solr.core   
org.apache.solr.handler   
org.apache.solr.handler.clustering   
org.apache.solr.handler.clustering.carrot2   
org.apache.solr.handler.component   
org.apache.solr.highlight   
org.apache.solr.request   
org.apache.solr.response   
org.apache.solr.response.transform   
org.apache.solr.schema   
org.apache.solr.search   
org.apache.solr.search.function   
org.apache.solr.search.function.distance   
org.apache.solr.search.grouping   
org.apache.solr.search.grouping.collector   
org.apache.solr.search.grouping.distributed.command   
org.apache.solr.search.grouping.distributed.shardresultserializer   
org.apache.solr.search.grouping.endresulttransformer   
org.apache.solr.spelling   
org.apache.solr.spelling.suggest   
org.apache.solr.util   
 

Classes in org.apache.solr.search used by org.apache.solr.core
CacheConfig
          Contains the knowledge of how cache config is stored in the solrconfig.xml file, and implements a factory to create caches.
QParserPlugin
           
SolrIndexSearcher
          SolrIndexSearcher adds schema awareness and caching functionality over the lucene IndexSearcher.
ValueSourceParser
          A factory that parses user queries to generate ValueSource instances.
 

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

Classes in org.apache.solr.search used by org.apache.solr.handler.clustering
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.
 

Classes in org.apache.solr.search used by org.apache.solr.handler.clustering.carrot2
DocList
          DocList represents the result of a query: an ordered list of document ids with optional score.
 

Classes in org.apache.solr.search used by org.apache.solr.handler.component
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.
QParser
          Note: This API is experimental and may change in non backward-compatible ways in the future
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.
SortSpec
          SortSpec encapsulates a Lucene Sort and a count of the number of documents to return.
 

Classes in org.apache.solr.search used by org.apache.solr.highlight
DocList
          DocList represents the result of a query: an ordered list of document ids with optional score.
 

Classes in org.apache.solr.search used by org.apache.solr.request
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.response
DocList
          DocList represents the result of a query: an ordered list of document ids with optional score.
ReturnFields
          A class representing the return fields
SolrIndexSearcher
          SolrIndexSearcher adds schema awareness and caching functionality over the lucene IndexSearcher.
 

Classes in org.apache.solr.search used by org.apache.solr.response.transform
DocIterator
          Simple Iterator of document Ids which may include score information.
QParser
          Note: This API is experimental and may change in non backward-compatible ways in the future
SolrIndexSearcher
          SolrIndexSearcher adds schema awareness and caching functionality over the lucene IndexSearcher.
 

Classes in org.apache.solr.search used by org.apache.solr.schema
QParser
          Note: This API is experimental and may change in non backward-compatible ways in the future
SpatialOptions
           
 

Classes in org.apache.solr.search used by org.apache.solr.search
BitDocSet
          BitDocSet represents an unordered set of Lucene Document Ids using a BitSet.
CacheConfig
          Contains the knowledge of how cache config is stored in the solrconfig.xml file, and implements a factory to create caches.
CacheRegenerator
          Implementations of CacheRegenerator are used in autowarming to populate a new cache based on an old cache.
DelegatingCollector
          A simple delegating collector where one can set the delegate after creation
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.
DocSetCollector
           
DocSlice
          DocSlice implements DocList as an array of docids and optional scores.
ExtendedQuery
          The ExtendedQuery interface provides extra metadata to a query.
ExtendedQueryBase
           
FunctionQParser
           
Grouping
          Basic Solr Grouping infrastructure.
Grouping.Command
          General group command.
Grouping.Format
           
Grouping.TotalCount
           
HashDocSet
          HashDocSet represents an unordered set of Lucene Document Ids using a primitive int hash table.
PostFilter
          The PostFilter interface provides a mechanism to further filter documents after they have already gone through the main query and other filters.
QParser
          Note: This API is experimental and may change in non backward-compatible ways in the future
QParserPlugin
           
QueryParsing.StrParser
          Simple class to help with parsing a string Note: This API is experimental and may change in non backward-compatible ways in the future
SolrCache
          Primary API for dealing with Solr's internal caches.
SolrCache.State
          Enumeration of possible States for cache instances.
SolrCacheBase
          Common base class of reusable functionality for SolrCaches
SolrCacheBase.AutoWarmCountRef
          Decides how many things to autowarm based on the size of another cache
SolrConstantScoreQuery
          A query that wraps a filter and simply returns a constant score equal to the query boost for every document in the filter.
SolrConstantScoreQuery.ConstantWeight
           
SolrIndexSearcher
          SolrIndexSearcher adds schema awareness and caching functionality over the lucene IndexSearcher.
SolrIndexSearcher.DocsEnumState
           
SolrIndexSearcher.ProcessedFilter
           
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.MagicFieldName
          Identifies the list of all known "magic fields" that trigger special parsing behavior
SortedIntDocSet
          SortedIntDocSet represents a sorted set of Lucene Document Ids.
SortSpec
          SortSpec encapsulates a Lucene Sort and a count of the number of documents to return.
SpatialFilterQParserPlugin
          Creates a spatial Filter based on the type of spatial point used.
ValueSourceParser
          A factory that parses user queries to generate ValueSource instances.
WrappedQuery
          A simple query that wraps another query and implements ExtendedQuery.
 

Classes in org.apache.solr.search used by org.apache.solr.search.function
QParser
          Note: This API is experimental and may change in non backward-compatible ways in the future
SolrFilter
          A SolrFilter extends the Lucene Filter and adds extra semantics such as passing on weight context info for function queries.
 

Classes in org.apache.solr.search used by org.apache.solr.search.function.distance
ValueSourceParser
          A factory that parses user queries to generate ValueSource instances.
 

Classes in org.apache.solr.search used by org.apache.solr.search.grouping
Grouping.Format
           
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.
 

Classes in org.apache.solr.search used by org.apache.solr.search.grouping.collector
DocSet
          DocSet represents an unordered set of Lucene Document Ids.
 

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

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

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

Classes in org.apache.solr.search used by org.apache.solr.spelling.suggest
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.
FieldParams
          A class to hold "phrase slop" and "boost" parameters for pf, pf2, pf3 parameters
QParser
          Note: This API is experimental and may change in non backward-compatible ways in the future
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 © 2000-2012 Apache Software Foundation. All Rights Reserved.