Uses of Class
org.alfresco.solr.query.AbstractSolrCachingScorer
-
Packages that use AbstractSolrCachingScorer Package Description org.alfresco.solr.query -
-
Uses of AbstractSolrCachingScorer in org.alfresco.solr.query
Subclasses of AbstractSolrCachingScorer in org.alfresco.solr.query Modifier and Type Class Description classSolrAuthorityScorerFind the set of docs that the supplied authority can read.classSolrAuthoritySetScorerFind the set of docs that the specified authority set can read.classSolrCachingPathScorerCaching wrapper forSolrPathQuery.classSolrDeniedScorerFind the set of docs denied to an authority.classSolrDenySetScorerclassSolrDenySetScorer2classSolrOwnerScorerFind the set of documents for which the specified authority is the owner.classSolrOwnerSetScorerFind the set of documents owned by the specified set of authorities, for those authorities that are users (e.g.classSolrReaderScorerFind the set of readable documents for a given authority.classSolrReaderSetScorerclassSolrReaderSetScorer2Methods in org.alfresco.solr.query that return AbstractSolrCachingScorer Modifier and Type Method Description static AbstractSolrCachingScorerSolrReaderSetScorer2. createReaderSetScorer(org.apache.lucene.search.Weight weight, org.apache.lucene.index.LeafReaderContext context, org.apache.solr.search.SolrIndexSearcher searcher, java.lang.String authorities, org.apache.lucene.index.LeafReader reader)
-