DotLucene 1.4 API Documentation

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