[Missing <summary> documentation for "M:Lucene.Net.Analysis.BaseCharFilter.AddOffCorrectMap(System.Int32,System.Int32)"]

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

Syntax

C#
protected void AddOffCorrectMap(
	int off,
	int cumulativeDiff
)
Visual Basic
Protected Sub AddOffCorrectMap ( _
	off As Integer, _
	cumulativeDiff As Integer _
)
Visual C++
protected:
void AddOffCorrectMap(
	int off, 
	int cumulativeDiff
)

Parameters

off
Type: System..::..Int32

[Missing <param name="off"/> documentation for "M:Lucene.Net.Analysis.BaseCharFilter.AddOffCorrectMap(System.Int32,System.Int32)"]

cumulativeDiff
Type: System..::..Int32

[Missing <param name="cumulativeDiff"/> documentation for "M:Lucene.Net.Analysis.BaseCharFilter.AddOffCorrectMap(System.Int32,System.Int32)"]

See Also