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

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DBackendCreationHelper.java68 private DefaultIndex(final String name, final boolean substringIndex) argument
71 this.shouldCreateSubstringIndex = substringIndex;
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DAttributeIndex.java113 Index substringIndex = null; field in class:AttributeIndex
206 this.substringIndex = new Index(name + ".substring",
342 if (substringIndex != null)
344 substringIndex.open();
386 if (substringIndex != null)
388 substringIndex.close();
464 if (substringIndex != null)
466 if(!substringIndex.addEntry(buffer, entryID, entry))
535 if (substringIndex != null)
537 if(!substringIndex
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DAttributeIndex.java113 Index substringIndex = null; field in class:AttributeIndex
206 this.substringIndex = new Index(name + ".substring",
343 if (substringIndex != null)
345 substringIndex.open();
385 if (substringIndex != null)
387 substringIndex.close();
463 if (substringIndex != null)
465 if(!substringIndex.addEntry(buffer, entryID, entry))
534 if (substringIndex != null)
536 if(!substringIndex
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DAttributeIndex.java113 Index substringIndex = null; field in class:AttributeIndex
206 this.substringIndex = new Index(name + ".substring",
342 if (substringIndex != null)
344 substringIndex.open();
386 if (substringIndex != null)
388 substringIndex.close();
464 if (substringIndex != null)
466 if(!substringIndex.addEntry(buffer, entryID, entry))
535 if (substringIndex != null)
537 if(!substringIndex
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DAttributeIndex.java113 Index substringIndex = null; field in class:AttributeIndex
206 this.substringIndex = new Index(name + ".substring",
342 if (substringIndex != null)
344 substringIndex.open();
386 if (substringIndex != null)
388 substringIndex.close();
464 if (substringIndex != null)
466 if(!substringIndex.addEntry(buffer, entryID, entry))
535 if (substringIndex != null)
537 if(!substringIndex
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DAttributeIndex.java113 Index substringIndex = null; field in class:AttributeIndex
206 this.substringIndex = new Index(name + ".substring",
343 if (substringIndex != null)
345 substringIndex.open();
385 if (substringIndex != null)
387 substringIndex.close();
463 if (substringIndex != null)
465 if(!substringIndex.addEntry(buffer, entryID, entry))
534 if (substringIndex != null)
536 if(!substringIndex
[all...]

Completed in 46 milliseconds