Package org.alfresco.solr.query
Class SolrReaderQuery
- java.lang.Object
-
- org.apache.lucene.search.Query
-
- org.alfresco.solr.query.AbstractAuthorityQuery
-
- org.alfresco.solr.query.SolrReaderQuery
-
public class SolrReaderQuery extends AbstractAuthorityQuery
TODO: comment me!- Author:
- Matt Ward
-
-
Field Summary
-
Fields inherited from class org.alfresco.solr.query.AbstractAuthorityQuery
authority
-
-
Constructor Summary
Constructors Constructor Description SolrReaderQuery(String authority)
-
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.AbstractAuthorityQuery
equals, hashCode
-
-
-
-
Constructor Detail
-
SolrReaderQuery
public SolrReaderQuery(String authority)
-
-
Method Detail
-
toString
public String toString(String field)
- Overrides:
toStringin classAbstractAuthorityQuery
-
createWeight
public org.apache.lucene.search.Weight createWeight(org.apache.lucene.search.IndexSearcher searcher, boolean needsScore) throws IOException- Specified by:
createWeightin classAbstractAuthorityQuery- Throws:
IOException
-
-