Class TermRangeQueryMapper

java.lang.Object
com.atlassian.confluence.impl.search.v2.mappers.TermRangeQueryMapper
All Implemented Interfaces:
LuceneQueryMapper<TermRangeQuery>

public class TermRangeQueryMapper extends Object implements LuceneQueryMapper<TermRangeQuery>
Since:
5.9
  • Constructor Details

    • TermRangeQueryMapper

      public TermRangeQueryMapper()
  • Method Details

    • convertToLuceneQuery

      public org.apache.lucene.search.Query convertToLuceneQuery(TermRangeQuery query)
      Description copied from interface: LuceneQueryMapper
      Convert 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:
      convertToLuceneQuery in interface LuceneQueryMapper<TermRangeQuery>
      Parameters:
      query - 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.