| Class | Description |
|---|---|
| DocValuesSliceQuery |
A
SliceQuery that uses the numeric doc values of a field to do the slicing. |
| SliceBuilder |
A slice builder allowing to split a scroll in multiple partitions.
|
| SliceQuery |
An abstract
Query that defines an hash function to partition the documents in multiple slices. |
| TermsSliceQuery |
A
SliceQuery that uses the terms dictionary of a field to do the slicing. |