Package com.atlassian.confluence.search.v2.lucene.mapper

Class Summary
AllQueryMapper  
AttachmentTypeQueryMapper Maps an AttachmentTypeQuery to its Lucene equivalent.
AuthorSearchFilterMapper Maps a AuthorSearchFilter into a lucene filter.
BooleanQueryMapper  
BoostingQueryMapper  
CaseInsensitiveSortMapper Map sorts on a specified field to a case insensitive Lucene sort.
ChainedSearchFilterMapper Maps a ChainedSearchFilter into a lucene filter.
ContentPermissionsLuceneSearchFilterMapper Maps a ContentPermissionsSearchFilter into a lucene filter.
ContentTypeQueryMapper Map generic ContentTypeQuery classes to Lucene specific queries.
ContributorQueryMapper  
CreatorQueryMapper Map a CreatorQuery to a Lucene specific query.
DateRangeQueryMapper A mapper for DateRangeQuerys.
DefaultSortMapper  
FileExtensionQueryMapper  
HandleBasedSubsetResultFilterMapper Maps a HandleBasedSubsetResultFilter.
HasPersonalSpaceQueryMapper  
InSpaceQueryMapper Maps an InSpaceQuery to it's Lucene equivalent.
InSpaceSearchFilterMapper  
LabelQueryMapper Maps a LabelQuery into Lucene.
LabelsSearchFilterMapper  
LastModifierQueryMapper Deprecated. since 3.0.
LastModifierSearchFilterMapper  
MacroUsageQueryMapper maps a macroUsageQuery to a lucene query using a constant score boost, macro name either matches or doesn't so we use ConstantScoreQuery to wrap a TermFilter to compare the macroName to the extracted MacroUsageExtractorFields.MACRO_FIELD_NAME
MultiTextFieldQueryMapper Maps a MultiTextFieldQuery into a lucene query.
NoOpSortMapper Sort mapper that returns nothing, defaulting to the index's native sort (which in Lucene's case is by descending order of relevance)
PermittedSpacesQueryMapper Maps a PermittedSpacesQuery to an appropriate lucene query for the currently logged in user.
SearchResultTypeSearchFilterMapper  
SiteSearchPermissionsSearchFilterMapper Maps a SiteSearchPermissionsSearchFilter into a lucene filter.
SpaceCategoryQueryMapper  
SpacePermissionsSearchFilterMapper Maps a SpacePermissionsSearchFilter into a lucene filter.
SubsetResultFilterMapper  
TextFieldPrefixQueryMapper A mapper for TextFieldPrefixQuerys.
TextFieldQueryMapper A mapper for TextFieldQuerys.
UserTextQueryMapper  
ViewUserProfilePermissionsSearchFilterMapper Maps a ViewUserProfilePermissionsSearchFilter to a lucene filter.
 



Copyright © 2003-2012 Atlassian. All Rights Reserved.