Package org.elasticsearch.index.query
Interface QueryParser<QB extends QueryBuilder>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Defines a query parser that is able to parse
QueryBuilder
s from XContent
.-
Method Summary
Modifier and TypeMethodDescriptionfromXContent(org.elasticsearch.common.xcontent.XContentParser parser)
Creates a newQueryBuilder
from the query held by theXContentParser
.
-
Method Details
-
fromXContent
Creates a newQueryBuilder
from the query held by theXContentParser
. The state on the parser contained in this context will be changed as a side effect of this method call- Throws:
IOException
-