Uses of Package
org.elasticsearch.index.query

Packages that use org.elasticsearch.index.query
org.apache.lucene.queryParser   
org.elasticsearch.action.admin.indices.alias   
org.elasticsearch.action.admin.indices.validate.query Validate action. 
org.elasticsearch.action.count Count action. 
org.elasticsearch.action.deletebyquery Delete by query action. 
org.elasticsearch.action.explain Explain action. 
org.elasticsearch.action.search Search action. 
org.elasticsearch.cluster.metadata   
org.elasticsearch.index.aliases   
org.elasticsearch.index.mapper   
org.elasticsearch.index.mapper.core   
org.elasticsearch.index.mapper.internal   
org.elasticsearch.index.mapper.ip   
org.elasticsearch.index.percolator   
org.elasticsearch.index.query   
org.elasticsearch.index.query.support   
org.elasticsearch.index.search   
org.elasticsearch.index.service   
org.elasticsearch.index.shard.service   
org.elasticsearch.indices.query   
org.elasticsearch.search.builder   
org.elasticsearch.search.facet   
org.elasticsearch.search.facet.datehistogram   
org.elasticsearch.search.facet.filter   
org.elasticsearch.search.facet.geodistance   
org.elasticsearch.search.facet.histogram   
org.elasticsearch.search.facet.query   
org.elasticsearch.search.facet.range   
org.elasticsearch.search.facet.statistical   
org.elasticsearch.search.facet.terms   
org.elasticsearch.search.internal   
 

Classes in org.elasticsearch.index.query used by org.apache.lucene.queryParser
QueryParseContext
           
 

Classes in org.elasticsearch.index.query used by org.elasticsearch.action.admin.indices.alias
FilterBuilder
           
 

Classes in org.elasticsearch.index.query used by org.elasticsearch.action.admin.indices.validate.query
QueryBuilder
           
 

Classes in org.elasticsearch.index.query used by org.elasticsearch.action.count
QueryBuilder
           
 

Classes in org.elasticsearch.index.query used by org.elasticsearch.action.deletebyquery
QueryBuilder
           
 

Classes in org.elasticsearch.index.query used by org.elasticsearch.action.explain
QueryBuilder
           
 

Classes in org.elasticsearch.index.query used by org.elasticsearch.action.search
FilterBuilder
           
QueryBuilder
           
 

Classes in org.elasticsearch.index.query used by org.elasticsearch.cluster.metadata
FilterBuilder
           
 

Classes in org.elasticsearch.index.query used by org.elasticsearch.index.aliases
IndexQueryParserService
           
 

Classes in org.elasticsearch.index.query used by org.elasticsearch.index.mapper
QueryParseContext
           
 

Classes in org.elasticsearch.index.query used by org.elasticsearch.index.mapper.core
QueryParseContext
           
 

Classes in org.elasticsearch.index.query used by org.elasticsearch.index.mapper.internal
QueryParseContext
           
 

Classes in org.elasticsearch.index.query used by org.elasticsearch.index.mapper.ip
QueryParseContext
           
 

Classes in org.elasticsearch.index.query used by org.elasticsearch.index.percolator
IndexQueryParserService
           
QueryBuilder
           
 

Classes in org.elasticsearch.index.query used by org.elasticsearch.index.query
AndFilterBuilder
          A filter that matches documents matching boolean combinations of other filters.
BaseFilterBuilder
           
BaseQueryBuilder
           
BoolFilterBuilder
          A filter that matches documents matching boolean combinations of other filters.
BoolQueryBuilder
          A Query that matches documents matching boolean combinations of other queries.
BoostableQueryBuilder
          Query builder which allow setting some boost
BoostingQueryBuilder
          The BoostingQuery class can be used to effectively demote results that match a given query.
ConstantScoreQueryBuilder
          A query that wraps a filter and simply returns a constant score equal to the query boost for every document in the filter.
CustomBoostFactorQueryBuilder
          A query that simply applies the boost factor to another query (multiply it).
CustomFiltersScoreQueryBuilder
          A query that uses a filters with a script associated with them to compute the score.
CustomScoreQueryBuilder
          A query that uses a script to compute the score.
DisMaxQueryBuilder
          A query that generates the union of documents produced by its sub-queries, and that scores each document with the maximum score for that document as produced by any sub-query, plus a tie breaking increment for any additional matching sub-queries.
ExistsFilterBuilder
          Constructs a filter that only match on documents that the field has a value in them.
FieldMaskingSpanQueryBuilder
           
FieldQueryBuilder
          A query that executes the query string against a field.
FieldQueryBuilder.Operator
           
FilterBuilder
           
FilteredQueryBuilder
          A query that applies a filter to the results of another query.
FilterParser
           
FilterParserFactory
           
FuzzyLikeThisFieldQueryBuilder
           
FuzzyLikeThisQueryBuilder
           
FuzzyQueryBuilder
          A Query that does fuzzy matching for a specific value.
GeoBoundingBoxFilterBuilder
           
GeoDistanceFilterBuilder
           
GeoDistanceRangeFilterBuilder
           
GeoPolygonFilterBuilder
           
GeoShapeFilterBuilder
          FilterBuilder that builds a GeoShape Filter
GeoShapeQueryBuilder
           
HasChildFilterBuilder
           
HasChildQueryBuilder
           
IdsFilterBuilder
          A filter that will return only documents matching specific ids (and a type).
