public class FullRankSearcher extends AbstractSearcher
Full rank searcher
Copyright: Copyright (c) 2005
Company: IST, Drexel University
hitlist, indexReader, query, smoother| Constructor and Description |
|---|
FullRankSearcher(IndexReader indexReader,
Smoother smoother) |
FullRankSearcher(IndexReader indexReader,
Smoother smoother,
boolean docFirst) |
| Modifier and Type | Method and Description |
|---|---|
int |
breadthFirstSearch(IRQuery query) |
int |
depthFirstSearch(IRQuery query) |
int |
search(IRQuery query) |
checkSimpleTermQuery, getIndexReader, getIRDoc, getQuery, getQueryWeightingOption, getRankedDocumentList, getRetrievedDocNum, getSmoother, setQueryWeightingOptionpublic FullRankSearcher(IndexReader indexReader, Smoother smoother)
public FullRankSearcher(IndexReader indexReader, Smoother smoother, boolean docFirst)
Copyright © 2018 JULIE Lab, Germany. All rights reserved.