Class TextFieldQuery

  • All Implemented Interfaces:
    Expandable<SearchQuery>, SearchQuery

    public class TextFieldQuery
    extends Object
    implements SearchQuery

    Represents a raw query from the user that may be parsed.

    Note: Using this query means that you know the name of fields within your index. This means that your code is bound to the name of fields in the index which could change. Ultimately you should not consider the TextFieldQuery part of the public search API.