public abstract class FieldCacheSource extends ValueSource
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
field |
Constructor and Description |
---|
FieldCacheSource(java.lang.String field) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
description()
description of field, used in explain()
|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getField() |
int |
hashCode() |
asDoubleValuesSource, asLongValuesSource, createWeight, fromDoubleValuesSource, getSortField, getValues, newContext, toString
public java.lang.String getField()
public java.lang.String description()
ValueSource
description
in class ValueSource
public boolean equals(java.lang.Object o)
equals
in class ValueSource
public int hashCode()
hashCode
in class ValueSource
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.