com.atlassian.confluence.hosted.search.v2.lucene.mapper
Class ExcludePersonalInformationFilterMapper

java.lang.Object
  extended by com.atlassian.confluence.hosted.search.v2.lucene.mapper.ExcludePersonalInformationFilterMapper
All Implemented Interfaces:
LuceneSearchFilterMapper<ExcludePersonalInformationSearchFilter>

public class ExcludePersonalInformationFilterMapper
extends Object
implements LuceneSearchFilterMapper<ExcludePersonalInformationSearchFilter>

Maps a ExcludePersonalInformationSearchFilter into a lucene filter.


Constructor Summary
ExcludePersonalInformationFilterMapper()
           
 
Method Summary
 org.apache.lucene.search.Filter convertToLuceneSearchFilter(ExcludePersonalInformationSearchFilter searchFilter)
          Convert a search filter into a lucene search filter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcludePersonalInformationFilterMapper

public ExcludePersonalInformationFilterMapper()
Method Detail

convertToLuceneSearchFilter

public org.apache.lucene.search.Filter convertToLuceneSearchFilter(ExcludePersonalInformationSearchFilter searchFilter)
Description copied from interface: LuceneSearchFilterMapper
Convert a search filter into a lucene search filter.

Specified by:
convertToLuceneSearchFilter in interface LuceneSearchFilterMapper<ExcludePersonalInformationSearchFilter>
Parameters:
searchFilter - the search filter to convert
Returns:
the lucene search filter corresponding to the search filter


Copyright © 2003-2012 Atlassian. All Rights Reserved.