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

java.lang.Object
  extended by com.atlassian.confluence.search.v2.lucene.mapper.AllQueryMapper
All Implemented Interfaces:
LuceneQueryMapper

public class AllQueryMapper
extends java.lang.Object
implements LuceneQueryMapper

Maps an AllQuery to a MatchAllDocsQuery


Constructor Summary
AllQueryMapper()
           
 
Method Summary
 org.apache.lucene.search.Query convertToLuceneQuery(SearchQuery smartListQuery)
          Convert a SearchQuery into a lucene query.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllQueryMapper

public AllQueryMapper()
Method Detail

convertToLuceneQuery

public org.apache.lucene.search.Query convertToLuceneQuery(SearchQuery smartListQuery)
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
Parameters:
smartListQuery - 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-2008 Atlassian Pty Ltd. All Rights Reserved.