Unsubscribe me

2022-07-12 Thread Nicolas Franck
Can someone unsubscribe me from this list?

Unsubscribe me

2022-06-24 Thread Nicolas Franck
Can someone unsubscribe me from this list? Thanks!

Re: Questions regarding - index and query content on different languages in one Solr field

2021-10-08 Thread Nicolas Franck
You're hitting a problem that we've all tried to solve: multilingual indexes. You're forgetting one important point: if the user enters a query, then you have to choose which language field to search against, either by language detection (out of band, by some other software?), or by select-box in

Re: Compacting JSON-Output

2021-04-15 Thread Nicolas Franck
https://solr.apache.org/guide/6_6/response-writers.html#ResponseWriters-TheindentParameter > On 15 Apr 2021, at 09:32, Andreas Mock wrote: > > Hi all, > > I searched around for a while now but couldn't find an answer to my problem. > We want to use the JSONWriter which presents a really nice hu