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 |
equals(Object obj) |
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() |
abstract String |
toString()
Subclasses should implement a descriptive toString method.
|
String |
toString(String field) |
protected String authorities
public AbstractAuthoritySetQuery(String authorities)
authorities - public abstract String toString()
toString in class org.apache.lucene.search.Querypublic abstract org.apache.lucene.search.Weight createWeight(org.apache.lucene.search.IndexSearcher searcher)
throws IOException
createWeight in class org.apache.lucene.search.QueryIOExceptionpublic String toString(String field)
toString in class org.apache.lucene.search.Querypublic int hashCode()
hashCode in class org.apache.lucene.search.Querypublic boolean equals(Object obj)
equals 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–2017 Alfresco Software. All rights reserved.