Apache Lucene.Net 2.4.0 Class Library API

Token.GetValue Method 

An optional attribute value of the Token. Tokens which are not used as syntactic sugar will often contain meaningful values that will be used later on by the compiler or interpreter. This attribute value is often different from the image. Any subclass of Token that actually wants to return a non-null value can override this method as appropriate.

public object GetValue();

See Also

Token Class | Lucene.Net.QueryParsers Namespace