public abstract class AbstractAuthorityQuery
extends org.apache.lucene.search.Query
| Constructor and Description |
|---|
AbstractAuthorityQuery(String authority)
Construct with authority.
|
| 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) |
int |
hashCode() |
String |
toString(String field) |
protected final String authority
public AbstractAuthorityQuery(String authority)
authority - 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.QueryCopyright © 2005–2018 Alfresco Software. All rights reserved.