Re: How to index a csv dataset into Solr using SolrJ

2023-02-11 Thread Vincenzo D'Amore
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

Searching multiple collections and the ignored qt parameter

2023-02-11 Thread David Santamauro
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

Re: multi-term synonym prevents single-term match -- known issue?

2023-02-11 Thread Mikhail Khludnev
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