public abstract class AbstractAuthoritySetQuery
extends org.apache.lucene.search.Query
| Modifier and Type | Field and Description |
|---|---|
protected String |
authorities |
| Constructor and Description |
|---|
AbstractAuthoritySetQuery(String authorities)
Construct with authorities.
|
| Modifier and Type | Method and Description |
|---|---|
abstract org.apache.lucene.search.Weight |
createWeight(org.apache.lucene.search.IndexSearcher searcher,
boolean needsScores) |
boolean |
equals(Object o) |
protected BitsFilter |
getACLFilter(String[] auths,
String field,
org.apache.solr.search.SolrIndexSearcher searcher) |
protected HybridBitSet |
getACLSet(String[] auths,
String field,
org.apache.solr.search.SolrIndexSearcher searcher) |
int |
hashCode() |
String |
toString(String field) |
protected final String authorities
public AbstractAuthoritySetQuery(String authorities)
authorities - public abstract org.apache.lucene.search.Weight createWeight(org.apache.lucene.search.IndexSearcher searcher,
boolean needsScores)
throws IOException
createWeight in class org.apache.lucene.search.QueryIOExceptionpublic String toString(String field)
toString in class org.apache.lucene.search.Querypublic boolean equals(Object o)
equals in class org.apache.lucene.search.Querypublic int hashCode()
hashCode in class org.apache.lucene.search.Queryprotected HybridBitSet getACLSet(String[] auths, String field, org.apache.solr.search.SolrIndexSearcher searcher) throws IOException
IOExceptionprotected BitsFilter getACLFilter(String[] auths, String field, org.apache.solr.search.SolrIndexSearcher searcher) throws IOException
IOExceptionCopyright © 2005–2019 Alfresco Software. All rights reserved.