Need to update a field without re-indexing in solr 3.6

2012-10-05 Thread Thakur, Pramila
Hi Everyone, I am using Solr 3.6. I want to update a single filed value in the index without re-indexing. Is this possible? I have google and came across partial update in solr 4.0 BETA. Can I do do this with Solr 3.6? Thanks, -- Pramila Thakur

Re: Need to update a field without re-indexing in solr 3.6

2012-10-05 Thread Otis Gospodnetic
Hi, This is not doable in Solr 3.*. There are Lucene-level patches in JIRA, but I'm not sure if they are in Solr 4.* Otis -- Search Analytics - http://sematext.com/search-analytics/index.html Performance Monitoring - http://sematext.com/spm/index.html On Fri, Oct 5, 2012 at 3:02 PM, Thakur,

Re: Need to update a field without re-indexing in solr 3.6

2012-10-05 Thread Mikhail Khludnev
Could you please tell me more. What field do you need to update, how it influences the search results, how often, and why you can not afford commit? On Fri, Oct 5, 2012 at 11:14 PM, Otis Gospodnetic otis.gospodne...@gmail.com wrote: Hi, This is not doable in Solr 3.*. There are Lucene-level