public class ScriptLongValues extends SortingNumericDocValues implements ScriptValues
LongValues
implementation which is based on a scriptvalues
Constructor and Description |
---|
ScriptLongValues(SearchScript script) |
Modifier and Type | Method and Description |
---|---|
SearchScript |
script() |
void |
setDocument(int docId) |
count, resize, sort, valueAt
public ScriptLongValues(SearchScript script)
public SearchScript script()
script
in interface ScriptValues
public void setDocument(int docId)
setDocument
in class org.apache.lucene.index.SortedNumericDocValues
Copyright © 2009–2015. All rights reserved.