Package | Description |
---|---|
org.apache.solr.query |
Solr Queries
|
org.apache.solr.search |
APIs and classes for parsing and processing search requests
|
Modifier and Type | Class and Description |
---|---|
class |
FilterQuery |
class |
SolrRangeQuery |
Modifier and Type | Interface and Description |
---|---|
interface |
PostFilter
The PostFilter interface provides a mechanism to further filter documents
after they have already gone through the main query and other filters.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractReRankQuery |
class |
AnalyticsQuery
Note: This API is experimental and may change in non backward-compatible ways in the future
|
static class |
CollapsingQParserPlugin.CollapsingPostFilter |
class |
ExportQParserPlugin.ExportQuery |
class |
ExtendedQueryBase |
class |
FunctionRangeQuery |
class |
RankQuery
Note: This API is experimental and may change in non backward-compatible ways in the future
|
class |
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 |
WrappedQuery
A simple query that wraps another query and implements ExtendedQuery.
|
Modifier and Type | Method and Description |
---|---|
static String |
ExtendedQueryBase.getOptionsString(ExtendedQuery q) |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.