Interface BooleanTerm

All Superinterfaces:
QueryTerm

public interface BooleanTerm extends QueryTerm

A term for a boolean query.

  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Gets the boolean in the term.

    Methods inherited from interface QueryTerm

    isPositive, isWildcard
    Modifier and Type
    Method
    Description
    boolean
    Tests if this is a positive or negative term.
    boolean
    Tests if this term is a wildcard.
  • Method Details

    • getBoolean

      boolean getBoolean()
      Gets the boolean in the term.
      Returns:
      the boolean value
      Throws:
      IllegalStateException - isWildcard() is true
      Compliance:
      mandatory - This method must be implemented.