Lucene.Net  3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties
Classes | Namespaces | Typedefs
SegmentReader.cs File Reference

Go to the source code of this file.

Classes

class  Lucene.Net.Index.SegmentReader
 NOTE: This API is new and still experimental (subject to change suddenly in the next release) More...
 
class  Lucene.Net.Index.SegmentReader.CoreReaders
 
class  Lucene.Net.Index.SegmentReader.Ref
 
class  Lucene.Net.Index.SegmentReader.Norm
 Byte[] referencing is used because a new norm object needs to be created for each clone, and the byte array is all that is needed for sharing between cloned readers. The current norm referencing is for sharing between readers whereas the byte[] referencing is for copy on write which is independent of reader references (i.e. incRef, decRef). More...
 

Namespaces

package  Lucene.Net.Index
 

Typedefs

using Document = Lucene.Net.Documents.Document
 
using FieldSelector = Lucene.Net.Documents.FieldSelector
 
using BufferedIndexInput = Lucene.Net.Store.BufferedIndexInput
 
using Directory = Lucene.Net.Store.Directory
 
using IndexInput = Lucene.Net.Store.IndexInput
 
using IndexOutput = Lucene.Net.Store.IndexOutput
 
using BitVector = Lucene.Net.Util.BitVector
 
using DefaultSimilarity = Lucene.Net.Search.DefaultSimilarity
 

Typedef Documentation

Definition at line 28 of file SegmentReader.cs.

Definition at line 24 of file SegmentReader.cs.

Definition at line 29 of file SegmentReader.cs.

Definition at line 25 of file SegmentReader.cs.

Definition at line 22 of file SegmentReader.cs.

Definition at line 23 of file SegmentReader.cs.

Definition at line 26 of file SegmentReader.cs.

Definition at line 27 of file SegmentReader.cs.