org.exist.storage
Class GeneralRangeIndexSpec
java.lang.Object
org.exist.storage.RangeIndexSpec
org.exist.storage.GeneralRangeIndexSpec
public class GeneralRangeIndexSpec
- extends RangeIndexSpec
Used to specify a range index on a node path. Contrary to the
fulltext index, a range index indexes the value of nodes according
to a predefined type.
- Author:
- wolf
Fields inherited from class org.exist.storage.RangeIndexSpec |
BOOLEAN, DATE, DATE_TIME, DOUBLE, FLOAT, HAS_VALUE_INDEX_MASK, HAS_VALUE_OR_MIXED_INDEX_MASK, INTEGER, MIXED_CONTENT, NO_INDEX, QNAME_INDEX, RANGE_INDEX_MASK, STRING, TEXT, TEXT_MIXED_CONTENT |
Methods inherited from class org.exist.storage.RangeIndexSpec |
getIndexType, getQName, getType, hasFulltextIndex, hasMixedContent, hasMixedTextIndex, hasQNameIndex, hasQNameOrValueIndex, hasRangeIndex, indexTypeToXPath, xpathTypeToIndex |
GeneralRangeIndexSpec
public GeneralRangeIndexSpec(Map namespaces,
String pathStr,
String typeStr)
throws DatabaseConfigurationException
- Throws:
DatabaseConfigurationException
getPath
public NodePath getPath()
- Returns the path corresponding to this index.
toString
public String toString()
- Overrides:
toString
in class Object
Copyright (C) Wolfgang Meier. All rights reserved.