| Package | Description |
|---|---|
| org.elasticsearch.index.fielddata.ordinals |
| Modifier and Type | Method and Description |
|---|---|
OrdinalsBuilder |
OrdinalsBuilder.addDoc(int doc)
Associates the given document id with the current ordinal.
|
| Constructor and Description |
|---|
MultiOrdinals(OrdinalsBuilder builder,
float acceptableOverheadRatio) |
SinglePackedOrdinals(OrdinalsBuilder builder,
float acceptableOverheadRatio) |
Copyright © 2009–2017. All rights reserved.