Package org.alfresco.solr.query
Class DocValuesCache
- java.lang.Object
-
- org.alfresco.solr.query.DocValuesCache
-
public class DocValuesCache extends java.lang.ObjectThe DocValuesCache is an in-memory uncompressed numeric DocValues cache. It is designed to provide the fastest possible access to numeric docValues. The DocValuesCache can be used instead of the Direct DocValues format which also provides uncompressed in-memory docValues. The DocValuesCache can be used in situations when it is not practical to re-index to use Direct docValues.
-
-
Constructor Summary
Constructors Constructor Description DocValuesCache()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.lucene.index.NumericDocValuesgetNumericDocValues(java.lang.String field, org.apache.lucene.index.LeafReader reader)
-