IdsQueryBuilder
          A query that will return only documents matching specific ids (and a type).
IndexQueryParserModule
           
IndexQueryParserModule.QueryParsersProcessor
          A custom processor that can be extended to process and bind custom implementations of QueryParserFactory, and FilterParser.
IndexQueryParserModule.QueryParsersProcessor.XContentFilterParsersBindings
           
IndexQueryParserModule.QueryParsersProcessor.XContentQueryParsersBindings
           
IndexQueryParserService
           
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).
IndicesQueryBuilder
          A query that will execute the wrapped query only for the specified indices, and "match_all" when it does not match those indices (by default).
LimitFilterBuilder
           
MatchAllFilterBuilder
          A filter that simply wraps a query.
MatchAllQueryBuilder
          A query that matches on all documents.
MatchQueryBuilder
          Match query is a query that analyzes the text and constructs a query as the result of the analysis.
MatchQueryBuilder.Operator
           
MatchQueryBuilder.Type
           
MissingFilterBuilder
          Constructs a filter that only match on documents that the field has a value in them.
MoreLikeThisFieldQueryBuilder
          A more like this query that runs against a specific field.
MoreLikeThisQueryBuilder
          A more like this query that finds documents that are "like" the provided MoreLikeThisQueryBuilder.likeText(String) which is checked against the fields the query is constructed with.
MultiMatchQueryBuilder
          Same as MatchQueryBuilder but supports multiple fields.
NestedFilterBuilder
           
NestedQueryBuilder
           
NotFilterBuilder
          A filter that matches documents matching boolean combinations of other filters.
NumericRangeFilterBuilder
          A filter that restricts search results to values that are within the given numeric range.
OrFilterBuilder
          A filter that matches documents matching boolean combinations of other filters.
ParsedQuery
          The result of parsing a query.
PrefixFilterBuilder
          A filter that restricts search results to values that have a matching prefix in a given field.
PrefixQueryBuilder
          A Query that matches documents containing terms with a specified prefix.
QueryBuilder
           
QueryBuilderException
           
QueryFilterBuilder
          A filter that simply wraps a query.
QueryParseContext
           
QueryParser
           
QueryParserFactory
           
QueryParsingException
           
QueryStringQueryBuilder
          A query that parses a query string and runs it.
QueryStringQueryBuilder.Operator
           
RangeFilterBuilder
          A filter that restricts search results to values that are within the given range.
RangeQueryBuilder
          A Query that matches documents within an range of terms.
ScriptFilterBuilder
           
SpanFirstQueryBuilder
           
SpanNearQueryBuilder
           
SpanNotQueryBuilder
           
SpanOrQueryBuilder
           
SpanQueryBuilder
           
SpanTermQueryBuilder
           
TermFilterBuilder
          A filter for a field based on a term.
TermQueryBuilder
          A Query that matches documents containing a term.
TermsFilterBuilder
          A filer for a field based on several terms matching on any of them.
TermsQueryBuilder
           
TopChildrenQueryBuilder
           
TypeFilterBuilder
           
WildcardQueryBuilder
          Implements the wildcard search query.
WrapperFilterBuilder
          A Filter builder which allows building a filter thanks to a JSON string or binary data.
WrapperQueryBuilder
          A Query builder which allows building a query thanks to a JSON string or binary data.
 

Classes in org.elasticsearch.index.query used by org.elasticsearch.index.query.support
QueryParseContext
           
 

Classes in org.elasticsearch.index.query used by org.elasticsearch.index.search
QueryParseContext
           
 

Classes in org.elasticsearch.index.query used by org.elasticsearch.index.service
IndexQueryParserService
           
 

Classes in org.elasticsearch.index.query used by org.elasticsearch.index.shard.service
IndexQueryParserService
           
 

Classes in org.elasticsearch.index.query used by org.elasticsearch.indices.query
FilterParser
           
QueryParser
           
 

Classes in org.elasticsearch.index.query used by org.elasticsearch.search.builder
FilterBuilder
           
QueryBuilder
           
 

Classes in org.elasticsearch.index.query used by org.elasticsearch.search.facet
FilterBuilder
           
QueryBuilder
           
 

Classes in org.elasticsearch.index.query used by org.elasticsearch.search.facet.datehistogram
FilterBuilder
           
 

Classes in org.elasticsearch.index.query used by org.elasticsearch.search.facet.filter
FilterBuilder
           
 

Classes in org.elasticsearch.index.query used by org.elasticsearch.search.facet.geodistance
FilterBuilder
           
 

Classes in org.elasticsearch.index.query used by org.elasticsearch.search.facet.histogram
FilterBuilder
           
 

Classes in org.elasticsearch.index.query used by org.elasticsearch.search.facet.query
FilterBuilder
           
QueryBuilder
           
 

Classes in org.elasticsearch.index.query used by org.elasticsearch.search.facet.range
FilterBuilder
           
 

Classes in org.elasticsearch.index.query used by org.elasticsearch.search.facet.statistical
FilterBuilder
           
 

Classes in org.elasticsearch.index.query used by org.elasticsearch.search.facet.terms
FilterBuilder
           
 

Classes in org.elasticsearch.index.query used by org.elasticsearch.search.internal
IndexQueryParserService
           
ParsedQuery
          The result of parsing a query.
 



Copyright © 2009-2012. All Rights Reserved.