Uses of Class
com.atlassian.confluence.search.v2.query.TextFieldQuery
Packages that use TextFieldQuery
Package
Description
Provides an extensible, flexible search API.
-
Uses of TextFieldQuery in com.atlassian.confluence.impl.search.v2.mappers
Methods in com.atlassian.confluence.impl.search.v2.mappers with parameters of type TextFieldQueryModifier and TypeMethodDescriptionorg.apache.lucene.search.Query
TextFieldQueryMapper.convertToLuceneQuery
(TextFieldQuery textFieldQuery) Converts the given query into a lucene query. -
Uses of TextFieldQuery in com.atlassian.confluence.internal.search.v2
Methods in com.atlassian.confluence.internal.search.v2 that return TextFieldQueryModifier and TypeMethodDescriptionDefaultAutoCorrectRawQueryTransformer.transform
(TextFieldQuery query, Function<String, String> transformer) Methods in com.atlassian.confluence.internal.search.v2 with parameters of type TextFieldQueryModifier and TypeMethodDescriptionorg.apache.lucene.search.Query
DefaultAutoCorrectRawQueryTransformer.parse
(TextFieldQuery query, Function<String, String> transformer) org.apache.lucene.search.Query
LuceneAutoCorrectRawQueryParser.parse
(TextFieldQuery query, Function<String, String> transformer) ParseTextFieldQuery
with a valid query formatDefaultAutoCorrectRawQueryTransformer.transform
(TextFieldQuery query, Function<String, String> transformer) -
Uses of TextFieldQuery in com.atlassian.confluence.plugins.opensearch.mappers.query
Methods in com.atlassian.confluence.plugins.opensearch.mappers.query with parameters of type TextFieldQueryModifier and TypeMethodDescriptionorg.opensearch.client.opensearch._types.query_dsl.Query
OpenSearchTextFieldQueryMapper.mapQueryToOpenSearch
(TextFieldQuery query) -
Uses of TextFieldQuery in com.atlassian.confluence.search.v2
Methods in com.atlassian.confluence.search.v2 that return TextFieldQueryModifier and TypeMethodDescriptionAutoCorrectRawQueryTransformer.transform
(TextFieldQuery query, Function<String, String> transformer) Validate and TransformTextFieldQuery
to a valid query formatMethods in com.atlassian.confluence.search.v2 with parameters of type TextFieldQueryModifier and TypeMethodDescriptionAutoCorrectRawQueryTransformer.transform
(TextFieldQuery query, Function<String, String> transformer) Validate and TransformTextFieldQuery
to a valid query format