Searched defs:IndexingOptionsImpl (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.java261 this.indexingOptions = new IndexingOptionsImpl(config.getSubstringLength());
270 final IndexingOptions indexingOptions = new IndexingOptionsImpl(config.getSubstringLength());
800 final IndexingOptions newIndexingOptions = new IndexingOptionsImpl(newConfiguration.getSubstringLength());
1015 private static final class IndexingOptionsImpl implements IndexingOptions class in class:AttributeIndex
1020 private IndexingOptionsImpl(int substringKeySize) method in class:AttributeIndex.IndexingOptionsImpl

Completed in 41 milliseconds