Uses of Class
org.apache.lucene.benchmark.byTask.feeds.TrecContentSource

Packages that use TrecContentSource
org.apache.lucene.benchmark.byTask.feeds Sources for benchmark inputs: documents and queries. 
 

Uses of TrecContentSource in org.apache.lucene.benchmark.byTask.feeds
 

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



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