Return the offsetGap from the analyzer assigned to field

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

Syntax

C#
public override int GetOffsetGap(
	Fieldable field
)
Visual Basic
Public Overrides Function GetOffsetGap ( _
	field As Fieldable _
) As Integer
Visual C++
public:
virtual int GetOffsetGap(
	Fieldable^ field
) override

Parameters

field
Type: Lucene.Net.Documents..::..Fieldable

[Missing <param name="field"/> documentation for "M:Lucene.Net.Analysis.PerFieldAnalyzerWrapper.GetOffsetGap(Lucene.Net.Documents.Fieldable)"]

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Analysis.PerFieldAnalyzerWrapper.GetOffsetGap(Lucene.Net.Documents.Fieldable)"]

See Also