DotLucene 1.4 API Documentation

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 val,
   bool storeTermVector
);

See Also

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