DotLucene 1.4 API Documentation

Field.UnIndexed Method 

Constructs a String-valued Field that is not tokenized nor indexed, but is stored in the index, for return with hits.

public static Field UnIndexed(
   string name,
   string val
);

See Also

Field Class | Lucene.Net.Documents Namespace