Lucene.Net 1.4.3 Class Library

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 value_Renamed
);

See Also

Field Class | Lucene.Net.Documents Namespace