|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use DocValuesConsumer | |
|---|---|
| org.apache.lucene.codecs | Codecs API: API for customization of the encoding and structure of the index. |
| org.apache.lucene.codecs.lucene40.values | Default DocValues implementation for Lucene 4.0 indexes. |
| Uses of DocValuesConsumer in org.apache.lucene.codecs |
|---|
| Methods in org.apache.lucene.codecs that return DocValuesConsumer | |
|---|---|
abstract DocValuesConsumer |
PerDocConsumer.addValuesField(DocValues.Type type,
FieldInfo field)
Adds a new DocValuesField |
| Uses of DocValuesConsumer in org.apache.lucene.codecs.lucene40.values |
|---|
| Methods in org.apache.lucene.codecs.lucene40.values that return DocValuesConsumer | |
|---|---|
DocValuesConsumer |
DocValuesWriterBase.addValuesField(DocValues.Type valueType,
FieldInfo field)
|
static DocValuesConsumer |
Bytes.getWriter(Directory dir,
String id,
Bytes.Mode mode,
boolean fixedSize,
Comparator<BytesRef> sortComparator,
Counter bytesUsed,
IOContext context,
float acceptableOverheadRatio)
Creates a new byte[] Writer instances for the given
directory. |
static DocValuesConsumer |
Ints.getWriter(Directory dir,
String id,
Counter bytesUsed,
DocValues.Type type,
IOContext context)
Creates and returns a DocValuesConsumer to
write int values. |
static DocValuesConsumer |
Floats.getWriter(Directory dir,
String id,
Counter bytesUsed,
IOContext context,
DocValues.Type type)
Creates and returns a DocValuesConsumer to
write float values. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||