C# Class Lucene.Net.Util.FixedBitSet.FixedBitSetIterator

A DocIdSetIterator which iterates over set bits in a FixedBitSet.
Inheritance: DocIdSetIterator
Afficher le fichier Open project: paulirwin/lucene.net

Méthodes publiques

Méthode Description
Advance ( int target ) : int
Cost ( ) : long
DocID ( ) : int
FixedBitSetIterator ( FixedBitSet bits ) : System

Creates an iterator over the given FixedBitSet.

FixedBitSetIterator ( long bits, int numBits, int wordLength ) : System

Creates an iterator over the given array of bits.

NextDoc ( ) : int

Method Details

Advance() public méthode

public Advance ( int target ) : int
target int
Résultat int

Cost() public méthode

public Cost ( ) : long
Résultat long

DocID() public méthode

public DocID ( ) : int
Résultat int

FixedBitSetIterator() public méthode

Creates an iterator over the given FixedBitSet.
public FixedBitSetIterator ( FixedBitSet bits ) : System
bits FixedBitSet
Résultat System

FixedBitSetIterator() public méthode

Creates an iterator over the given array of bits.
public FixedBitSetIterator ( long bits, int numBits, int wordLength ) : System
bits long
numBits int
wordLength int
Résultat System

NextDoc() public méthode

public NextDoc ( ) : int
Résultat int