Uses of Class
org.elasticsearch.index.search.MatchQuery.Type

Packages that use MatchQuery.Type
org.elasticsearch.index.search   
 

Uses of MatchQuery.Type in org.elasticsearch.index.search
 

Methods in org.elasticsearch.index.search that return MatchQuery.Type
static MatchQuery.Type MatchQuery.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MatchQuery.Type[] MatchQuery.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.elasticsearch.index.search with parameters of type MatchQuery.Type
 org.apache.lucene.search.Query MultiMatchQuery.parse(MatchQuery.Type type, List<String> fieldNames, String text)
           
 org.apache.lucene.search.Query MatchQuery.parse(MatchQuery.Type type, String fieldName, String text)
           
 



Copyright © 2009-2012. All Rights Reserved.