com.atlassian.confluence.search.lucene.filter
Class InSpaceFilterFactory

java.lang.Object
  extended by com.atlassian.confluence.search.lucene.filter.InSpaceFilterFactory

public class InSpaceFilterFactory
extends Object

Factory class to create an in-space filter. Using the factory avoids needing to 'hard-code' the field name in Spring configuration.


Constructor Summary
InSpaceFilterFactory()
           
 
Method Summary
 org.apache.lucene.search.Filter getInSpaceFilter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InSpaceFilterFactory

public InSpaceFilterFactory()
Method Detail

getInSpaceFilter

public org.apache.lucene.search.Filter getInSpaceFilter()


Copyright © 2003-2010 Atlassian. All Rights Reserved.