object ScanTerm extends Serializable

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScanTerm
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def exclusive(term: String): ScanTerm

    Creates a ScanTerm excluding term.

  2. def inclusive(term: String): ScanTerm

    Creates a ScanTerm including term.

  3. def maximum(): ScanTerm

    Creates a ScanTerm representing the absolute maximum pattern - e.g.

    Creates a ScanTerm representing the absolute maximum pattern - e.g. after the last document.

  4. def minimum(): ScanTerm

    Creates a ScanTerm representing the absolute minimum pattern - e.g.

    Creates a ScanTerm representing the absolute minimum pattern - e.g. before the first document.