Method AddByPoolOffset
AddByPoolOffset(Int32)
Adds a "arbitrary" int offset instead of a BytesRef
term. This is used in the indexer to hold the hash for term
vectors, because they do not redundantly store the byte[] term
directly and instead reference the byte[] term
already stored by the postings BytesRefHash. See
Lucene.Net.Index.TermsHashPerField.Add(System.Int32).
Declaration
public int AddByPoolOffset(int offset)
Parameters
Type |
Name |
Description |
System.Int32 |
offset |
|
Returns
Type |
Description |
System.Int32 |
|