public class SortedSetSelector extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SortedSetSelector.Type
Type of selection to perform.
|
Constructor and Description |
---|
SortedSetSelector() |
Modifier and Type | Method and Description |
---|---|
static SortedDocValues |
wrap(SortedSetDocValues sortedSet,
SortedSetSelector.Type selector)
Wraps a multi-valued SortedSetDocValues as a single-valued view, using the specified selector
|
public static SortedDocValues wrap(SortedSetDocValues sortedSet, SortedSetSelector.Type selector)
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.