Lucene.Net 1.9.1 Class Library

Field.UnStored Method (String, String, Boolean)

Constructs a String-valued Field that is tokenized and indexed, but that is not stored in the index.

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

See Also

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