Solr Repeaters/Slaves replicating are every commit on Master instead of Optimize

2019-08-31 Thread Monil Parikh
Hello Solr Users, I am trying to get Master-Repeater-Slave config to work, I am facing replication related issue on luceneMatchVersion 7.7.1. Posted on stack overflow with all details:

Re: Multi-lingual Search & Accent Marks

2019-08-31 Thread Walter Underwood
> On Aug 31, 2019, at 12:00 PM, Toke Eskildsen wrote: > > Whenever we do this normalisation, we index two versions in our index: A very > lightly normalised (lowercased) field and a heavily normalised field: If a > record has a title "Köket" (kitchen in Swedish), we store title_orig:köket >

Re: Multi-lingual Search & Accent Marks

2019-08-31 Thread Toke Eskildsen
Audrey Lorberfeld - audrey.lorberf...@ibm.com wrote: > Just wanting to test the waters here – for those of you with search engines > that index multiple languages, do you use ASCII-folding in your schema? Our primary search engine is for Danish users, with sources being bibliographic records

Re: ExecutorService support in SolrIndexSearcher

2019-08-31 Thread Michael McCandless
We pass ExecutorService to Lucene's IndexSearcher at Amazon (for customer facing product search) and it's a big win on long-pole query latencies, but hurts red-line QPS (cluster capacity) a bit, due to less efficient collection across segments and thread context switching. I'm surprised it's not