Exact search in Solr

2020-02-04 Thread Antczak, Lukasz
Hi, Solr experts! I would like to learn from you if there is a better solution for doing 'exact search' in Solr. Exact search means no analysis for the text other then tokenization. Query "secret" gives back only documents containing exactly "secret" not "secrets", "secrection", etc. Text that ne

Re: Is shard split operation multithreaded?

2019-09-17 Thread Antczak, Lukasz
part where the new sub-shards are replicated and > recovered, and only once this part is done the new sub-shards become active > and the old parent shard becomes inactive. You can find this code in > ReplicaMutator.checkAndCompleteShardSplit. > > > On 17 Sep 2019, at 09:51, Antc

Is shard split operation multithreaded?

2019-09-17 Thread Antczak, Lukasz
Hello, I have short question to Solr experts. Is shard split operation single- or multi- threaded? Regards Łukasz Antczak -- *Łukasz Antczak* Senior IT Professional GS Data Frontiers Team *Planned absences:* *11th August - 18th August* *26th August - 1st September* *R

HDFS cache for Solr

2019-02-14 Thread Antczak, Lukasz
Hello, We are using Cloudera 5.12.1 with Solr 4.10.3. We want to store our index in memory since HDFS where the data is stored is to slow. We were trying using Solr HDFS block cache, but we are struggling with warming it to be sure that whole index is in memory after updating some documents. We a