Table of Contents

Interface IIndexRangeValueType

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

Used for value range types when the type requires parsing from string

public interface IIndexRangeValueType

Methods

GetQuery(string, string, bool, bool)

Gets a query as Lucene.Net.Search.Query

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

Parameters

lower string
upper string
lowerInclusive bool
upperInclusive bool

Returns

Query