23 namespace Lucene.Net.Search.Function
52 private System.String field;
63 return GetCachedFieldValues(Lucene.Net.Search.FieldCache_Fields.DEFAULT, field, reader);
67 public override System.String Description()
82 public override bool Equals(System.Object o)
88 FieldCacheSource other = (FieldCacheSource) o;
89 return this.field.Equals(other.field) && CachedFieldSourceEquals(other);
93 public override int GetHashCode()
95 return field.GetHashCode() + CachedFieldSourceHashCode();
108 public abstract int CachedFieldSourceHashCode();