public class SolrPathScorer
extends org.apache.lucene.search.Scorer
| Modifier and Type | Method and Description |
|---|---|
int |
advance(int target) |
long |
cost() |
static SolrPathScorer |
createPathScorer(SolrPathQuery solrPathQuery,
org.apache.lucene.index.AtomicReaderContext context,
org.apache.lucene.util.Bits acceptDocs,
org.apache.lucene.search.Weight weight,
org.alfresco.service.cmr.dictionary.DictionaryService dictionarySertvice,
boolean repeat) |
int |
docID() |
int |
freq() |
int |
nextDoc() |
float |
score() |
public static SolrPathScorer createPathScorer(SolrPathQuery solrPathQuery, org.apache.lucene.index.AtomicReaderContext context, org.apache.lucene.util.Bits acceptDocs, org.apache.lucene.search.Weight weight, org.alfresco.service.cmr.dictionary.DictionaryService dictionarySertvice, boolean repeat) throws IOException
IOExceptionpublic float score()
throws IOException
score in class org.apache.lucene.search.ScorerIOExceptionpublic int freq()
throws IOException
freq in class org.apache.lucene.index.DocsEnumIOExceptionpublic int docID()
docID in class org.apache.lucene.search.DocIdSetIteratorpublic int nextDoc()
throws IOException
nextDoc in class org.apache.lucene.search.DocIdSetIteratorIOExceptionpublic int advance(int target)
throws IOException
advance in class org.apache.lucene.search.DocIdSetIteratorIOExceptionpublic long cost()
cost in class org.apache.lucene.search.DocIdSetIteratorCopyright © 2005–2017 Alfresco Software. All rights reserved.