Class IntValue

  • All Implemented Interfaces:
    Comparable<org.apache.solr.handler.export.SortValue>

    public class IntValue
    extends Object
    • Field Detail

      • vals

        protected org.apache.lucene.index.NumericDocValues vals
      • field

        protected String field
      • currentValue

        protected int currentValue
      • present

        protected boolean present
    • Constructor Detail

    • Method Detail

      • getCurrentValue

        public Object getCurrentValue()
      • getField

        public String getField()
      • setNextReader

        public void setNextReader​(org.apache.lucene.index.LeafReaderContext context)
                           throws IOException
        Throws:
        IOException
      • toGlobalValue

        public void toGlobalValue​(org.apache.solr.handler.export.SortValue previousValue)
      • isPresent

        public boolean isPresent()
      • compareTo

        public int compareTo​(org.apache.solr.handler.export.SortValue o)
        Specified by:
        compareTo in interface Comparable<org.apache.solr.handler.export.SortValue>
      • setCurrentValue

        public void setCurrentValue​(org.apache.solr.handler.export.SortValue sv)
      • reset

        public void reset()