Class UserTextQueryMapper
- java.lang.Object
- 
- com.atlassian.confluence.impl.search.v2.mappers.UserTextQueryMapper
 
- 
- All Implemented Interfaces:
- LuceneQueryMapper<UserTextQuery>
 
 public class UserTextQueryMapper extends Object implements LuceneQueryMapper<UserTextQuery> 
- 
- 
Constructor SummaryConstructors Constructor Description UserTextQueryMapper()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.lucene.search.QueryconvertToLuceneQuery(UserTextQuery searchQuery)Convert a SearchQuery into a lucene query.voidsetLuceneAnalyzerFactory(LuceneAnalyzerFactory luceneAnalyzerFactory)
 
- 
- 
- 
Method Detail- 
convertToLuceneQuerypublic org.apache.lucene.search.Query convertToLuceneQuery(UserTextQuery searchQuery) Description copied from interface:LuceneQueryMapperConvert a SearchQuery into a lucene query. So a query that represents a search for any value in a particular index field should map to null.- Specified by:
- convertToLuceneQueryin interface- LuceneQueryMapper<UserTextQuery>
- Parameters:
- searchQuery- the query to convert
- Returns:
- the lucene query corresponding to the search query. null can be returned and signifies that no mapped query is necessary for the mapped query.
 
 - 
setLuceneAnalyzerFactorypublic void setLuceneAnalyzerFactory(LuceneAnalyzerFactory luceneAnalyzerFactory) 
 
- 
 
-