Lucene.Net 1.4.3 Class Library

Field.IsTokenized Method 

True iff the value of the Field should be tokenized as text prior to indexing. Un-tokenized fields are indexed as a single word and may not be Reader-valued.

public bool IsTokenized();

See Also

Field Class | Lucene.Net.Documents Namespace