Package org.alfresco.solr.query
Class SolrReaderSetQuery
- java.lang.Object
-
- org.apache.lucene.search.Query
-
- org.alfresco.solr.query.AbstractAuthoritySetQuery
-
- org.alfresco.solr.query.SolrReaderSetQuery
-
public class SolrReaderSetQuery extends AbstractAuthoritySetQuery
- Author:
- Andy, Matt Ward
-
-
Field Summary
-
Fields inherited from class org.alfresco.solr.query.AbstractAuthoritySetQuery
authorities
-
-
Constructor Summary
Constructors Constructor Description SolrReaderSetQuery(String authorities)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.lucene.search.WeightcreateWeight(org.apache.lucene.search.IndexSearcher searcher, boolean needsScore)StringtoString(String field)-
Methods inherited from class org.alfresco.solr.query.AbstractAuthoritySetQuery
equals, getACLFilter, getACLSet, hashCode
-
-
-
-
Constructor Detail
-
SolrReaderSetQuery
public SolrReaderSetQuery(String authorities)
-
-
Method Detail
-
createWeight
public org.apache.lucene.search.Weight createWeight(org.apache.lucene.search.IndexSearcher searcher, boolean needsScore) throws IOException- Specified by:
createWeightin classAbstractAuthoritySetQuery- Throws:
IOException
-
toString
public String toString(String field)
- Overrides:
toStringin classAbstractAuthoritySetQuery
-
-