Class LuceneScanBounds

java.lang.Object
com.apple.foundationdb.record.lucene.LuceneScanBounds
All Implemented Interfaces:
IndexScanBounds
Direct Known Subclasses:
LuceneScanQuery, LuceneScanSpellCheck

@API(UNSTABLE) public abstract class LuceneScanBounds extends Object implements IndexScanBounds
Base class for IndexScanBounds used by LUCENE indexes. Stores any group key prefix used to determine the directory location.
  • Field Details

    • scanType

      @Nonnull protected final IndexScanType scanType
    • groupKey

      @Nonnull protected final Tuple groupKey
  • Constructor Details

    • LuceneScanBounds

      protected LuceneScanBounds(@Nonnull IndexScanType scanType, @Nonnull Tuple groupKey)
  • Method Details