Class PhraseExactQueryType

  • All Implemented Interfaces:
    Serializable

    public class PhraseExactQueryType
    extends QueryType
    A query type which matches the exact query phrase searched.
    See Also:
    Serialized Form
    • Constructor Detail

      • PhraseExactQueryType

        public PhraseExactQueryType​(Double boost)
    • Method Detail

      • getTypeQueryInternal

        protected String getTypeQueryInternal​(String query)
        Description copied from class: QueryType
        Get the original query formatted to result in the desired query type.
        Specified by:
        getTypeQueryInternal in class QueryType
        Parameters:
        query - the original query
        Returns:
        query formatted for the desired query type