public abstract class FieldCacheSource extends ValueSource
FieldCache.| Modifier and Type | Field and Description |
|---|---|
protected FieldCache |
cache |
protected String |
field |
| Constructor and Description |
|---|
FieldCacheSource(String field) |
| Modifier and Type | Method and Description |
|---|---|
String |
description()
description of field, used in explain()
|
boolean |
equals(Object o) |
String |
getField() |
FieldCache |
getFieldCache() |
int |
hashCode() |
createWeight, getSortField, getValues, newContext, toStringprotected final String field
protected final FieldCache cache
public FieldCacheSource(String field)
public FieldCache getFieldCache()
public String getField()
public String description()
ValueSourcedescription in class ValueSourcepublic boolean equals(Object o)
equals in class ValueSourcepublic int hashCode()
hashCode in class ValueSourceCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.