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 | Namespaces | Typedefs
SpanQueryFilter.cs File Reference

Go to the source code of this file.

Classes

class  Lucene.Net.Search.SpanQueryFilter
 Constrains search results to only match those which also match a provided query. Also provides position information about where each document matches at the cost of extra space compared with the QueryWrapperFilter. There is an added cost to this above what is stored in a QueryWrapperFilter. Namely, the position information for each matching document is stored. This filter does not cache. See the Lucene.Net.Search.CachingSpanFilter for a wrapper that caches. More...
 

Namespaces

 

Typedefs

using IndexReader = Lucene.Net.Index.IndexReader
 
using OpenBitSet = Lucene.Net.Util.OpenBitSet
 
using SpanQuery = Lucene.Net.Search.Spans.SpanQuery
 

Typedef Documentation

Definition at line 20 of file SpanQueryFilter.cs.

Definition at line 21 of file SpanQueryFilter.cs.

Definition at line 22 of file SpanQueryFilter.cs.