SearchFilter.expand()
instead.@Deprecated public interface LuceneSearchFilterMapper<T extends SearchFilter>
SearchFilter
to a Lucene Filter
.
Implementations of this class will be autowired automatically.
Implementations of this class must use setter injection instead of constructor injector, as only the former is supported at the moment.
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.search.Filter |
convertToLuceneSearchFilter(T searchFilter)
Deprecated.
Convert a search filter into a lucene search filter.
|
org.apache.lucene.search.Filter convertToLuceneSearchFilter(T searchFilter)
searchFilter
- the search filter to convertIllegalArgumentException
- if the search filter is null or invalidCopyright © 2003–2020 Atlassian. All rights reserved.