mirror of https://github.com/apache/lucene.git
remove setFieldCache.. no longer used or needed
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@779336 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6411bb04d2
commit
d54f4e703a
|
@ -34,17 +34,6 @@ public abstract class FieldCacheSource extends ValueSource {
|
|||
this.field=field;
|
||||
}
|
||||
|
||||
/**
|
||||
* If you are using longs or doubles, this needs to be a {@link org.apache.lucene.search.ExtendedFieldCache}.
|
||||
*
|
||||
* @param cache The {@link org.apache.lucene.search.FieldCache}
|
||||
*/
|
||||
public void setFieldCache(FieldCache cache) {
|
||||
this.cache = cache;
|
||||
}
|
||||
|
||||
|
||||
|
||||
public FieldCache getFieldCache() {
|
||||
return cache;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue