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.

@FunctionalInterface
public interface QueryParser<QB extends QueryBuilder>
Defines a query parser that is able to parse QueryBuilders from XContent.
  • Method Details

    • fromXContent

      QB fromXContent​(XContentParser parser) throws java.io.IOException
      Creates a new QueryBuilder from the query held by the XContentParser. The state on the parser contained in this context will be changed as a side effect of this method call
      Throws:
      java.io.IOException