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

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DBackendCreationHelper.java66 private final boolean shouldCreateSubstringIndex; field in class:BackendCreationHelper.DefaultIndex
71 this.shouldCreateSubstringIndex = substringIndex;
91 public boolean shouldCreateSubstringIndex() method in class:BackendCreationHelper.DefaultIndex
93 return shouldCreateSubstringIndex;
169 if (defaultIndex.shouldCreateSubstringIndex)

Completed in 21 milliseconds