Re: DocValue not replicated

2015-05-06 Thread Erick Erickson
What kinds of warmup times are you seeing? It's possible that your autowarm settings are taking longer than your poll interval and it just _looks_ like the second replication is the one that actually changes things. And a second possibility is that you have some kind of page or browser caching in

Re: DocValue not replicated

2015-05-06 Thread Felton Fei
Thanks Erick, The strange thing we found is only after 2 poll. The doc value is updated. The first poll seems not replicate the doc value. Our interval setting is 1m, after 2-3 mins, everything is normal. Could it caused by the delay loading of doc values? Thanks! On 2015-05-03, 12:27 PM, "Erick

Re: DocValue not replicated

2015-05-03 Thread Erick Erickson
In the master/slave setup (not SolrCloud), there's _always_ a delay by definition until after the polling interval expires. No other changes you make to your index will be visible until the next index update on the slave, triggered by the poll, docValues should be no different. Best, Erick On Th