| Package | Description |
|---|---|
| com.simiacryptus.text |
| Modifier and Type | Method and Description |
|---|---|
CharTrieIndex |
CharTrieIndex.copy() |
CharTrieIndex |
CharTrieIndex.index()
Creates the index tree using the accumulated documents
|
CharTrieIndex |
CharTrieIndex.index(int maxLevels)
Creates the index tree using the accumulated documents
|
CharTrieIndex |
CharTrieIndex.index(int maxLevels,
int minWeight)
Creates the index tree using the accumulated documents
|
| Constructor and Description |
|---|
CharTrieIndex(CharTrieIndex copyFrom)
Instantiates a new Char trie index.
|
Cursor(CharTrieIndex charTrieIndex,
com.simiacryptus.text.CursorData data,
short depth)
Instantiates a new Cursor.
|
Copyright © 2019 SimiaCryptus Software. All rights reserved.