Interface IMutableBits
Extension of IBits for live documents.
Namespace: Lucene.Net.Util
Assembly: Lucene.Net.dll
Syntax
public interface IMutableBits : IBits
Methods
| Improve this Doc View SourceClear(Int32)
Sets the bit specified by index
to false
.
Declaration
void Clear(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | index, should be non-negative and < Length. The result of passing negative or out of bounds values is undefined by this interface, just don't do it! |