Return a hash code of a {@link FieldCacheSource}, without the hash-codes of the field and the cache (those are taken care of elsewhere).

Namespace: Lucene.Net.Search.Function
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public abstract int CachedFieldSourceHashCode()
Visual Basic
Public MustOverride Function CachedFieldSourceHashCode As Integer
Visual C++
public:
virtual int CachedFieldSourceHashCode() abstract

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Search.Function.FieldCacheSource.CachedFieldSourceHashCode"]

See Also