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 classFilterQueryA filtered query wrapped around another query similar toBooleanClause.Occur.FILTER-- it scores as 0.classSolrRangeQuery -
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.CollapsingPostFilterstatic classExportQParserPlugin.ExportQueryclassExtendedQueryBaseclassFunctionRangeQueryclassRankQueryNote: This API is experimental and may change in non backward-compatible ways in the futureclassWrappedQueryA 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)
-