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:
Yonik Seeley 2009-05-27 21:59:19 +00:00
parent 6411bb04d2
commit d54f4e703a
1 changed files with 0 additions and 11 deletions

View File

@ -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;
}