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.Search.SpanFilterResult Class Reference

The results of a SpanQueryFilter. Wraps the BitSet and the position information from the SpanQuery More...

Classes

class  PositionInfo
 
class  StartEnd
 

Public Member Functions

 SpanFilterResult (DocIdSet docIdSet, IList< PositionInfo > positions)
 
 

Properties

virtual IList< PositionInfoPositions [get]
 The first entry in the array corresponds to the first "on" bit. Entries are increasing by document order
 
virtual DocIdSet DocIdSet [get]
 Returns the docIdSet
 

Detailed Description

The results of a SpanQueryFilter. Wraps the BitSet and the position information from the SpanQuery

NOTE: This API is still experimental and subject to change.

Definition at line 28 of file SpanFilterResult.cs.

Constructor & Destructor Documentation

Lucene.Net.Search.SpanFilterResult.SpanFilterResult ( DocIdSet  docIdSet,
IList< PositionInfo positions 
)

Parameters
docIdSetThe DocIdSet for the Filter
positionsA List of Lucene.Net.Search.SpanFilterResult.PositionInfo objects

Definition at line 38 of file SpanFilterResult.cs.

Property Documentation

virtual DocIdSet Lucene.Net.Search.SpanFilterResult.DocIdSet
get

Returns the docIdSet

Definition at line 55 of file SpanFilterResult.cs.

virtual IList<PositionInfo> Lucene.Net.Search.SpanFilterResult.Positions
get

The first entry in the array corresponds to the first "on" bit. Entries are increasing by document order

A List of PositionInfo objects

Definition at line 49 of file SpanFilterResult.cs.


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