Updating only one indexed field for all documents quickly.

2011-06-14 Thread Adam Duston
We are updating one indexed integer field in Solr for all documents once every two hours. We're using Solr through Haystack so we're not exactly Solr experts. Is there a way to update just one indexed field for all documents without reindexing all other fields also? We saw this blog post [1], which

Re: Updating only one indexed field for all documents quickly.

2011-06-14 Thread Adam Duston
just want to influence the > score, then just plain external field fields should work for > you. > > What is the use-case you're considering? > > Best > Erick > > On Tue, Jun 14, 2011 at 10:33 AM, Adam Duston wrote: >> We are updating one indexed integer field