public class NumberCustomFieldIndexer extends AbstractCustomFieldIndexer
customFieldLABELS_NO_VALUE_INDEX_VALUE, NO_VALUE_INDEX_VALUE| Constructor and Description |
|---|
NumberCustomFieldIndexer(FieldVisibilityManager fieldVisibilityManager,
CustomField customField,
DoubleConverter doubleConverter) |
NumberCustomFieldIndexer(FieldVisibilityManager fieldVisibilityManager,
CustomField customField,
DoubleConverter doubleConverter,
boolean skipIndexingNull) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDocumentFieldsNotSearchable(org.apache.lucene.document.Document doc,
Issue issue) |
void |
addDocumentFieldsSearchable(org.apache.lucene.document.Document doc,
Issue issue) |
Boolean |
skipsIndexingNull()
Used to declare how the indexer handles nulls.
|
addDocumentFieldsNotSearchable, addDocumentFieldsNotSearchable, addDocumentFieldsSearchable, addDocumentFieldsSearchable, addIndex, addIndex, addIndex, getDocumentFieldId, getId, isFieldVisibleAndInScope, isRelevantForIssuepublic NumberCustomFieldIndexer(FieldVisibilityManager fieldVisibilityManager, CustomField customField, DoubleConverter doubleConverter, boolean skipIndexingNull)
public NumberCustomFieldIndexer(FieldVisibilityManager fieldVisibilityManager, CustomField customField, DoubleConverter doubleConverter)
public void addDocumentFieldsSearchable(org.apache.lucene.document.Document doc,
Issue issue)
addDocumentFieldsSearchable in class AbstractCustomFieldIndexerpublic void addDocumentFieldsNotSearchable(org.apache.lucene.document.Document doc,
Issue issue)
addDocumentFieldsNotSearchable in class AbstractCustomFieldIndexerpublic Boolean skipsIndexingNull()
FieldIndexerCopyright © 2002-2021 Atlassian. All Rights Reserved.