Hi Edwin,
Hunspell is configurable, language independent library and you can define any
morphology rules. It’s beed there for a while and I would not be surprised if
someone already adjusted english rules to suite you case.
Thanks,
Emir
--
Monitoring - Log Management - Alerting - Anomaly Detecti
Hi Ketan,
I’ll just add that with 4 shards you might just as well skip bits part - all
tenant document will end up on a single shard anyway.
Unless you have a lot projectIds or all have pretty much the same number of
documents, and you always search single projectId, I would reevaluate using
rou
It seems you can only use slow [subquery] for this.
On Mon, Oct 30, 2017 at 7:17 PM, Aurélien MAZOYER <
aurelien.mazo...@francelabs.com> wrote:
> Hi,
>
>
>
> Is there in Solr a kind of [parent] doc transformer (like the [child] doc
> transformer) that can be used to embed parent’s fields in the
Hi,
I added some very liberal connection timeout and socket timeout to the
request config. And I see a lot of SocketTimeoutException and some
ConnectTimeoutException
RequestConfig requestConfig = RequestConfig.custom()
.setConnectionRequestTimeout(10*60*1000)
.setConnectTimeout(60*1000)
Hi,
I have read that we can use tesseract with solr to index image files. I
would like some guidance on setting this up.
Currently, I am using solr for searching my wordpress installation via the
WPSOLR plugin.
I have Solr 6.6 installed on ubuntu 14.04 which is working fine with
wordpress.
I hav
My company uses Dynatrace for most everything in production. They have a
plugin for Solr that works with 6.*
On Thu, Nov 2, 2017 at 4:05 PM, Emir Arnautović <
emir.arnauto...@sematext.com> wrote:
> Hi Robi,
> Did you try Sematext’s SPM? It provides host, JVM and Solr metrics and
> more. We use it
hello all,
we are trying to run solrcloud 6.6 in a production setting.
here's our config and issue
1) 3 nodes, 1 shard, replication factor 3
2) all nodes are 16GB RAM, 4 core
3) Our production load is about 2000 requests per minute
4) index is fairly small, index size is around 400 MB with 300k doc