Is it possible you have two solr instances running off the same index folder? This was a mistake I stumbled into early on - I was writing with one, and reading with the other, so I didn't see updates.

-Mike

On 09/15/2011 12:37 AM, Pawan Darira wrote:
I am commiting but not doing replication now. Mine sort order also includes
last login timestamp. the new profiles are being reflected in my SOLR admin
&  db. but its not listed on my website.

On Thu, Sep 15, 2011 at 4:25 AM, Chris Hostetter
<hossman_luc...@fucit.org>wrote:

: I am using Solr 3.2 on a live website. i get live user's data of about
2000
: per day. I do an incremental index every 8 hours. but my search results
: always show the same result with same sorting order. when i check the
same

Are you commiting?

Are you using replication?

Are you using a sort order that might not make it obvious that the new
docs are actaully there? (ie: sort=timestamp asc)


-Hoss

Reply via email to