com.atlassian.confluence.search.v2.lucene.mapper
Class TextFieldQueryMapper
java.lang.Object
com.atlassian.confluence.search.v2.lucene.mapper.TextFieldQueryMapper
- All Implemented Interfaces:
- LuceneQueryMapper<TextFieldQuery>
public class TextFieldQueryMapper
- extends Object
- implements LuceneQueryMapper<TextFieldQuery>
A mapper for TextFieldQuery
s.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextFieldQueryMapper
public TextFieldQueryMapper()
convertToLuceneQuery
public org.apache.lucene.search.Query convertToLuceneQuery(TextFieldQuery textFieldQuery)
- Converts the given query into a lucene query.
- Specified by:
convertToLuceneQuery
in interface LuceneQueryMapper<TextFieldQuery>
- Parameters:
textFieldQuery
- a TextFieldQuery instance.
- Returns:
- a Lucene specific version of the TextFieldQuery supplied.
- Throws:
IllegalArgumentException
- if the query cannot be successfully parsed by QueryParser
setLuceneAnalyzerFactory
public void setLuceneAnalyzerFactory(com.atlassian.bonnie.analyzer.LuceneAnalyzerFactory luceneAnalyzerFactory)