| Package | Description |
|---|---|
| org.apache.lucene.codecs |
Codecs API: API for customization of the encoding and structure of the index.
|
| Modifier and Type | Method and Description |
|---|---|
static DocValuesArraySource |
DocValuesArraySource.forType(DocValues.Type type)
Returns the
DocValuesArraySource for the given
DocValues.Type. |
abstract DocValuesArraySource |
DocValuesArraySource.newFromArray(Object array)
Creates
DocValuesArraySource from a native
array. |
abstract DocValuesArraySource |
DocValuesArraySource.newFromInput(IndexInput input,
int numDocs)
Creates a
DocValuesArraySource by loading a
previously saved one from an IndexInput. |
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.