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
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