[Missing <summary> documentation for "P:Lucene.Net.Analyzers.Shingle.ShingleMatrixFilter.IsIgnoringSinglePrefixOrSuffixShingle"]

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 bool IsIgnoringSinglePrefixOrSuffixShingle { get; set; }
Visual Basic
Public Property IsIgnoringSinglePrefixOrSuffixShingle As Boolean
	Get
	Set
Visual C++
public:
property bool IsIgnoringSinglePrefixOrSuffixShingle {
	bool get ();
	void set (bool value);
}

See Also