Uses of Class
org.apache.lucene.benchmark.byTask.feeds.TrecDocParser.ParsePathType

Packages that use TrecDocParser.ParsePathType
org.apache.lucene.benchmark.byTask.feeds 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.ParsePathType
static TrecDocParser.ParsePathType TrecDocParser.DEFAULT_PATH_TYPE
          trec parser type used for unknown extensions
 

Methods in org.apache.lucene.benchmark.byTask.feeds that return TrecDocParser.ParsePathType
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.
 

Methods in org.apache.lucene.benchmark.byTask.feeds with parameters of type TrecDocParser.ParsePathType
 DocData TrecParserByPath.parse(DocData docData, String name, TrecContentSource trecSrc, StringBuilder docBuf, TrecDocParser.ParsePathType pathType)
           
 DocData TrecLATimesParser.parse(DocData docData, String name, TrecContentSource trecSrc, StringBuilder docBuf, TrecDocParser.ParsePathType pathType)
           
 DocData TrecGov2Parser.parse(DocData docData, String name, TrecContentSource trecSrc, StringBuilder docBuf, TrecDocParser.ParsePathType pathType)
           
 DocData TrecFTParser.parse(DocData docData, String name, TrecContentSource trecSrc, StringBuilder docBuf, TrecDocParser.ParsePathType pathType)
           
 DocData TrecFR94Parser.parse(DocData docData, String name, TrecContentSource trecSrc, StringBuilder docBuf, TrecDocParser.ParsePathType pathType)
           
 DocData TrecFBISParser.parse(DocData docData, String name, TrecContentSource trecSrc, StringBuilder docBuf, TrecDocParser.ParsePathType pathType)
           
abstract  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.
 



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.