Package | Description |
---|---|
org.apache.lucene.benchmark.byTask.feeds |
Sources for benchmark inputs: documents and queries.
|
Modifier and Type | Field | Description |
---|---|---|
static TrecDocParser.ParsePathType |
TrecDocParser.DEFAULT_PATH_TYPE |
trec parser type used for unknown extensions
|
Modifier and Type | Method | Description |
---|---|---|
static TrecDocParser.ParsePathType |
TrecDocParser.pathType(File f) |
Compute the path type of a file by inspecting name of file and its parents
|
static TrecDocParser.ParsePathType |
TrecDocParser.ParsePathType.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static TrecDocParser.ParsePathType[] |
TrecDocParser.ParsePathType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.