add doc
This commit is contained in:
parent
ef369fc40f
commit
a6ef805aa8
|
@ -26,6 +26,7 @@ import org.elasticsearch.index.field.data.support.NumericFieldDataComparator;
|
|||
/**
|
||||
* @author kimchy (shay.banon)
|
||||
*/
|
||||
// LUCENE MONITOR: Monitor against FieldComparator.Double
|
||||
public class DoubleFieldDataComparator extends NumericFieldDataComparator {
|
||||
|
||||
private final double[] values;
|
||||
|
|
|
@ -26,6 +26,7 @@ import org.elasticsearch.index.field.data.support.NumericFieldDataComparator;
|
|||
/**
|
||||
* @author kimchy (shay.banon)
|
||||
*/
|
||||
// LUCENE MONITOR: Monitor against FieldComparator.Short
|
||||
public class ShortFieldDataComparator extends NumericFieldDataComparator {
|
||||
|
||||
private final short[] values;
|
||||
|
|
|
@ -29,6 +29,7 @@ import java.io.IOException;
|
|||
/**
|
||||
* @author kimchy (shay.banon)
|
||||
*/
|
||||
// LUCENE MONITOR: Monitor against FieldComparator#String
|
||||
public class StringOrdValFieldDataComparator extends FieldComparator {
|
||||
|
||||
private final FieldDataCache fieldDataCache;
|
||||
|
|
|
@ -29,6 +29,7 @@ import java.io.IOException;
|
|||
/**
|
||||
* @author kimchy (shay.banon)
|
||||
*/
|
||||
// LUCENE MONITOR: Monitor against FieldComparator#String
|
||||
public class StringValFieldDataComparator extends FieldComparator {
|
||||
|
||||
private final String fieldName;
|
||||
|
|
Loading…
Reference in New Issue