Interface QueryStringTerm

  • All Known Implementing Classes:
    WeightedWord, WordAssociation

    public interface QueryStringTerm
    A single term for a query-string-query
    • Method Detail

      • toQueryString

        String toQueryString()
        Prepare the term for a query-string-query.
        Returns:
        term in query-string-query format.
      • getWord

        String getWord()
        Returns:
        the single original word without the additional noise.
      • getOccur

        org.apache.lucene.search.BooleanClause.Occur getOccur()