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

Go to the source code of this file.

Classes

class  Lucene.Net.Search.Spans.FieldMaskingSpanQuery
 Wrapper to allow SpanQuery objects participate in composite single-field SpanQueries by 'lying' about their search field. That is, the masked SpanQuery will function as normal, but SpanQuery.Field simply hands back the value supplied in this class's constructor. More...
 

Namespaces

package  Lucene.Net.Search.Spans
 

Typedefs

using IndexReader = Lucene.Net.Index.IndexReader
 
using ToStringUtils = Lucene.Net.Util.ToStringUtils
 
using Query = Lucene.Net.Search.Query
 
using Searcher = Lucene.Net.Search.Searcher
 
using Similarity = Lucene.Net.Search.Similarity
 
using Weight = Lucene.Net.Search.Weight
 

Typedef Documentation

Definition at line 20 of file FieldMaskingSpanQuery.cs.

Definition at line 22 of file FieldMaskingSpanQuery.cs.

Definition at line 23 of file FieldMaskingSpanQuery.cs.

Definition at line 24 of file FieldMaskingSpanQuery.cs.

Definition at line 21 of file FieldMaskingSpanQuery.cs.

Definition at line 25 of file FieldMaskingSpanQuery.cs.