Hi!
TL;DR: I'm trying to understand what `autoGeneratePhraseQueries` exactly
does and why it's triggering in my context.
I'm running a Solr 8.6 cluster, used as a Full Text Search backend for
Dovecot. Queries are generated based on IMAP search as per
https://github.com/dovecot/core/blob/master/s
The `body` field that you’re using here has the WordDelimiterGraphFilterFactory
enabled, which is what’s splitting the term “covid19” into “covid 19”. This
filter splits terms on various compound word delimiters, and one delimiter it
uses is a transition from alpha to numeric characters (this is
Hi All,
I'm trying to implement clustering for my project, but I don't see any
details about Index based clustering (offline clustering) in the Solr
documentation.
It is mentioned that the document will focus only on Online clustering.
Can you please let me know if Solr is supporting Index clust
Hi kind friends:
This is Neo, I have a problem about solr and need help. The solr
version is 5.5.4??cloud mode. It does not take effect when I use full-import or
delta-import to update solr index without any exception in solr
logs. There is always some constant data in solr index, whether
On Fri, 6 Aug 2021 at 03:38, 839606848 wrote:
> Hi kind friends:
>
>
> This is Neo, I have a problem about solr and need help. The
> solr version is 5.5.4,cloud mode. It does not take effect when I use
> full-import or delta-import to update solr index without any exception in
> solr logs. Th
Hi Gora,
I'm glad to receive your reply.
Because of the confidentiality agreement, I can't provide some direct
information on this issue. I can give an example.
I create a core named AA-core, and setting some fields in managed-schema. The
data source is configured in solr-data-config.xml. First,