Uses of Class
org.alfresco.solr.query.SolrPathQuery
-
Packages that use SolrPathQuery Package Description org.alfresco.solr.query -
-
Uses of SolrPathQuery in org.alfresco.solr.query
Methods in org.alfresco.solr.query that return SolrPathQuery Modifier and Type Method Description SolrPathQuerySolrXPathHandler. getQuery()Get the resulting queryMethods in org.alfresco.solr.query with parameters of type SolrPathQuery Modifier and Type Method Description static SolrCachingPathScorerSolrCachingPathScorer. create(SolrCachingPathWeight weight, org.apache.lucene.index.LeafReaderContext context, org.apache.solr.search.SolrIndexSearcher searcher, SolrPathQuery wrappedPathQuery)Factory method used to createSolrCachingPathScorerinstances.static SolrPathScorerSolrPathScorer. createPathScorer(SolrPathQuery solrPathQuery, org.apache.lucene.index.LeafReaderContext context, org.apache.lucene.search.Weight weight, org.alfresco.service.cmr.dictionary.DictionaryService dictionarySertvice, boolean repeat)Constructors in org.alfresco.solr.query with parameters of type SolrPathQuery Constructor Description SolrCachingPathQuery(SolrPathQuery pathQuery)
-