Apache Lucene.Net 2.4.0 Class Library API

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