Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Class and Description |
---|---|
static class |
AssertingLeafReader.AssertingRandomAccessOrds
Wraps a RandomAccessOrds but with additional asserts
|
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
|
Constructor and Description |
---|
AssertingRandomAccessOrds(RandomAccessOrds in,
int maxDoc) |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.