Method ToString
ToString()
Returns solely the term text as specified by the ICharSequence interface.
this method changed the behavior with Lucene 3.1, before it returned a String representation of the whole term with all attributes. this affects especially the Token subclass.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |