Class and Description |
---|
org.apache.lucene.index.LegacyBinaryDocValues
Use
BinaryDocValues instead. |
org.apache.lucene.index.LegacyBinaryDocValuesWrapper
Implement
BinaryDocValues directly. |
org.apache.lucene.index.LegacyNumericDocValues
Use
NumericDocValues instead. |
org.apache.lucene.index.LegacyNumericDocValuesWrapper
Implement
NumericDocValues directly. |
org.apache.lucene.index.LegacySortedDocValues
Use
SortedDocValues instead. |
org.apache.lucene.index.LegacySortedDocValuesWrapper
Implement
SortedDocValues directly. |
org.apache.lucene.index.LegacySortedNumericDocValues
Use
SortedNumericDocValues instead. |
org.apache.lucene.index.LegacySortedNumericDocValuesWrapper
Implement
SortedNumericDocValues directly. |
org.apache.lucene.index.LegacySortedSetDocValues
Use
SortedSetDocValues instead. |
org.apache.lucene.index.LegacySortedSetDocValuesWrapper
Implement
SortedSetDocValues directly. |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.