DotLucene 1.4 API Documentation

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

See Also

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