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 SpecificDefines a collection of supported AnalyzersBase class for
IndexSearcherimplementations.Contains some common date methods used when working with the indexes.Default implementation ofQuerySortDefault 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 fieldsExtracted fromIndexLifecycleManagerto allow disabling index consistency checks for OpenSearch.Default implementation ofFieldSortfor natural sorting.A queryRepresents all the sort clauses of a query.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.Replays the index delete operations after a delay so that late updates don't re-create deleted entities.Defines how to track hits count in search results.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.