public interface LuceneResultStruct<K,V>
Modifier and Type | Method and Description |
---|---|
K |
getKey()
Returns the Apache Geode region key of the result matching the Lucene Query
|
float |
getScore()
Return score the score of the entry matching the query.
|
V |
getValue()
Returns the Apache Geode region key of the result matching the Lucene Query
|
K getKey()
V getValue()
float getScore()