Package | Description |
---|---|
org.apache.lucene.index |
Misc index tools and index support.
|
Modifier and Type | Method and Description |
---|---|
static RandomAccessOrds |
DocValues.emptySortedSet()
An empty SortedDocValues which returns
SortedSetDocValues.NO_MORE_ORDS for every document |
static RandomAccessOrds |
DocValues.singleton(SortedDocValues dv)
Returns a multi-valued view over the provided SortedDocValues
|
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.