Can someone explain what this means to me?

I'm having a similar performance issue - it's an index with only 1 million
records or so, but when trying to search on a date range it takes 30
seconds!  Yes, this date is one with hours, minutes, seconds in them -- do I
need to create an additional field without the time component and reindex
all my documents so I can get decent search performance?  Or can I tell Solr
"Please ignore the time and do something in a reasonable timeframe" (GRIN)

Thanks.

On Fri, Oct 31, 2008 at 10:28 PM, Michael Lackhoff <mich...@lackhoff.de>wrote:

> On 01.11.2008 06:10 Erik Hatcher wrote:
>
> > Yeah, this should work fine:
> >
> >     <field name="timestamp" type="date" indexed="true" stored="true"
> > default="NOW/DAY" multiValued="false"/>
>
> Wow, that was fast, thanks!
>
> -Michael
>

Reply via email to