com.atlassian.bamboo.index.fields
Interface IndexedEntityIdField

All Superinterfaces:
IndexedEntityField<java.lang.Long>
All Known Implementing Classes:
IndexedEntityIdFieldImpl

public interface IndexedEntityIdField
extends IndexedEntityField<java.lang.Long>


Method Summary
 org.apache.lucene.search.NumericRangeQuery<java.lang.Long> createQuery(java.lang.Long value)
           
 java.lang.Long getValue(org.apache.lucene.document.Document document)
           
 
Methods inherited from interface com.atlassian.bamboo.index.fields.IndexedEntityField
addToDocument, createTerm, createTerm, getFieldId, getValueFunction, removeFromDocument
 

Method Detail

getValue

@NotNull
java.lang.Long getValue(@NotNull
                                org.apache.lucene.document.Document document)
Specified by:
getValue in interface IndexedEntityField<java.lang.Long>

createQuery

@NotNull
org.apache.lucene.search.NumericRangeQuery<java.lang.Long> createQuery(@NotNull
                                                                               java.lang.Long value)
Specified by:
createQuery in interface IndexedEntityField<java.lang.Long>


Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.