Field m_sc
The character stored in this node: splitchar. Two special values are reserved:
- 0x0000 as string terminator
- 0xFFFF to indicate that the branch starting at this node is compressed
This shouldn't be a problem if we give the usual semantics to strings since 0xFFFF is guaranteed not to be an Unicode character.
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
protected char[] m_sc
Returns
Type | Description |
---|---|
System.Char[] |