org.exist.indexing
Interface OrderedValuesIndex

All Superinterfaces:
IndexWorker
All Known Implementing Classes:
FTIndexWorker

public interface OrderedValuesIndex
extends IndexWorker

Indexes that store their values in a determinist way (whatever it is) should implement this interface.

Author:
brihaye

Field Summary
static String END_VALUE
          A key to the value "hint" to end with when the index scans its index entries
static String START_VALUE
          A key to the value "hint" to start from when the index scans its index entries
 
Fields inherited from interface org.exist.indexing.IndexWorker
VALUE_COUNT
 
Method Summary
 
Methods inherited from interface org.exist.indexing.IndexWorker
checkIndex, configure, flush, getDocument, getIndexId, getIndexName, getListener, getMatchListener, getMode, getReindexRoot, removeCollection, scanIndex, setDocument, setDocument, setMode
 

Field Detail

START_VALUE

static final String START_VALUE
A key to the value "hint" to start from when the index scans its index entries

See Also:
Constant Field Values

END_VALUE

static final String END_VALUE
A key to the value "hint" to end with when the index scans its index entries

See Also:
Constant Field Values


Copyright (C) Wolfgang Meier. All rights reserved.