Inherits Lucene.Net.Search.DocIdSet, and Lucene.Net.Spatial.Util.IBits.
|
| static int | bits2words (int numBits) |
| | returns the number of 64 bit words it would take to hold numBits
|
| |
|
| override bool | IsCacheable [get] |
| |
| virtual bool | IsCacheable [get] |
| | This method is a hint for CachingWrapperFilter, if this DocIdSet should be cached without copying it into a BitSet. The default is to return false. If you have an own DocIdSet implementation that does its iteration very effective and fast without doing disk I/O, override this method and return true.
|
| |
Definition at line 34 of file FixedBitSet.cs.
| Lucene.Net.Spatial.Util.FixedBitSet.FixedBitSet |
( |
int |
numBits | ) |
|
| Lucene.Net.Spatial.Util.FixedBitSet.FixedBitSet |
( |
FixedBitSet |
other | ) |
|
| void Lucene.Net.Spatial.Util.FixedBitSet.And |
( |
FixedBitSet |
other | ) |
|
| void Lucene.Net.Spatial.Util.FixedBitSet.AndNot |
( |
FixedBitSet |
other | ) |
|
| IBits Lucene.Net.Spatial.Util.FixedBitSet.Bits |
( |
| ) |
|
| static int Lucene.Net.Spatial.Util.FixedBitSet.bits2words |
( |
int |
numBits | ) |
|
|
static |
returns the number of 64 bit words it would take to hold numBits
- Parameters
-
- Returns
Definition at line 43 of file FixedBitSet.cs.
| int Lucene.Net.Spatial.Util.FixedBitSet.Cardinality |
( |
| ) |
|
Returns number of set bits. NOTE: this visits every long in the backing bits array, and the result is not internally cached!
- Returns
Definition at line 88 of file FixedBitSet.cs.
| void Lucene.Net.Spatial.Util.FixedBitSet.Clear |
( |
int |
index | ) |
|
| void Lucene.Net.Spatial.Util.FixedBitSet.Clear |
( |
int |
startIndex, |
|
|
int |
endIndex |
|
) |
| |
| FixedBitSet Lucene.Net.Spatial.Util.FixedBitSet.Clone |
( |
| ) |
|
| override bool Lucene.Net.Spatial.Util.FixedBitSet.Equals |
( |
Object |
o | ) |
|
| bool Lucene.Net.Spatial.Util.FixedBitSet.Get |
( |
int |
index | ) |
|
| bool Lucene.Net.Spatial.Util.FixedBitSet.GetAndClear |
( |
int |
index | ) |
|
| bool Lucene.Net.Spatial.Util.FixedBitSet.GetAndSet |
( |
int |
index | ) |
|
| override int Lucene.Net.Spatial.Util.FixedBitSet.GetHashCode |
( |
| ) |
|
| int Lucene.Net.Spatial.Util.FixedBitSet.Length |
( |
| ) |
|
| int Lucene.Net.Spatial.Util.FixedBitSet.NextSetBit |
( |
int |
index | ) |
|
Returns the index of the first set bit starting at the index specified. -1 is returned if there are no more set bits.
- Parameters
-
- Returns
Definition at line 133 of file FixedBitSet.cs.
| void Lucene.Net.Spatial.Util.FixedBitSet.Or |
( |
FixedBitSet |
other | ) |
|
| int Lucene.Net.Spatial.Util.FixedBitSet.PrevSetBit |
( |
int |
index | ) |
|
| void Lucene.Net.Spatial.Util.FixedBitSet.Set |
( |
int |
index | ) |
|
| void Lucene.Net.Spatial.Util.FixedBitSet.Set |
( |
int |
startIndex, |
|
|
int |
endIndex |
|
) |
| |
| override bool Lucene.Net.Spatial.Util.FixedBitSet.IsCacheable |
|
get |
The documentation for this class was generated from the following file: