public class SolrPathScorer
extends org.apache.lucene.search.Scorer
| Modifier and Type | Method and Description |
|---|---|
static SolrPathScorer |
createPathScorer(SolrPathQuery solrPathQuery,
org.apache.lucene.index.LeafReaderContext context,
org.apache.lucene.search.Weight weight,
org.alfresco.service.cmr.dictionary.DictionaryService dictionarySertvice,
boolean repeat) |
int |
docID() |
int |
freq() |
org.apache.lucene.search.DocIdSetIterator |
iterator() |
float |
score() |
public static SolrPathScorer createPathScorer(SolrPathQuery solrPathQuery, org.apache.lucene.index.LeafReaderContext context, 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.search.ScorerIOExceptionpublic int docID()
docID in class org.apache.lucene.search.Scorerpublic org.apache.lucene.search.DocIdSetIterator iterator()
iterator in class org.apache.lucene.search.ScorerCopyright © 2005–2018 Alfresco Software. All rights reserved.