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

Packages that use ExtendedQuery
org.apache.solr.search APIs and classes for parsing and processing search requests 
 

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 FunctionRangeQuery
           
 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.
 

Methods in org.apache.solr.search with parameters of type ExtendedQuery
static String ExtendedQueryBase.getOptionsString(ExtendedQuery q)
           
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.