jp.co.bizreach.cloudsearch4s

ExtendedBooleanQuery

class ExtendedBooleanQuery extends BooleanQuery

Extends org.apache.lucene.search.BooleanQuery to generate SHOULD query as OR. If you want to execute OR query, use this class instead of BooleanQuery.

Linear Supertypes
BooleanQuery, Iterable[BooleanClause], Query, Cloneable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ExtendedBooleanQuery
  2. BooleanQuery
  3. Iterable
  4. Query
  5. Cloneable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExtendedBooleanQuery()

Type Members

  1. class BooleanWeight extends Weight

    Attributes
    protected
    Definition Classes
    BooleanQuery

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. def add(arg0: BooleanClause): Unit

    Definition Classes
    BooleanQuery
  5. def add(arg0: Query, arg1: Occur): Unit

    Definition Classes
    BooleanQuery
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clauses(): List[BooleanClause]

    Definition Classes
    BooleanQuery
  8. def clone(): BooleanQuery

    Definition Classes
    BooleanQuery → Query → AnyRef
  9. def createWeight(arg0: IndexSearcher): Weight

    Definition Classes
    BooleanQuery → Query
    Annotations
    @throws( classOf[java.io.IOException] )
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    BooleanQuery → Query → AnyRef → Any
  12. def extractTerms(arg0: Set[Term]): Unit

    Definition Classes
    BooleanQuery → Query
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def forEach(arg0: Consumer[_ >: BooleanClause]): Unit

    Definition Classes
    Iterable
  15. def getBoost(): Float

    Definition Classes
    Query
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def getClauses(): Array[BooleanClause]

    Definition Classes
    BooleanQuery
  18. def getMinimumNumberShouldMatch(): Int

    Definition Classes
    BooleanQuery
  19. def hashCode(): Int

    Definition Classes
    BooleanQuery → Query → AnyRef → Any
  20. def isCoordDisabled(): Boolean

    Definition Classes
    BooleanQuery
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. final def iterator(): Iterator[BooleanClause]

    Definition Classes
    BooleanQuery → Iterable
  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. def rewrite(arg0: IndexReader): Query

    Definition Classes
    BooleanQuery → Query
    Annotations
    @throws( classOf[java.io.IOException] )
  27. def setBoost(arg0: Float): Unit

    Definition Classes
    Query
  28. def setMinimumNumberShouldMatch(arg0: Int): Unit

    Definition Classes
    BooleanQuery
  29. def spliterator(): Spliterator[BooleanClause]

    Definition Classes
    Iterable
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def toString(field: String): String

    Definition Classes
    ExtendedBooleanQuery → BooleanQuery → Query
  32. def toString(): String

    Definition Classes
    Query → AnyRef → Any
  33. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BooleanQuery

Inherited from Iterable[BooleanClause]

Inherited from Query

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Ungrouped