Table of Contents

Interface IIndexRangeValueType<T>

Namespace
Examine.Lucene.Indexing
Assembly
Examine.Lucene.dll

Used for value range types when the type is known

public interface IIndexRangeValueType<T> where T : struct

Type Parameters

T

Methods

GetQuery(T?, T?, bool, bool)

Gets a query as Lucene.Net.Search.Query

Query GetQuery(T? lower, T? upper, bool lowerInclusive = true, bool upperInclusive = true)

Parameters

lower T?
upper T?
lowerInclusive bool
upperInclusive bool

Returns

Query