com.atlassian.confluence.search.v2.lucene.mapper
Class BoostingQueryMapper

java.lang.Object
  extended by com.atlassian.confluence.search.v2.lucene.mapper.BoostingQueryMapper
All Implemented Interfaces:
LuceneQueryMapper<BoostingQuery>

public class BoostingQueryMapper
extends java.lang.Object
implements LuceneQueryMapper<BoostingQuery>


Constructor Summary
BoostingQueryMapper()
           
 
Method Summary
 org.apache.lucene.search.Query convertToLuceneQuery(BoostingQuery searchQuery)
          Convert a SearchQuery into a lucene query.
 void setPluggableBoostingStrategy(PluggableBoostingStrategy boostingStrategy)
           
 void setSearchMapper(LuceneSearchMapper searchMapper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoostingQueryMapper

public BoostingQueryMapper()
Method Detail

convertToLuceneQuery

public org.apache.lucene.search.Query convertToLuceneQuery(BoostingQuery searchQuery)
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<BoostingQuery>
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.

setSearchMapper

public void setSearchMapper(LuceneSearchMapper searchMapper)

setPluggableBoostingStrategy

public void setPluggableBoostingStrategy(PluggableBoostingStrategy boostingStrategy)


Copyright © 2003-2014 Atlassian. All Rights Reserved.