Apache Lucene.Net 2.1 Class Library API

Fieldable.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.

bool IsTokenized();

See Also

Fieldable Interface | Lucene.Net.Documents Namespace