Package uk.ac.ucl.panda.retrieval

Examples of uk.ac.ucl.panda.retrieval.Searcher


  public QualityBenchmark(QualityQuery qqs[], QualityQueryParser qqParser,
      String index, String docNameField) throws FileNotFoundException,
      IOException, ClassNotFoundException {
    this.qualityQueries = qqs;
    this.qqParser = qqParser;
    this.searcher = new Searcher(index);
    this.reader = IndexReader.open(index);
    this.docNameField = docNameField;
  }
View Full Code Here

TOP

Related Classes of uk.ac.ucl.panda.retrieval.Searcher

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.