known bug, it
> must be in JIRA...
>
> Otis
> --
> Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
>
>
>
> - Original Message
> > From: Jack Godwin
> > To: solr-user@lucene.apache.org
> > Sent: Thursday, May 14, 2009 8:09:13 AM
> &
Does anyone know if there is still a bug in date fields? I'm having a
problem boosting documents by date in solr 1.3
Thank,
Jack
--
Sent from my mobile device
20+ hours? I index 3 million records in 3 hours. Is your auto commit
causing a snapshot? What do you have listed in the events.
Jack
On 5/14/09, Gargate, Siddharth wrote:
> Hi all,
> I am also facing the same issue where autocommit blocks all
> other requests. I having around 1,00,000 do
Have you checked the maxBufferedDocs? I had to drop mine down to 1000 with
3 million docs.
Jack
On Wed, May 13, 2009 at 6:53 PM, vivek sar wrote:
> Disabling first/new searchers did help for the initial load time, but
> after 10-15 min the heap memory start climbing up again and reached
> max w
With solr 1.3 I'm having a problem boosting new documents to the top. I
used the recommended BoostFunction "recip(rord(created_at),1,1000,1000)"
but older documents, sometimes 5 years old, make it to the top 3 documents.
I've started using "ord(created_at)^0.0005" and get better results, but I
d