If you need to upload csv files directly into solr (and they have a
reasonable amount of rows, i.e. not too much to lead an OOM in Solr)
Well, I'm used to loading them directly with a curl from a bash script.
It's something like this:
curl "http://solr.server:8983/solr/collection/update?commit=tru
Good day,
In our setup, we have multiple collections that contain differing versions of
the same documents and visibility is currently restricted by using custom
request handlers, e.g.,
Collection: c1 (an empty collection)
handler
c2,c3,c4
The in c2, c3 and c4, I defined
Thanks for raising a ticket. Here are just two considerations:
> we could change the synonym rule to "foo bar,baz,foo,bar" but this would
mean that a query for "foo" could now match a document containing only
"bar", which is not the intent of the original rule.
Ok. The later issue can be probably f