com.atlassian.confluence.search.v2.lucene.mapper
Class LabelQueryMapper
java.lang.Object
com.atlassian.confluence.search.v2.lucene.mapper.LabelQueryMapper
- All Implemented Interfaces:
- LuceneQueryMapper<LabelQuery>
public class LabelQueryMapper
- extends Object
- implements LuceneQueryMapper<LabelQuery>
Maps a LabelQuery
into Lucene.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LabelQueryMapper
public LabelQueryMapper()
convertToLuceneQuery
public org.apache.lucene.search.Query convertToLuceneQuery(LabelQuery labelQuery)
- 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<LabelQuery>
- Parameters:
labelQuery
- 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.
Copyright © 2003-2013 Atlassian. All Rights Reserved.