| 程序包 | 说明 |
|---|---|
| net.semanticmetadata.lire.builders | |
| net.semanticmetadata.lire.indexers.parallel |
| 限定符和类型 | 方法和说明 |
|---|---|
static GlobalDocumentBuilder.HashingMode |
GlobalDocumentBuilder.HashingMode.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static GlobalDocumentBuilder.HashingMode[] |
GlobalDocumentBuilder.HashingMode.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 构造器和说明 |
|---|
GlobalDocumentBuilder(boolean hashing,
GlobalDocumentBuilder.HashingMode hashingMode)
Creates a GlobalDocumentBuilder with the specific hashing mode.
|
GlobalDocumentBuilder(boolean hashing,
GlobalDocumentBuilder.HashingMode hashingMode,
boolean useDocValues)
Creates a GlobalDocumentBuilder with the specific hashing mode.
|
| 构造器和说明 |
|---|
ParallelIndexer(int numOfThreads,
java.lang.String indexPath,
java.io.File imageList,
GlobalDocumentBuilder.HashingMode hashingMode)
Constructor for use with hashing.
|
ParallelIndexer(int numOfThreads,
java.lang.String indexPath,
java.io.File imageList,
GlobalDocumentBuilder.HashingMode hashingMode,
boolean useDocValues)
Constructor for use with hashing and optional storage in DocValues instead of Lucene fields.
|
ParallelIndexer(int numOfThreads,
java.lang.String indexPath,
java.io.File imageList,
GlobalDocumentBuilder.HashingMode hashingMode,
boolean useDocValues,
int queueSize)
Constructor for use with hashing and optional storage in DocValues instead of Lucene fields.
|