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.QueryTextFieldQueryMapper.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.QueryDefaultAutoCorrectRawQueryTransformer.parse(TextFieldQuery query, Function<String, String> transformer) org.apache.lucene.search.QueryLuceneAutoCorrectRawQueryParser.parse(TextFieldQuery query, Function<String, String> transformer) ParseTextFieldQuerywith 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.QueryOpenSearchTextFieldQueryMapper.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 TransformTextFieldQueryto 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 TransformTextFieldQueryto a valid query format