Package org.elasticsearch.index.field.data.ints

Examples of org.elasticsearch.index.field.data.ints.IntFieldDataComparator


      return new ExtendedFieldComparatorSource() {
        @Override
        public FieldComparator newComparator(String fieldname,
            int numHits, int sortPos, boolean reversed)
            throws IOException {
          return new IntFieldDataComparator(numHits, fieldname, cache);
        }

        @Override
        public int reducedType() {
          return SortField.INT;
View Full Code Here

TOP

Related Classes of org.elasticsearch.index.field.data.ints.IntFieldDataComparator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.