Hello can someone please tell me how to make sure in solr to store date only till minute level, since i am having issues with date range query performance. i read in forums to reduce date precision so that the queries become faster.
As of now its storing date till seconds. <date name="liveDate">2014-03-11T07:00:00Z</date> i am only concerned till minute granularity. Also the i am using solr.trieDateField <fieldType name="liveDateType" class="solr.TrieDateField" precisionStep="8" sortMissingLast="true" omitNorms="true"/> <field name="liveDate" type="liveDateType" indexed="true" stored="true" /> is there a provision for this Please let me know thanks darniz -- View this message in context: http://lucene.472066.n3.nabble.com/Rounding-date-indexing-to-minute-tp4129482.html Sent from the Solr - User mailing list archive at Nabble.com.