| Modifier and Type | Method and Description |
|---|---|
Index<T> |
createIndex() |
Index<T> |
createIndex(File file) |
Index<T> |
createIndex(String filename) |
Index.Builder6<T> |
numIndexEntries(int numIndexEntries)
Sets the approximate number of index entries.
|
Index.Builder6<T> |
sortMaxFilesPerMerge(int sortMaxFilesPerMerge) |
Index.Builder6<T> |
sortMaxItemsPerFile(int sortMaxItemsPerFile) |
public Index.Builder6<T> numIndexEntries(int numIndexEntries)
numIndexEntries - approximate number of index entriespublic Index.Builder6<T> sortMaxFilesPerMerge(int sortMaxFilesPerMerge)
public Index.Builder6<T> sortMaxItemsPerFile(int sortMaxItemsPerFile)
Copyright © 2019. All rights reserved.