Package org.alfresco.solr.query
Class SolrAuthorityQuery
java.lang.Object
org.apache.lucene.search.Query
org.alfresco.solr.query.AbstractAuthorityQuery
org.alfresco.solr.query.SolrAuthorityQuery
Query for docs the supplied authority is able to read.
- Author:
- Matt Ward
-
Field Summary
Fields inherited from class org.alfresco.solr.query.AbstractAuthorityQuery
authority -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.search.WeightcreateWeight(org.apache.lucene.search.IndexSearcher searcher, boolean needsScores) Methods inherited from class org.alfresco.solr.query.AbstractAuthorityQuery
equals, hashCodeMethods inherited from class org.apache.lucene.search.Query
classHash, rewrite, sameClassAs, toString
-
Constructor Details
-
SolrAuthorityQuery
-
-
Method Details
-
toString
- Overrides:
toStringin classAbstractAuthorityQuery
-
createWeight
public org.apache.lucene.search.Weight createWeight(org.apache.lucene.search.IndexSearcher searcher, boolean needsScores) throws IOException - Specified by:
createWeightin classAbstractAuthorityQuery- Throws:
IOException
-