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

Class Summary
AllQueryMapper  
ArchivedSpacesSearchFilterMapper  
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.
ContainingContentTypeQueryMapper  
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.
CustomContentTypeQueryMapper  
DateRangeQueryMapper A mapper for DateRangeQuerys.
DeactivatedUserSearchFilterMapper  
DefaultSortMapper  
ExternallyDeletedUserSearchFilterMapper  
FileExtensionQueryMapper  
HasPersonalSpaceQueryMapper  
InheritedLabelQueryMapper Maps a LabelQuery into Lucene.
InSpaceQueryMapper Maps an InSpaceQuery to it's Lucene equivalent.
InSpaceSearchFilterMapper  
LabelQueryMapper Maps a LabelQuery into Lucene.
LabelsSearchFilterMapper  
LastModifierSearchFilterMapper Deprecated. since 5.2.
LastModifierUserSearchFilterMapper  
MacroStorageVersionQueryMapper Maps a MacroStorageVersionQuery to a lucene query to compare the macroNameAndVersion to the extracted MacroUsageExtractorFields.MACRO_STORAGE_VERSION_NAME.
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-2014 Atlassian. All Rights Reserved.