Lucene.Net 1.4.3 Class Library

Field.UnStored Method (String, String)

Constructs a String-valued Field that is tokenized and indexed, but that is not stored in the index. Term vector will not be stored for this Field.

public static Field UnStored(
   string name,
   string value_Renamed
);

See Also

Field Class | Lucene.Net.Documents Namespace | Field.UnStored Overload List