Package com.atlassian.confluence.search.lucene.filter

Interface Summary
ConfluenceNGramTokenFilter.Callback Callback interface to allow filtering on n-gram tokens
SpacePermissionsFilterDao A DAO used exclusively by the SpacePermissionsFilter for performance reasons.
 

Class Summary
AnalyzerFilter DO NOT USE.
ConfluenceNGramTokenFilter Token filter that returns n-grams from the input (excluding start grams).
ContentPermissionsFilter Lucene Filter that filters out indexed documents the user is not permitted to search on or to see as a search result.
FilenameFilter Currently, the StandardTokenizer takes anything of the 'alpha.java' form, and keeps it all together.
FiltersContainer Deprecated. since 2.10.
HibernateSpacePermissionsFilterDao This implementation was created instead of just using the existing SpaceDao and SpacePermissionsDao for a few reasons - Retrieving space objects from a named query results in you being returned Space proxies.
InSpaceFilterFactory Factory class to create an in-space filter.
MultiTermFilter Lucene filter that finds documents that match any of the supplied Term.
OrderedNGramMatchingFilter Filter that leaves only documents that contain term(s) that match the supplied query in its entirety (no partial matching is permitted).
SpacePermissionsFilter Class that filters results by the spaces the current user is allowed to see.
TermFilter Lucene filter that finds documents that match a particular Term.
 



Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.