Uses of Enum Class
org.apache.lucene.benchmark.byTask.feeds.TrecDocParser.ParsePathType
Packages that use TrecDocParser.ParsePathType
Package
Description
Sources for benchmark inputs: documents and queries.
-
Uses of TrecDocParser.ParsePathType in org.apache.lucene.benchmark.byTask.feeds
Fields in org.apache.lucene.benchmark.byTask.feeds declared as TrecDocParser.ParsePathTypeModifier and TypeFieldDescriptionstatic final TrecDocParser.ParsePathType
TrecDocParser.DEFAULT_PATH_TYPE
trec parser type used for unknown extensionsMethods in org.apache.lucene.benchmark.byTask.feeds that return TrecDocParser.ParsePathTypeModifier and TypeMethodDescriptionstatic TrecDocParser.ParsePathType
Compute the path type of a file by inspecting name of file and its parentsstatic TrecDocParser.ParsePathType
Returns the enum constant of this class with the specified name.static TrecDocParser.ParsePathType[]
TrecDocParser.ParsePathType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.lucene.benchmark.byTask.feeds with parameters of type TrecDocParser.ParsePathTypeModifier and TypeMethodDescriptionabstract DocData
TrecDocParser.parse
(DocData docData, String name, TrecContentSource trecSrc, StringBuilder docBuf, TrecDocParser.ParsePathType pathType) parse the text prepared in docBuf into a result DocData, no synchronization is required.TrecFBISParser.parse
(DocData docData, String name, TrecContentSource trecSrc, StringBuilder docBuf, TrecDocParser.ParsePathType pathType) TrecFR94Parser.parse
(DocData docData, String name, TrecContentSource trecSrc, StringBuilder docBuf, TrecDocParser.ParsePathType pathType) TrecFTParser.parse
(DocData docData, String name, TrecContentSource trecSrc, StringBuilder docBuf, TrecDocParser.ParsePathType pathType) TrecGov2Parser.parse
(DocData docData, String name, TrecContentSource trecSrc, StringBuilder docBuf, TrecDocParser.ParsePathType pathType) TrecLATimesParser.parse
(DocData docData, String name, TrecContentSource trecSrc, StringBuilder docBuf, TrecDocParser.ParsePathType pathType) TrecParserByPath.parse
(DocData docData, String name, TrecContentSource trecSrc, StringBuilder docBuf, TrecDocParser.ParsePathType pathType)