SearcherWithTokenAction
instead.@Deprecated public class SearcherAction extends Object implements com.atlassian.bonnie.ILuceneConnection.SearcherAction
Modifier and Type | Field and Description |
---|---|
static int |
MAX_RESULTS
Deprecated.
|
static int |
MAX_START_OFFSET
Deprecated.
|
Constructor and Description |
---|
SearcherAction(org.apache.lucene.search.Query query,
org.apache.lucene.search.Filter luceneFilter,
org.apache.lucene.search.Sort sort,
LuceneResultFilter resultsFilter,
Set<String> requestedFields)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Deprecated.
Two searcher actions are equal if they have the same search terms.
|
List<SearchResult> |
getResults()
Deprecated.
|
int |
getUnfilteredResultsCount()
Deprecated.
|
int |
hashCode()
Deprecated.
|
void |
perform(org.apache.lucene.search.IndexSearcher searcher)
Deprecated.
|
public static final int MAX_RESULTS
public static final int MAX_START_OFFSET
public SearcherAction(org.apache.lucene.search.Query query, org.apache.lucene.search.Filter luceneFilter, org.apache.lucene.search.Sort sort, LuceneResultFilter resultsFilter, Set<String> requestedFields)
public void perform(org.apache.lucene.search.IndexSearcher searcher) throws IOException
perform
in interface com.atlassian.bonnie.ILuceneConnection.SearcherAction
IOException
public List<SearchResult> getResults()
public int getUnfilteredResultsCount()
public boolean equals(Object o)
Copyright © 2003–2020 Atlassian. All rights reserved.