Lucene.Net 1.4.3 Class Library

RussianCharsets Class

RussianCharsets class contains encodings schemes (charsets) and toLowerCase() method implementation for russian characters in Unicode, KOI8 and CP1252. Each encoding scheme contains lowercase (positions 0-31) and uppercase (position 32-63) characters. One should be able to add other encoding schemes (like ISO-8859-5 or customized) by adding a new charset and adding logic to toLowerCase() method for that charset.

For a list of all members of this type, see RussianCharsets Members.

System.Object
   Lucene.Net.Analysis.RU.RussianCharsets

public class RussianCharsets

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Lucene.Net.Analysis.RU

Assembly: Lucene.Net (in Lucene.Net.dll)

See Also

RussianCharsets Members | Lucene.Net.Analysis.RU Namespace