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, toString
protected final String field
protected final FieldCache cache
public FieldCacheSource(String field)
public FieldCache getFieldCache()
public String getField()
public String description()
ValueSource
description
in class ValueSource
public boolean equals(Object o)
equals
in class ValueSource
public int hashCode()
hashCode
in class ValueSource
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.