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

Go to the source code of this file.

Classes

class  Lucene.Net.Search.Spans.NearSpansOrdered
 A Spans that is formed from the ordered subspans of a SpanNearQuery where the subspans do not overlap and have a maximum slop between them. The formed spans only contains minimum slop matches.
The matching slop is computed from the distance(s) between the non overlapping matching Spans.
Successive matches are always formed from the successive Spans of the SpanNearQuery. The formed spans may contain overlaps when the slop is at least 1. For example, when querying using t1 t2 t3 with slop at least 1, the fragment: t1 t2 t1 t3 t2 t3 matches twice: t1 t2 .. t3 t1 .. t2 t3 More...
 
class  Lucene.Net.Search.Spans.NearSpansOrdered.AnonymousClassComparator
 

Namespaces

package  Lucene.Net.Search.Spans
 

Typedefs

using IndexReader = Lucene.Net.Index.IndexReader
 

Typedef Documentation

Definition at line 20 of file NearSpansOrdered.cs.