Package org.alfresco.solr.query
Class SolrCachingPathScorer
java.lang.Object
org.apache.lucene.search.Scorer
org.alfresco.solr.query.AbstractSolrCachingScorer
org.alfresco.solr.query.SolrCachingPathScorer
Caching wrapper for
SolrPathQuery.- Author:
- Matt Ward
-
Nested Class Summary
Nested classes/interfaces inherited from class org.alfresco.solr.query.AbstractSolrCachingScorer
AbstractSolrCachingScorer.LongCacheNested classes/interfaces inherited from class org.apache.lucene.search.Scorer
org.apache.lucene.search.Scorer.ChildScorer -
Field Summary
Fields inherited from class org.apache.lucene.search.Scorer
weight -
Method Summary
Modifier and TypeMethodDescriptionstatic SolrCachingPathScorercreate(SolrCachingPathWeight weight, org.apache.lucene.index.LeafReaderContext context, org.apache.solr.search.SolrIndexSearcher searcher, SolrPathQuery wrappedPathQuery) Factory method used to createSolrCachingPathScorerinstances.Methods inherited from class org.alfresco.solr.query.AbstractSolrCachingScorer
docID, freq, getLong, iterator, scoreMethods inherited from class org.apache.lucene.search.Scorer
getChildren, getWeight, twoPhaseIterator
-
Method Details
-
create
public static SolrCachingPathScorer create(SolrCachingPathWeight weight, org.apache.lucene.index.LeafReaderContext context, org.apache.solr.search.SolrIndexSearcher searcher, SolrPathQuery wrappedPathQuery) throws IOException Factory method used to createSolrCachingPathScorerinstances.- Parameters:
acceptDocs-- Throws:
IOException
-