Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Classes | Public Member Functions | Properties | List of all members
Lucene.Net.Util.DocIdBitSet Class Reference

Simple DocIdSet and DocIdSetIterator backed by a BitSet More...

Inherits DocIdSet.

Public Member Functions

 DocIdBitSet (System.Collections.BitArray bitSet)
 
override DocIdSetIterator Iterator ()
 

Properties

override bool IsCacheable [get]
 This DocIdSet implementation is cacheable.
 
virtual BitArray BitSet [get]
 Returns the underlying BitSet.
 

Detailed Description

Simple DocIdSet and DocIdSetIterator backed by a BitSet

Definition at line 27 of file DocIdBitSet.cs.

Constructor & Destructor Documentation

Lucene.Net.Util.DocIdBitSet.DocIdBitSet ( System.Collections.BitArray  bitSet)

Definition at line 31 of file DocIdBitSet.cs.

Member Function Documentation

override DocIdSetIterator Lucene.Net.Util.DocIdBitSet.Iterator ( )

Definition at line 36 of file DocIdBitSet.cs.

Property Documentation

virtual BitArray Lucene.Net.Util.DocIdBitSet.BitSet
get

Returns the underlying BitSet.

Definition at line 49 of file DocIdBitSet.cs.

override bool Lucene.Net.Util.DocIdBitSet.IsCacheable
get

This DocIdSet implementation is cacheable.

Definition at line 43 of file DocIdBitSet.cs.


The documentation for this class was generated from the following file: