Is this an "XY" problem? You say:

bq:  "...having issues with date range query performance"

What are you trying to do anyway? Add an "fq" clause?
facet by range? Details matter.

If you're using filter queries in conjunction with NOW, you might
be running into this:

http://searchhub.org/2012/02/23/date-math-now-and-filter-queries/

On Sun, Apr 6, 2014 at 7:29 AM, Alexandre Rafalovitch
<arafa...@gmail.com> wrote:
> Have you tried date math formulas? Don't need to round up what's stored,
> just how you query and cache.
>
> Regards,
>       Alex
> On 06/04/2014 2:45 pm, "Darniz" <rnizamud...@edmunds.com> wrote:
>
>> 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.
>>

Reply via email to