Dear,
is it mandatory to use the date format yyyy-mm-ddThh:mm:ssZ ?
I have a date with this format:
yyyymmdd
in my xml source file.
Where can I find more information, I found only these definitions in the
schema.xml
<fieldType name="date" class="solr.TrieDateField" precisionStep="0"
positionIncrementGap="0"/>
<fieldType name="tdate" class="solr.TrieDateField" precisionStep="6"
positionIncrementGap="0"/>
Could you explain me the PrecisionStep param also?
Thanks and sorry for this newbie question,
Bruno