Returns the date resolution that is used by RangeQueries for the given field. Returns null, if no default or field specific date resolution has been set for the given field.

Namespace: Lucene.Net.QueryParsers
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public virtual DateTools..::..Resolution GetDateResolution(
	string fieldName
)
Visual Basic
Public Overridable Function GetDateResolution ( _
	fieldName As String _
) As DateTools..::..Resolution
Visual C++
public:
virtual DateTools..::..Resolution^ GetDateResolution(
	String^ fieldName
)

Parameters

fieldName
Type: System..::..String

[Missing <param name="fieldName"/> documentation for "M:Lucene.Net.QueryParsers.QueryParser.GetDateResolution(System.String)"]

Return Value

[Missing <returns> documentation for "M:Lucene.Net.QueryParsers.QueryParser.GetDateResolution(System.String)"]

See Also