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
SpanFilter.cs File Reference

Go to the source code of this file.

Classes

class  Lucene.Net.Search.SpanFilter
 Abstract base class providing a mechanism to restrict searches to a subset of an index and also maintains and returns position information. This is useful if you want to compare the positions from a SpanQuery with the positions of items in a filter. For instance, if you had a SpanFilter that marked all the occurrences of the word "foo" in documents, and then you entered a new SpanQuery containing bar, you could not only filter by the word foo, but you could then compare position information for post processing. More...
 

Namespaces

 

Typedefs

using IndexReader = Lucene.Net.Index.IndexReader
 

Typedef Documentation

Definition at line 20 of file SpanFilter.cs.