|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.elasticsearch.index.query.PrefixQueryParser
public class PrefixQueryParser
Field Summary | |
---|---|
static java.lang.String |
NAME
|
Constructor Summary | |
---|---|
PrefixQueryParser()
|
Method Summary | |
---|---|
java.lang.String[] |
names()
The names this query parser is registered under. |
org.apache.lucene.search.Query |
parse(QueryParseContext parseContext)
Parses the into a query from the current parser location. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String NAME
Constructor Detail |
---|
@Inject public PrefixQueryParser()
Method Detail |
---|
public java.lang.String[] names()
QueryParser
names
in interface QueryParser
public org.apache.lucene.search.Query parse(QueryParseContext parseContext) throws java.io.IOException, QueryParsingException
QueryParser
parse
in interface QueryParser
java.io.IOException
QueryParsingException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |