Re: updateNumericDocValue in solr 4.6.1

2014-11-26 Thread Michael Sokolov
Yes - here's a working example we have in production (tested in 4.8.1 and 4.10.2, but the underlying lucene stuff hasn't changed since 4.6.1 I'm pretty sure): https://github.com/safarijv/ifpress-solr-plugin/blob/master/src/main/java/com/ifactory/press/db/solr/processor/UpdateDocValuesProcessor.

Re: updateNumericDocValue in solr 4.6.1

2014-11-26 Thread lboutros
Hello Suchi, I'm using this Lucene function with Solr 4.6.1 in a specific Update Processor and it's working well. How do you test the update ? I'm using a ValueSourceRangeFilter with a LongFieldSource parameter. Ludovic. - Jouve France. -- View this message in context: http://lucene.4720

Re: updateNumericDocValue in solr 4.6.1

2014-11-25 Thread Mikhail Khludnev
ired="false" docValues="true"/> > Does any one have a working sample of updateNumericDocValue in solr 4.6.1? > Suchi > -- Sincerely yours Mikhail Khludnev Principal Engineer, Grid Dynamics <http://www.griddynamics.com>

updateNumericDocValue in solr 4.6.1

2014-11-25 Thread Suchi Amalapurapu
Schema changes: Does any one have a working sample of updateNumericDocValue in solr 4.6.1? Suchi