|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LuceneQueryMapper<T extends SearchQuery>
A lucene query mapper represents an object that is able to map from a Confluence SearchQuery
to a Lucene Query
.
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.
Method Summary | |
---|---|
org.apache.lucene.search.Query |
convertToLuceneQuery(T searchQuery)
Convert a SearchQuery into a lucene query. |
Method Detail |
---|
org.apache.lucene.search.Query convertToLuceneQuery(T searchQuery)
searchQuery
- the query to convert
java.lang.IllegalArgumentException
- if the search query is null or invalid
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |