Lucene.Net 1.4.3 Class Library

Field.UnStored Method

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.

Overload List

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,string);

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

public static Field UnStored(string,string,bool);

See Also

Field Class | Lucene.Net.Documents Namespace