Uses of Interface
org.apache.solr.search.ExtendedQuery

Packages that use ExtendedQuery
org.apache.solr.search   
 

Uses of ExtendedQuery in org.apache.solr.search
 

Subinterfaces of ExtendedQuery in org.apache.solr.search
 interface PostFilter
          The 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
 class ExtendedQueryBase
           
 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.