Package org.alfresco.solr.query
Class SolrPathScorer
- java.lang.Object
-
- org.apache.lucene.search.Scorer
-
- org.alfresco.solr.query.SolrPathScorer
-
public class SolrPathScorer extends org.apache.lucene.search.Scorer
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SolrPathScorercreatePathScorer(SolrPathQuery solrPathQuery, org.apache.lucene.index.LeafReaderContext context, org.apache.lucene.search.Weight weight, org.alfresco.service.cmr.dictionary.DictionaryService dictionarySertvice, boolean repeat)intdocID()intfreq()org.apache.lucene.search.DocIdSetIteratoriterator()floatscore()
-
-
-
Method Detail
-
createPathScorer
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 java.io.IOException
- Throws:
java.io.IOException
-
score
public float score() throws java.io.IOException- Specified by:
scorein classorg.apache.lucene.search.Scorer- Throws:
java.io.IOException
-
freq
public int freq() throws java.io.IOException- Specified by:
freqin classorg.apache.lucene.search.Scorer- Throws:
java.io.IOException
-
docID
public int docID()
- Specified by:
docIDin classorg.apache.lucene.search.Scorer
-
iterator
public org.apache.lucene.search.DocIdSetIterator iterator()
- Specified by:
iteratorin classorg.apache.lucene.search.Scorer
-
-