Class BoostQueryMapper
java.lang.Object
com.atlassian.jira.search.lucene.query.mappers.BoostQueryMapper
- All Implemented Interfaces:
LuceneQueryMapper<BoostQuery>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.search.BoostQuerymap(BoostQuery query, MappingContext context) Maps a Search API query to a Lucene queryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.atlassian.jira.search.lucene.LuceneQueryMapper
map
-
Constructor Details
-
BoostQueryMapper
-
-
Method Details
-
map
Description copied from interface:LuceneQueryMapperMaps a Search API query to a Lucene query- Specified by:
mapin interfaceLuceneQueryMapper<BoostQuery>- Parameters:
query- Query to mapcontext-MappingContext- Returns:
- Lucene query
-