org.exist.indexing
Interface QNamedKeysIndex

All Superinterfaces:
IndexWorker
All Known Implementing Classes:
FTIndexWorker

public interface QNamedKeysIndex
extends IndexWorker

Indexes that store their values with an information about the QName of their nodes should implement this interface.

Author:
brihaye

Field Summary
static String QNAMES_KEY
          A key to a QName List "hint" to be used 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

QNAMES_KEY

static final String QNAMES_KEY
A key to a QName List "hint" to be used when the index scans its index entries

See Also:
Constant Field Values


Copyright (C) Wolfgang Meier. All rights reserved.