Uses of Interface
org.apache.solr.search.ExtendedQuery
-
Packages that use ExtendedQuery Package Description org.apache.solr.query Solr Queriesorg.apache.solr.search APIs and classes for parsing and processing search requests -
-
Uses of ExtendedQuery in org.apache.solr.query
Classes in org.apache.solr.query that implement ExtendedQuery Modifier and Type Class Description classFilterQueryclassSolrRangeQuery -
Uses of ExtendedQuery in org.apache.solr.search
Subinterfaces of ExtendedQuery in org.apache.solr.search Modifier and Type Interface Description interfacePostFilterThe PostFilter interface provides a mechanism to further filter documents after they have already gone through the main query and other filters.Classes in org.apache.solr.search that implement ExtendedQuery Modifier and Type Class Description classAbstractReRankQueryclassAnalyticsQueryNote: This API is experimental and may change in non backward-compatible ways in the futurestatic classCollapsingQParserPlugin.CollapsingPostFilterclassExportQParserPlugin.ExportQueryclassExtendedQueryBaseclassFunctionRangeQueryclassRankQueryNote: This API is experimental and may change in non backward-compatible ways in the futureclassSolrConstantScoreQueryA query that wraps a filter and simply returns a constant score equal to the query boost for every document in the filter.classWrappedQueryA simple query that wraps another query and implements ExtendedQuery.Methods in org.apache.solr.search with parameters of type ExtendedQuery Modifier and Type Method Description static StringExtendedQueryBase. getOptionsString(ExtendedQuery q)
-