Re: "add and limit" update modifier or scripted update like elasticsearch

2016-11-17 Thread Dorian Hoxha
Hi Alex, Yes I saw the udpate-modifiers, but there isn't an add-and-limit() thing. The update request processors should work. Thanks On Thu, Nov 17, 2016 at 10:26 AM, Alexandre Rafalovitch wrote: > Solr has an partial update support, though you need to be careful to > have all fields retrievab

Re: "add and limit" update modifier or scripted update like elasticsearch

2016-11-17 Thread Alexandre Rafalovitch
Solr has an partial update support, though you need to be careful to have all fields retrievable (stored or docvalue). https://cwiki.apache.org/confluence/display/solr/Updating+Parts+of+Documents Solr also has UpdateRequestProcessor which can do many things, including scripting. https://cwiki.apac