Class LongFieldSource

    • Constructor Detail

      • LongFieldSource

        public LongFieldSource​(java.lang.String field)
    • Method Detail

      • externalToLong

        public long externalToLong​(java.lang.String extVal)
      • longToObject

        public java.lang.Object longToObject​(long val)
      • longToString

        public java.lang.String longToString​(long val)
      • getValues

        public FunctionValues getValues​(java.util.Map context,
                                        AtomicReaderContext readerContext)
                                 throws java.io.IOException
        Description copied from class: ValueSource
        Gets the values for this reader and the context that was previously passed to createWeight()
        Specified by:
        getValues in class ValueSource
        Throws:
        java.io.IOException