Searched defs:isIndexAcceptable (Results 1 - 1 of 1) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DAttributeIndex.java744 return isIndexAcceptable(cfg, IndexType.EQUALITY, unacceptableReasons)
745 && isIndexAcceptable(cfg, IndexType.SUBSTRING, unacceptableReasons)
746 && isIndexAcceptable(cfg, IndexType.ORDERING, unacceptableReasons)
747 && isIndexAcceptable(cfg, IndexType.APPROXIMATE, unacceptableReasons)
767 private static boolean isIndexAcceptable(BackendIndexCfg cfg, IndexType indexType, method in class:AttributeIndex

Completed in 30 milliseconds