public class PathScorer
extends org.apache.lucene.search.Scorer
Modifier and Type | Method and Description |
---|---|
static PathScorer |
createPathScorer(org.apache.lucene.search.Similarity similarity,
PathQuery pathQuery,
org.apache.lucene.index.IndexReader reader,
org.apache.lucene.search.Weight weight,
org.alfresco.service.cmr.dictionary.DictionaryService dictionarySertvice,
boolean repeat) |
int |
doc() |
org.apache.lucene.search.Explanation |
explain(int position) |
boolean |
next() |
float |
score() |
boolean |
skipTo(int position) |
public static PathScorer createPathScorer(org.apache.lucene.search.Similarity similarity, PathQuery pathQuery, org.apache.lucene.index.IndexReader reader, org.apache.lucene.search.Weight weight, org.alfresco.service.cmr.dictionary.DictionaryService dictionarySertvice, boolean repeat) throws IOException
IOException
public boolean next() throws IOException
next
in class org.apache.lucene.search.DocIdSetIterator
IOException
public int doc()
doc
in class org.apache.lucene.search.DocIdSetIterator
public float score() throws IOException
score
in class org.apache.lucene.search.Scorer
IOException
public boolean skipTo(int position) throws IOException
skipTo
in class org.apache.lucene.search.DocIdSetIterator
IOException
public org.apache.lucene.search.Explanation explain(int position) throws IOException
explain
in class org.apache.lucene.search.Scorer
IOException
Copyright © 2005–2017 Alfresco Software. All rights reserved.