Class LongMultiTrieField

    • Constructor Detail

      • LongMultiTrieField

        public LongMultiTrieField​(String fieldName)
        Deprecated.
    • Method Detail

      • doSetNextReader

        public void doSetNextReader​(org.apache.lucene.index.LeafReaderContext context)
                             throws IOException
        Deprecated.
        Description copied from class: AnalyticsField
        Set the segment reader context
        Specified by:
        doSetNextReader in class AnalyticsField
        Parameters:
        context - segment context
        Throws:
        IOException - if an error occurs while loading the leaf reader
      • collect

        public void collect​(int doc)
                     throws IOException
        Deprecated.
        Description copied from class: AnalyticsField
        Collect the value(s) of the wrapped field for the given document, and store the value.
        Specified by:
        collect in class AnalyticsField
        Parameters:
        doc - ID of the document to collect
        Throws:
        IOException - if an error occurs while reading the document.
      • streamLongs

        public void streamLongs​(LongConsumer cons)
        Deprecated.
        Description copied from interface: LongValueStream
        Stream the long representations of all current values, if any exist.
        Specified by:
        streamLongs in interface LongValueStream
        Parameters:
        cons - The consumer to accept the values
      • streamDoubles

        public void streamDoubles​(DoubleConsumer cons)
        Deprecated.
        Description copied from interface: DoubleValueStream
        Stream the double representations of all current values, if any exist.
        Specified by:
        streamDoubles in interface DoubleValueStream
        Parameters:
        cons - The consumer to accept the values
      • streamStrings

        public void streamStrings​(Consumer<String> cons)
        Deprecated.
        Description copied from interface: StringValueStream
        Stream the String representations of all current values, if any exist.
        Specified by:
        streamStrings in interface StringValueStream
        Parameters:
        cons - The consumer to accept the values