Returns the non-fuzzy prefix length. This is the number of characters at the start
of a term that must be identical (not fuzzy) to the query term if the query
is to match that term.
Namespace: Lucene.Net.SearchAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
C# |
---|
public virtual int GetPrefixLength() |
Visual Basic |
---|
Public Overridable Function GetPrefixLength As Integer |
Visual C++ |
---|
public: virtual int GetPrefixLength() |
Return Value
[Missing <returns> documentation for "M:Lucene.Net.Search.FuzzyQuery.GetPrefixLength"]