The max shingle (ngram) size

Namespace: Lucene.Net.Analyzers.Shingle
Assembly: Lucene.Net.Contrib.Analyzers (in Lucene.Net.Contrib.Analyzers.dll) Version: 2.9.2.1 (2.9.2.1)

Syntax

C#
public int GetMaxShingleSize()
Visual Basic
Public Function GetMaxShingleSize As Integer
Visual C++
public:
int GetMaxShingleSize()

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Analyzers.Shingle.ShingleAnalyzerWrapper.GetMaxShingleSize"]

See Also