Apache Lucene.Net 2.4.0 Class Library API

CharStream.GetImage Method 

Returns a string made up of characters from the marked token beginning to the current buffer position. Implementations have the choice of returning anything that they want to. For example, for efficiency, one might decide to just return null, which is a valid implementation.

string GetImage();

See Also

CharStream Interface | Lucene.Net.QueryParsers Namespace