DotLucene 1.4 API Documentation

BitVector.Write Method 

Writes this vector to the file name in Directory d, in a format that can be read by the constructor {@link .BitVector(Directory, String)}.

public void Write(
   Directory d,
   string name
);

See Also

BitVector Class | Lucene.Net.Util Namespace