Uses of Class
org.elasticsearch.index.query.BaseFilterBuilder

Packages that use BaseFilterBuilder
org.elasticsearch.index.query   
 

Uses of BaseFilterBuilder in org.elasticsearch.index.query
 

Subclasses of BaseFilterBuilder in org.elasticsearch.index.query
 class AndFilterBuilder
          A filter that matches documents matching boolean combinations of other filters.
 class BoolFilterBuilder
          A filter that matches documents matching boolean combinations of other filters.
 class ExistsFilterBuilder
          Constructs a filter that only match on documents that the field has a value in them.
 class GeoBoundingBoxFilterBuilder
           
 class GeoDistanceFilterBuilder
           
 class GeoDistanceRangeFilterBuilder
           
 class GeoPolygonFilterBuilder
           
 class GeoShapeFilterBuilder
          FilterBuilder that builds a GeoShape Filter
 class HasChildFilterBuilder
           
 class IdsFilterBuilder
          A filter that will return only documents matching specific ids (and a type).
 class IndicesFilterBuilder
          A filter that will execute the wrapped filter only for the specified indices, and "match_all" when it does not match those indices (by default).
 class LimitFilterBuilder
           
 class MatchAllFilterBuilder
          A filter that simply wraps a query.
 class MissingFilterBuilder
          Constructs a filter that only match on documents that the field has a value in them.
 class NestedFilterBuilder
           
 class NotFilterBuilder
          A filter that matches documents matching boolean combinations of other filters.
 class NumericRangeFilterBuilder
          A filter that restricts search results to values that are within the given numeric range.
 class OrFilterBuilder
          A filter that matches documents matching boolean combinations of other filters.
 class PrefixFilterBuilder
          A filter that restricts search results to values that have a matching prefix in a given field.
 class QueryFilterBuilder
          A filter that simply wraps a query.
 class RangeFilterBuilder
          A filter that restricts search results to values that are within the given range.
 class ScriptFilterBuilder
           
 class TermFilterBuilder
          A filter for a field based on a term.
 class TermsFilterBuilder
          A filer for a field based on several terms matching on any of them.
 class TypeFilterBuilder
           
 class WrapperFilterBuilder
          A Filter builder which allows building a filter thanks to a JSON string or binary data.
 



Copyright © 2009-2012. All Rights Reserved.