Class DocValueFieldsContext


  • public class DocValueFieldsContext
    extends java.lang.Object
    All the required context to pull a field from the doc values.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  DocValueFieldsContext.FieldAndFormat
      Wrapper around a field name and the format that should be used to display values of this field.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String USE_DEFAULT_FORMAT  
    • Method Summary

      Modifier and Type Method Description
      java.util.List<DocValueFieldsContext.FieldAndFormat> fields()
      Returns the required docvalue fields
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait