Package com.atlassian.jira.search
@ParametersAreNonnullByDefault
@ReturnValuesAreNonnullByDefault
package com.atlassian.jira.search
-
ClassDescriptionAbstractQueryMapperRegistry<MAPPER>This class is used for registering mappers with the direction search API -> Search Platform SpecificContains some common date methods used when working with the indexes.Default implementation of
QuerySortDefault implementation ofSchemaDefault implementation ofScoreComputedFieldSort.Default implementation of a field sort that that loads the field values into memory and then sorts them with a Java comparator.A document that is retrieved from the index viaIndexSearcher.A fieldField.Builder<T extends Field>Represents a sort order for a field.Implementations of this interface are used to load the value of a field from the index.FieldVisitor<T>A visitor for fieldsDeprecated, for removal: This API element is subject to removal in a future version.Will not be used once we remove Lucene support.Deprecated, for removal: This API element is subject to removal in a future version.since 10.4, for removal in 11.0.Default implementation ofFieldSortfor natural sorting.A queryRepresents a sort order for a field.A schemaRepresents a field sort that have scores pre-computed for field values.Search platform that can be configured via the "jira.search.platform" property in the application config file.Deprecated, for removal: This API element is subject to removal in a future version.No replacement.TypedField<T>Field with typed valueRepresents a field sort that loads the field values with the specified loader, and then sorts them in memory with the loader's comparator.