Method GetHashCode
GetHashCode()
Calculates the hash code as required by Lucene.Net.Index.TermsHash during indexing.
This is currently implemented as MurmurHash3 (32 bit), using the seed from GOOD_FAST_HASH_SEED, but is subject to change from release to release.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |