org.exist.storage
Interface ValueIndexKeyFactory
- All Superinterfaces:
- java.lang.Comparable
- All Known Implementing Classes:
- ValueIndexKeyFactorySimple
- public interface ValueIndexKeyFactory
- extends java.lang.Comparable
Factory for Keys for Value Indices;
provides through serialize() the persistant storage key.
| Methods inherited from interface java.lang.Comparable |
compareTo |
serialize
public byte[] serialize(short collectionId,
boolean caseSensitive)
- this is called from
NativeValueIndex
- Returns:
- the persistant storage key
<oXygen/>
XML Editor
provides support for editing and debugging XQuery
expressions against the eXist XML Database.