Class IntegerRangeQueryMapper
java.lang.Object
com.atlassian.confluence.impl.search.v2.mappers.IntegerRangeQueryMapper
- All Implemented Interfaces:
- LuceneQueryMapper<IntegerRangeQuery>
A mapper for 
IntegerRangeQuery- Since:
- 6.15.0
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.apache.lucene.search.QueryconvertToLuceneQuery(IntegerRangeQuery searchQuery) Convert a SearchQuery into a lucene query.
- 
Constructor Details- 
IntegerRangeQueryMapperpublic IntegerRangeQueryMapper()
 
- 
- 
Method Details- 
convertToLuceneQueryDescription 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<IntegerRangeQuery>
- 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.
 
 
-