Lucene.Net
3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
|
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 | |
package | Lucene.Net.Search |
Typedefs | |
using | IndexReader = Lucene.Net.Index.IndexReader |
using | OpenBitSet = Lucene.Net.Util.OpenBitSet |
using | SpanQuery = Lucene.Net.Search.Spans.SpanQuery |
Definition at line 20 of file SpanQueryFilter.cs.
using OpenBitSet = Lucene.Net.Util.OpenBitSet |
Definition at line 21 of file SpanQueryFilter.cs.
Definition at line 22 of file SpanQueryFilter.cs.