Return the positionIncrementGap from the analyzer assigned to fieldName

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

Syntax

C#
public override int GetPositionIncrementGap(
	string fieldName
)
Visual Basic
Public Overrides Function GetPositionIncrementGap ( _
	fieldName As String _
) As Integer
Visual C++
public:
virtual int GetPositionIncrementGap(
	String^ fieldName
) override

Parameters

fieldName
Type: System..::..String

[Missing <param name="fieldName"/> documentation for "M:Lucene.Net.Analysis.PerFieldAnalyzerWrapper.GetPositionIncrementGap(System.String)"]

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Analysis.PerFieldAnalyzerWrapper.GetPositionIncrementGap(System.String)"]

See Also