| Name | Description | Type | Package | Framework |
| AggValueSource | | Class | org.apache.solr.search.facet | Apache Solr Lucene |
|
| AnalyticsQuery | | Class | org.apache.solr.search | Apache Solr Lucene |
|
| AvgAgg | | Class | org.apache.solr.search.facet | Apache Solr Lucene |
|
| BitDocSet | BitDocSet represents an unordered set of Lucene Document Ids using a BitSet. | Class | org.apache.solr.search | Apache Solr Lucene |
|
| BitsFilteredPostingsEnum | | Class | org.apache.solr.search | Apache Solr Lucene |
|
| BlockJoin | WARNING: This API is experimental and might change in incompatible ways in the next release. | Class | org.apache.solr.search.facet | Apache Solr Lucene |
|
| BlockJoinChildQParser | | Class | org.apache.solr.search.join | Apache Solr Lucene |
|
| BlockJoinChildQParserPlugin | | Class | org.apache.solr.search.join | Apache Solr Lucene |
|
| BlockJoinParentQParserPlugin | Usage: {!parent which=PARENT:true}CHILD_PRICE:10 supports optional score parameter with one of ScoreMode values: | Class | org.apache.solr.search.join | Apache Solr Lucene |
|
| BM25SimilarityFactory | Factory for BM25Similarity k1 (float): Controls non-linear term frequency normalization (saturation). | Class | org.apache.solr.search.similarities | Apache Solr Lucene |
|
| BoostQParserPlugin | Create a boosted query from the input value. | Class | org.apache.solr.search | Apache Solr Lucene |
|
| CacheConfig | Contains the knowledge of how cache config is stored in the solrconfig. | Class | org.apache.solr.search | Apache Solr Lucene |
|
| CachedSearcherStats | | Class | org.apache.solr.search.stats | Apache Solr Lucene |
|
| CacheRegenerator | based on an old cache. | Interface | org.apache.solr.search | Apache Solr Lucene |
|
| CloudMLTQParser | | Class | org.apache.solr.search.mlt | Apache Solr Lucene |
|
| CollapseScoreFunction | | Class | org.apache.solr.search.function | Apache Solr Lucene |
|
| CollapsingQParserPlugin | The CollapsingQParserPlugin is a PostFilter that performs field collapsing. | Class | org.apache.solr.search | Apache Solr Lucene |
|
| CollapsingQParserPlugin .CollapseScore | | Class | org.apache.solr.search.CollapsingQParserPlugin | Apache Solr Lucene |
|
| CollectionStats | Modifiable version of CollectionStatistics useful for aggregation of per-shard stats. | Class | org.apache.solr.search.stats | Apache Solr Lucene |
|
| Command | Defines a grouping command. | Interface | org.apache.solr.search.grouping | Apache Solr Lucene |
|
| CommandHandler | Responsible for executing a search with a number of Command instances. | Class | org.apache.solr.search.grouping | Apache Solr Lucene |
|
| CommandHandler .Builder | | Class | org.apache.solr.search.grouping.CommandHandler | Apache Solr Lucene |
|
| ComplexPhraseQParserPlugin | Parse Solr's variant on the Lucene ComplexPhraseQueryParser syntax. | Class | org.apache.solr.search | Apache Solr Lucene |
|
| CountAgg | | Class | org.apache.solr.search.facet | Apache Solr Lucene |
|
| CursorMark | An object that encapsulates the basic information about the current Mark Point of a Cursor based request. | Class | org.apache.solr.search | Apache Solr Lucene |
|
| DefaultSimilarityFactory | Factory for DefaultSimilarity DefaultSimilarity is Lucene's default scoring implementation, based | Class | org.apache.solr.search.similarities | Apache Solr Lucene |
|
| DelegatingCollector | | Class | org.apache.solr.search | Apache Solr Lucene |
|
| DFRSimilarityFactory | Factory for DFRSimilarity You must specify the implementations for all three components of | Class | org.apache.solr.search.similarities | Apache Solr Lucene |
|
| DisMaxQParser | Query parser for dismax queries Note: This API is experimental and may change in non backward-compatible ways in the future | Class | org.apache.solr.search | Apache Solr Lucene |
|
| DisMaxQParserPlugin | Create a dismax query from the input value. | Class | org.apache.solr.search | Apache Solr Lucene |
|
| DocIterator | Simple Iterator of document Ids which may include score information. | Interface | org.apache.solr.search | Apache Solr Lucene |
|
| DocList | DocList represents the result of a query: an ordered list of document ids with optional score. | Interface | org.apache.solr.search | Apache Solr Lucene |
|
| 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. | Class | org.apache.solr.search | Apache Solr Lucene |
|
| DocSet | DocSet represents an unordered set of Lucene Document Ids. | Interface | org.apache.solr.search | Apache Solr Lucene |
|
| DocSetCollector | | Class | org.apache.solr.search | Apache Solr Lucene |
|
| DocSlice | DocSlice implements DocList as an array of docids and optional scores. | Class | org.apache.solr.search | Apache Solr Lucene |
|
| EarlyTerminatingCollector | A wrapper Collector that throws EarlyTerminatingCollectorException) once a specified maximum number of documents are collected. | Class | org.apache.solr.search | Apache Solr Lucene |
|
| EarlyTerminatingCollectorException | Thrown by EarlyTerminatingCollector when the maximum to abort the scoring / collection process early, when the specified maximum number | Class | org.apache.solr.search | Apache Solr Lucene |
|
| EndResultTransformer | Responsible for transforming the grouped result into the final format for displaying purposes. | Interface | org.apache.solr.search.grouping.endresulttransformer | Apache Solr Lucene |
|
| EndResultTransformer .SolrDocumentSource | Abstracts the source for SolrDocument instances. | Interface | org.apache.solr.search.grouping.endresulttransformer.EndResultTransformer | Apache Solr Lucene |
|
| ExactSharedStatsCache | | Class | org.apache.solr.search.stats | Apache Solr Lucene |
|
| ExactStatsCache | This class implements exact caching of statistics. | Class | org.apache.solr.search.stats | Apache Solr Lucene |
|
| ExactStatsCache .ExactStatsSource | | Class | org.apache.solr.search.stats.ExactStatsCache | Apache Solr Lucene |
|
| ExportQParserPlugin | | Class | org.apache.solr.search | Apache Solr Lucene |
|
| ExtendedDismaxQParser | Query parser that generates DisjunctionMaxQueries based on user configuration. | Class | org.apache.solr.search | Apache Solr Lucene |
|
| ExtendedDismaxQParser .Clause | | Class | org.apache.solr.search.ExtendedDismaxQParser | Apache Solr Lucene |
|
| ExtendedDismaxQParser .ExtendedSolrQueryParser | A subclass of SolrQueryParser that supports aliasing fields for constructing DisjunctionMaxQueries. | Class | org.apache.solr.search.ExtendedDismaxQParser | Apache Solr Lucene |
|
| ExtendedDismaxQParserPlugin | An advanced multi-field query parser based on the DisMax parser. | Class | org.apache.solr.search | Apache Solr Lucene |
|
| ExtendedQuery | The ExtendedQuery interface provides extra metadata to a query. | Interface | org.apache.solr.search | Apache Solr Lucene |
|
| ExtendedQueryBase | | Class | org.apache.solr.search | Apache Solr Lucene |
|
| FacetField | | Class | org.apache.solr.search.facet | Apache Solr Lucene |
|
| FacetField .FacetMethod | | Class | org.apache.solr.search.facet.FacetField | Apache Solr Lucene |
|
| FacetField .SortDirection | | Class | org.apache.solr.search.facet.FacetField | Apache Solr Lucene |
|
| FacetMerger | | Class | org.apache.solr.search.facet | Apache Solr Lucene |
|
| FacetMerger .Context | | Class | org.apache.solr.search.facet.FacetMerger | Apache Solr Lucene |
|
| FacetModule | | Class | org.apache.solr.search.facet | Apache Solr Lucene |
|
| FacetProcessor | | Class | org.apache.solr.search.facet | Apache Solr Lucene |
|
| FacetQuery | | Class | org.apache.solr.search.facet | Apache Solr Lucene |
|
| FacetRange | | Class | org.apache.solr.search.facet | Apache Solr Lucene |
|
| FacetRequest | | Class | org.apache.solr.search.facet | Apache Solr Lucene |
|
| FacetRequest .Domain | | Class | org.apache.solr.search.facet.FacetRequest | Apache Solr Lucene |
|
| FastLRUCache | SolrCache based on ConcurrentLRUCache implementation. | Class | org.apache.solr.search | Apache Solr Lucene |
|
| FieldParams | | Class | org.apache.solr.search | Apache Solr Lucene |
|
| FieldQParserPlugin | Create a field query from the input value, applying text analysis and constructing a phrase query if appropriate. | Class | org.apache.solr.search | Apache Solr Lucene |
|
| FieldUtil | NOTE: This API is for internal purposes only and might change in incompatible ways in the next release. | Class | org.apache.solr.search.facet | Apache Solr Lucene |
|
| FileFloatSource | Obtains float field values from an external file. | Class | org.apache.solr.search.function | Apache Solr Lucene |
|
| FileFloatSource .ReloadCacheRequestHandler | | Class | org.apache.solr.search.function.FileFloatSource | Apache Solr Lucene |
|
| FilterCollector | A collector that filters incoming doc ids that are not in the filter. | Class | org.apache.solr.search.grouping.collector | Apache Solr Lucene |
|
| FunctionQParser | | Class | org.apache.solr.search | Apache Solr Lucene |
|
| FunctionQParserPlugin | Create a function query from the input value. | Class | org.apache.solr.search | Apache Solr Lucene |
|
| FunctionRangeQParserPlugin | Create a range query over a function. | Class | org.apache.solr.search | Apache Solr Lucene |
|
| FunctionRangeQuery | | Class | org.apache.solr.search | Apache Solr Lucene |
|
| GeoDistValueSourceParser | Parses geodist creating HaversineConstFunction or HaversineFunction or calling SpatialStrategy. | Class | org.apache.solr.search.function.distance | Apache Solr Lucene |
|
| GeohashFunction | Takes in a latitude and longitude ValueSource and produces a GeoHash. | Class | org.apache.solr.search.function.distance | Apache Solr Lucene |
|
| GeohashHaversineFunction | Calculate the Haversine distance between two geo hash codes. | Class | org.apache.solr.search.function.distance | Apache Solr Lucene |
|
| GroupedEndResultTransformer | | Class | org.apache.solr.search.grouping.endresulttransformer | Apache Solr Lucene |
|
| Grouping | Basic Solr Grouping infrastructure. | Class | org.apache.solr.search | Apache Solr Lucene |
|
| Grouping .Format | | Class | org.apache.solr.search.Grouping | Apache Solr Lucene |
|
| Grouping .TotalCount | Computations should be based on groups. | Class | org.apache.solr.search.Grouping | Apache Solr Lucene |
|
| GroupingSpecification | Encapsulates the grouping options like fields group sort and more specified by clients. | Class | org.apache.solr.search.grouping | Apache Solr Lucene |
|
| HashDocSet | HashDocSet represents an unordered set of Lucene Document Ids using a primitive int hash table. | Class | org.apache.solr.search | Apache Solr Lucene |
|
| HashQParserPlugin | | Class | org.apache.solr.search | Apache Solr Lucene |
|
| HaversineConstFunction | | Class | org.apache.solr.search.function.distance | Apache Solr Lucene |
|
| HaversineFunction | Calculate the Haversine formula (distance) between any two points on a sphere Takes in four value sources: (latA, lonA); (latB, lonB). | Class | org.apache.solr.search.function.distance | Apache Solr Lucene |
|
| HLLAgg | | Class | org.apache.solr.search.facet | Apache Solr Lucene |
|
| HLLAgg .HLLFactory | | Class | org.apache.solr.search.facet.HLLAgg | Apache Solr Lucene |
|
| IBSimilarityFactory | Factory for IBSimilarity You must specify the implementations for all three components of the | Class | org.apache.solr.search.similarities | Apache Solr Lucene |
|
| Insanity | Lucene 5. | Class | org.apache.solr.search | Apache Solr Lucene |
|
| JoinQParserPlugin | | Class | org.apache.solr.search | Apache Solr Lucene |
|
| LegacyFacet | | Class | org.apache.solr.search.facet | Apache Solr Lucene |
|
| LegacyFacet .Subfacet | | Class | org.apache.solr.search.facet.LegacyFacet | Apache Solr Lucene |
|
| LFUCache | SolrCache based on ConcurrentLFUCache implementation. | Class | org.apache.solr.search | Apache Solr Lucene |
|
| LMDirichletSimilarityFactory | | Class | org.apache.solr.search.similarities | Apache Solr Lucene |
|
| LMJelinekMercerSimilarityFactory | | Class | org.apache.solr.search.similarities | Apache Solr Lucene |
|
| LocalStatsCache | Default implementation that simply ignores global term statistics, and always uses local term statistics. | Class | org.apache.solr.search.stats | Apache Solr Lucene |
|
| LocalStatsSource | | Class | org.apache.solr.search.stats | Apache Solr Lucene |
|
| LRUCache | | Class | org.apache.solr.search | Apache Solr Lucene |
|
| LRUStatsCache | Unlike ExactStatsCache this implementation preserves term stats across queries in a set of LRU caches, and based on surface features of a | Class | org.apache.solr.search.stats | Apache Solr Lucene |
|
| LuceneQParser | | Class | org.apache.solr.search | Apache Solr Lucene |
|
| LuceneQParserPlugin | Parse Solr's variant on the Lucene QueryParser syntax. | Class | org.apache.solr.search | Apache Solr Lucene |
|
| MainEndResultTransformer | | Class | org.apache.solr.search.grouping.endresulttransformer | Apache Solr Lucene |
|
| MaxAgg | | Class | org.apache.solr.search.facet | Apache Solr Lucene |
|
| MaxScoreQParser | | Class | org.apache.solr.search | Apache Solr Lucene |
|
| MaxScoreQParserPlugin | Parses a query like Lucene query parser, but scoring with max score, not sum Accepts the tie request parameter as with dismax. | Class | org.apache.solr.search | Apache Solr Lucene |
|
| MinAgg | | Class | org.apache.solr.search.facet | Apache Solr Lucene |
|
| MLTQParserPlugin | | Class | org.apache.solr.search.mlt | Apache Solr Lucene |
|
| NestedQParserPlugin | Create a nested query, with the ability of that query to redefine its type via local parameters. | Class | org.apache.solr.search | Apache Solr Lucene |
|
| NoOpRegenerator | Cache regenerator that just populates the new cache with the old items. | Class | org.apache.solr.search | Apache Solr Lucene |
|
| OldLuceneQParserPlugin | Parse Solr's variant of Lucene QueryParser syntax, including the deprecated sort specification after the query. | Class | org.apache.solr.search | Apache Solr Lucene |
|
| OrdFieldSource | Obtains the ordinal of the field value from LeafReader. | Class | org.apache.solr.search.function | Apache Solr Lucene |
|
| Pair | A simple data structure to hold a pair of typed objects. | Class | org.apache.solr.search.grouping.distributed.command | Apache Solr Lucene |
|
| PercentileAgg | | Class | org.apache.solr.search.facet | Apache Solr Lucene |
|
| PercentileAgg .Parser | | Class | org.apache.solr.search.facet.PercentileAgg | Apache Solr Lucene |
|
| PostFilter | The PostFilter interface provides a mechanism to further filter documents after they have already gone through the main query and other filters. | Interface | org.apache.solr.search | Apache Solr Lucene |
|
| PrefixQParserPlugin | Create a prefix query from the input value. | Class | org.apache.solr.search | Apache Solr Lucene |
|
| QParser | | Class | org.apache.solr.search | Apache Solr Lucene |
|
| QParserPlugin | | Class | org.apache.solr.search | Apache Solr Lucene |
|
| QueryCommand | | Class | org.apache.solr.search.grouping.distributed.command | Apache Solr Lucene |
|
| QueryCommand .Builder | | Class | org.apache.solr.search.grouping.distributed.command.QueryCommand | Apache Solr Lucene |
|
| QueryCommandResult | Encapsulates TopDocs and the number of matches. | Class | org.apache.solr.search.grouping.distributed.command | Apache Solr Lucene |
|
| QueryContext | | Class | org.apache.solr.search | Apache Solr Lucene |
|
| QueryParsing | Collection of static utilities useful for query parsing. | Class | org.apache.solr.search | Apache Solr Lucene |
|
| QueryParsing .StrParser | Simple class to help with parsing a string. | Class | org.apache.solr.search.QueryParsing | Apache Solr Lucene |
|
| QueryResultKey | | Class | org.apache.solr.search | Apache Solr Lucene |
|
| QueryUtils | | Class | org.apache.solr.search | Apache Solr Lucene |
|
| RankQuery | | Class | org.apache.solr.search | Apache Solr Lucene |
|
| RawQParserPlugin | Create a term query from the input value without any text analysis or transformation whatsoever. | Class | org.apache.solr.search | Apache Solr Lucene |
|
| ReRankQParserPlugin | | Class | org.apache.solr.search | Apache Solr Lucene |
|
| ReturnFields | | Class | org.apache.solr.search | Apache Solr Lucene |
|
| ReverseOrdFieldSource | Obtains the ordinal of the field value from LeafReader. | Class | org.apache.solr.search.function | Apache Solr Lucene |
|
| SchemaSimilarityFactory | SimilarityFactory that returns a PerFieldSimilarityWrapper that delegates to the field type, if it's configured, otherwise | Class | org.apache.solr.search.similarities | Apache Solr Lucene |
|
| ScoreJoinQParserPlugin | Create a query-time join query with scoring. | Class | org.apache.solr.search.join | Apache Solr Lucene |
|
| SearchGroupsFieldCommand | Creates all the collectors needed for the first phase and how to handle the results. | Class | org.apache.solr.search.grouping.distributed.command | Apache Solr Lucene |
|
| SearchGroupsFieldCommand .Builder | | Class | org.apache.solr.search.grouping.distributed.command.SearchGroupsFieldCommand | Apache Solr Lucene |
|
| SearchGroupShardResponseProcessor | Concrete implementation for merging SearchGroup instances from shard responses. | Class | org.apache.solr.search.grouping.distributed.responseprocessor | Apache Solr Lucene |
|
| SearchGroupsRequestFactory | Concrete implementation of ShardRequestFactory that creates ShardRequest instances for getting the search groups from all shards. | Class | org.apache.solr.search.grouping.distributed.requestfactory | Apache Solr Lucene |
|
| SearchGroupsResultTransformer | | Class | org.apache.solr.search.grouping.distributed.shardresultserializer | Apache Solr Lucene |
|
| ShardRequestFactory | Responsible for creating shard requests to the shards in the cluster to perform distributed grouping. | Interface | org.apache.solr.search.grouping.distributed | Apache Solr Lucene |
|
| ShardResponseProcessor | Responsible for processing shard responses. | Interface | org.apache.solr.search.grouping.distributed | Apache Solr Lucene |
|
| ShardResultTransformer | A ShardResultTransformer is responsible for transforming a grouped shard result into group related structures (such as TopGroups and SearchGroup) | Interface | org.apache.solr.search.grouping.distributed.shardresultserializer | Apache Solr Lucene |
|
| SimpleAggValueSource | | Class | org.apache.solr.search.facet | Apache Solr Lucene |
|
| SimpleEndResultTransformer | | Class | org.apache.solr.search.grouping.endresulttransformer | Apache Solr Lucene |
|
| SimpleMLTQParser | | Class | org.apache.solr.search.mlt | Apache Solr Lucene |
|
| SimpleQParserPlugin | Create a query from the input value that will be parsed by Lucene's SimpleQueryParser. | Class | org.apache.solr.search | Apache Solr Lucene |
|
| SlotAcc | | Class | org.apache.solr.search.facet | Apache Solr Lucene |
|
| SlotAcc .Resizer | | Class | org.apache.solr.search.facet.SlotAcc | Apache Solr Lucene |
|
| SolrCache | Primary API for dealing with Solr's internal caches. | Interface | org.apache.solr.search | Apache Solr Lucene |
|
| SolrCache .State | | Class | org.apache.solr.search.SolrCache | Apache Solr Lucene |
|
| SolrCacheBase | | Class | org.apache.solr.search | Apache Solr Lucene |
|
| SolrCacheBase .AutoWarmCountRef | | Class | org.apache.solr.search.SolrCacheBase | Apache Solr Lucene |
|
| SolrConstantScoreQuery | A query that wraps a filter and simply returns a constant score equal to the query boost for every document in the filter. | Class | org.apache.solr.search | Apache Solr Lucene |
|
| SolrFieldCacheMBean | | Class | org.apache.solr.search | Apache Solr Lucene |
|
| SolrFilter | A SolrFilter extends the Lucene Filter and adds extra semantics such as passing on weight context info for function queries. | Class | org.apache.solr.search | Apache Solr Lucene |
|
| SolrIndexSearcher | SolrIndexSearcher adds schema awareness and caching functionality over the lucene IndexSearcher. | Class | org.apache.solr.search | Apache Solr Lucene |
|
| SolrIndexSearcher .DocsEnumState | | Class | org.apache.solr.search.SolrIndexSearcher | Apache Solr Lucene |
|
| SolrIndexSearcher .ProcessedFilter | | Class | org.apache.solr.search.SolrIndexSearcher | Apache Solr Lucene |
|
| SolrIndexSearcher .QueryCommand | A query request command to avoid having to change the method signatures if we want to pass additional information to the searcher. | Class | org.apache.solr.search.SolrIndexSearcher | Apache Solr Lucene |
|
| SolrIndexSearcher .QueryResult | The result of a search. | Class | org.apache.solr.search.SolrIndexSearcher | Apache Solr Lucene |
|
| SolrQueryParser | Solr's default query parser, a schema-driven superset of the classic lucene query parser. | Class | org.apache.solr.search | Apache Solr Lucene |
|
| SolrQueryTimeoutImpl | It uses a ThreadLocal variable to track the timeoutAt value for each request thread. | Class | org.apache.solr.search | Apache Solr Lucene |
|
| SolrReturnFields | The default implementation of return fields parsing for Solr. | Class | org.apache.solr.search | Apache Solr Lucene |
|
| SortedIntDocSet | SortedIntDocSet represents a sorted set of Lucene Document Ids. | Class | org.apache.solr.search | Apache Solr Lucene |
|
| Sorting | | Class | org.apache.solr.search | Apache Solr Lucene |
|
| SortSpec | | Class | org.apache.solr.search | Apache Solr Lucene |
|
| SpatialBoxQParserPlugin | | Class | org.apache.solr.search | Apache Solr Lucene |
|
| SpatialFilterQParser | | Class | org.apache.solr.search | Apache Solr Lucene |
|
| SpatialFilterQParserPlugin | Creates a spatial Filter based on the type of spatial point used. | Class | org.apache.solr.search | Apache Solr Lucene |
|
| SpatialOptions | | Class | org.apache.solr.search | Apache Solr Lucene |
|
| SquaredEuclideanFunction | While not strictly a distance, the Sq. | Class | org.apache.solr.search.function.distance | Apache Solr Lucene |
|
| StatsCache | This class represents a cache of global document frequency information for selected terms. | Class | org.apache.solr.search.stats | Apache Solr Lucene |
|
| StatsSource | The purpose of this class is only to provide two pieces of information necessary to create Weight from a Query, that is | Class | org.apache.solr.search.stats | Apache Solr Lucene |
|
| StatsUtil | Various utilities for de/serialization of term stats and collection stats. | Class | org.apache.solr.search.stats | Apache Solr Lucene |
|
| StoredFieldsShardRequestFactory | | Class | org.apache.solr.search.grouping.distributed.requestfactory | Apache Solr Lucene |
|
| StoredFieldsShardResponseProcessor | Concrete implementation for processing the stored field values from shard responses. | Class | org.apache.solr.search.grouping.distributed.responseprocessor | Apache Solr Lucene |
|
| StrAggValueSource | | Class | org.apache.solr.search.facet | Apache Solr Lucene |
|
| StringDistanceFunction | | Class | org.apache.solr.search.function.distance | Apache Solr Lucene |
|
| SumAgg | | Class | org.apache.solr.search.facet | Apache Solr Lucene |
|
| SumAgg .Merger | | Class | org.apache.solr.search.facet.SumAgg | Apache Solr Lucene |
|
| SumsqAgg | | Class | org.apache.solr.search.facet | Apache Solr Lucene |
|
| SurroundQParserPlugin | Plugin for lucene/contrib Surround query parser, bringing SpanQuery support | Class | org.apache.solr.search | Apache Solr Lucene | |
|
| SweetSpotSimilarityFactory | Factory for SweetSpotSimilarity. | Class | org.apache.solr.search.similarities | Apache Solr Lucene |
|
| SwitchQParserPlugin | A QParserPlugin that acts like a switch/case statement. | Class | org.apache.solr.search | Apache Solr Lucene |
|
| SyntaxError | Simple checked exception for parsing errorsSee Also:Serialized Form | Class | org.apache.solr.search | Apache Solr Lucene |
|
| TermQParserPlugin | Create a single term query from the input value equivalent to readableToIndexed(). | Class | org.apache.solr.search | Apache Solr Lucene |
|
| TermsQParserPlugin | Finds documents whose specified field has any of the specified values. | Class | org.apache.solr.search | Apache Solr Lucene |
|
| TermStats | | Class | org.apache.solr.search.stats | Apache Solr Lucene |
|
| TopGroupsFieldCommand | Defines all collectors for retrieving the second phase and how to handle the collector result. | Class | org.apache.solr.search.grouping.distributed.command | Apache Solr Lucene |
|
| TopGroupsFieldCommand .Builder | | Class | org.apache.solr.search.grouping.distributed.command.TopGroupsFieldCommand | Apache Solr Lucene |
|
| TopGroupsResultTransformer | | Class | org.apache.solr.search.grouping.distributed.shardresultserializer | Apache Solr Lucene |
|
| TopGroupsShardRequestFactory | Concrete implementation of ShardRequestFactory that creates ShardRequest instances for getting the top groups from all shards. | Class | org.apache.solr.search.grouping.distributed.requestfactory | Apache Solr Lucene |
|
| TopGroupsShardResponseProcessor | Concrete implementation for merging TopGroups instances from shard responses. | Class | org.apache.solr.search.grouping.distributed.responseprocessor | Apache Solr Lucene |
|
| UnInvertedField | Final form of the un-inverted field: Each document points to a list of term numbers that are contained in that document. | Class | org.apache.solr.search.facet | Apache Solr Lucene |
|
| UniqueAgg | | Class | org.apache.solr.search.facet | Apache Solr Lucene |
|
| ValueSourceParser | A factory that parses user queries to generate ValueSource instances. | Class | org.apache.solr.search | Apache Solr Lucene |
|
| ValueSourceRangeFilter | RangeFilter over a ValueSource. | Class | org.apache.solr.search.function | Apache Solr Lucene |
|
| VectorDistanceFunction | Calculate the p-norm for a Vector. | Class | org.apache.solr.search.function.distance | Apache Solr Lucene |
|
| WrappedQuery | A simple query that wraps another query and implements ExtendedQuery. | Class | org.apache.solr.search | Apache Solr Lucene |