public interface IndexedEntityIdField extends IndexedEntityField<Long>
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.search.NumericRangeQuery<Long> |
createQuery(Long value) |
Long |
getValue(org.apache.lucene.document.Document document) |
addToDocument, createTerm, createTerm, getFieldId, getValueFunction, removeFromDocument
@NotNull Long getValue(@NotNull org.apache.lucene.document.Document document)
getValue
in interface IndexedEntityField<Long>
@NotNull org.apache.lucene.search.NumericRangeQuery<Long> createQuery(@NotNull Long value)
createQuery
in interface IndexedEntityField<Long>
Copyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.