Module: Eson
- Defined in:
- lib/compat.rb,
lib/eson/search/or.rb,
lib/eson/search/and.rb,
lib/eson/search/ids.rb,
lib/eson/search/not.rb,
lib/eson/search/bool.rb,
lib/eson/search/node.rb,
lib/eson/search/term.rb,
lib/eson/search/text.rb,
lib/eson/search/type.rb,
lib/eson/search/facet.rb,
lib/eson/search/field.rb,
lib/eson/search/fuzzy.rb,
lib/eson/search/match.rb,
lib/eson/search/query.rb,
lib/eson/search/range.rb,
lib/eson/search/terms.rb,
lib/eson/search/exists.rb,
lib/eson/search/facets.rb,
lib/eson/search/filter.rb,
lib/eson/search/fquery.rb,
lib/eson/search/nested.rb,
lib/eson/search/prefix.rb,
lib/eson/search/dis_max.rb,
lib/eson/search/filters.rb,
lib/eson/search/indices.rb,
lib/eson/search/missing.rb,
lib/eson/search/queries.rb,
lib/eson/search/span_or.rb,
lib/eson/search/boosting.rb,
lib/eson/search/filtered.rb,
lib/eson/search/span_not.rb,
lib/eson/search/wildcard.rb,
lib/eson/search/has_child.rb,
lib/eson/search/histogram.rb,
lib/eson/search/match_all.rb,
lib/eson/search/span_near.rb,
lib/eson/search/span_term.rb,
lib/eson/search/sub_query.rb,
lib/eson/search/base_query.rb,
lib/eson/search/span_first.rb,
lib/eson/search/field_based.rb,
lib/eson/search/geo_polygon.rb,
lib/eson/search/multi_match.rb,
lib/eson/search/query_facet.rb,
lib/eson/search/query_field.rb,
lib/eson/search/query_group.rb,
lib/eson/search/statistical.rb,
lib/eson/search/terms_stats.rb,
lib/eson/search/custom_score.rb,
lib/eson/search/filter_facet.rb,
lib/eson/search/geo_distance.rb,
lib/eson/search/parametrized.rb,
lib/eson/search/query_string.rb,
lib/eson/search/top_children.rb,
lib/eson/modules/query_plugin.rb,
lib/eson/search/numeric_range.rb,
lib/eson/search/constant_score.rb,
lib/eson/search/date_histogram.rb,
lib/eson/search/more_like_this.rb,
lib/eson/search/fuzzy_like_this.rb,
lib/eson/search/geo_bounding_box.rb,
lib/eson/search/geo_distance_range.rb,
lib/eson/search/custom_boost_factor.rb,
lib/eson/search/custom_filters_score.rb,
lib/eson/search/more_like_this_field.rb,
lib/eson/search/fuzzy_like_this_field.rb
Overview
Since elasticsearch 0.19.9, text is called match
For backwards compatibility reasons, text will be generated until
all versions of ES below 0.19.9 are not supported anymore.
match can be used in the DSL, though.
Defined Under Namespace
Modules: QueryPlugin, Search