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.
|
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 |
Definition at line 20 of file FieldMaskingSpanQuery.cs.
using Query = Lucene.Net.Search.Query |
Definition at line 22 of file FieldMaskingSpanQuery.cs.
using Searcher = Lucene.Net.Search.Searcher |
Definition at line 23 of file FieldMaskingSpanQuery.cs.
Definition at line 24 of file FieldMaskingSpanQuery.cs.
Definition at line 21 of file FieldMaskingSpanQuery.cs.
using Weight = Lucene.Net.Search.Weight |
Definition at line 25 of file FieldMaskingSpanQuery.cs.