JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.elasticsearch.script.field
Interface DocValuesField
All Superinterfaces:
Field
public interface
DocValuesField
extends
Field
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
setNextDocId
(int docId)
Set the current document ID.
Methods inherited from interface org.elasticsearch.script.field.
Field
getName
,
isEmpty
,
size
Method Details
setNextDocId
void
setNextDocId
(int docId)
throws
IOException
Set the current document ID.
Throws:
IOException