Hello,
thanks for the reply, even if it makes me sad. I could not find any
reference to this limitation anywhere in the documentation, and the
parameter/attribute does not generate any error in this case (and the
rule is just ignored without notice). Or maybe it's just in the only
piece of do
Hi,
I need to implement grouping search using Lucene APIs on fields which are
non-doc value fields.
The index is created using Solr-6.5.1 and spread across 12 shards.
The group field's definition is as follows.
I tried to use Lucene group related APIs but it is failing as the
fields are not ind
Hi,
I need to implement grouping search using Lucene APIs on fields which are
non-doc value fields.
The index is created using Solr-6.5.1 and spread across 12 shards.
The group field's definition is as follows.
I tried to use Lucene group related APIs but it is failing as the
fields are not ind
The docs are technically correct in consistently talking about "collection"
and not "core" in this regard. They could make it a bit clearer that it
doesn't apply equally to cores though. Just like you, I assumed they would
be interchangeable and found out the hard way.
I asked about core specific
Howdy,
Solr 7.7, in Cloud, with ~400 cores spread over 6 chunky servers.
We've noticed that CLUSTERSTATUS occasionally contains incorrect
information. This mostly seems to happen when things are pear shaped
(couple of servers down, shards recovering, that sort of thing).
Here's an example where
Hi Team,
Want an advise on this property maxConnections and maxconnectionsperhost.
We were using solr 4 and on searching in google I found the default max
connections per host is 20 in solr4 , and it is 10in solr 8. Can you please
help me to understand the below
1. So in Solr 4, only 20 req
It is probably more of a design flaw than an outright bug, and I think it was
addressed with https://issues.apache.org/jira/browse/SOLR-15300 (released in
8.9).
As explained in that issue, that `state` flag was only meant to reflect the
state during SPLITSHARD operations, but that’s actually a
I've been digging into the ConfigMap support in the Solr operator. Based on
the documentation only the solr.xml and log4j2.xml seem to be supported by
the Solr operator. A couple questions about this:
1) Am I correct in my reading of the documentation or is there broader
support for config files?
Hi ,
Saw in Solr Documentations that Solr community is working to identify the best
recommended replacement in time for 9.0.
What are the timelines for 9.0 release . We are currently using CDCR and have
now started looking at the alternatives.
Thanks,
Rajeswari
Hey Joel,
1. You are correct, only solr.xml and log4j2.xml are currently supported.
2. Are you looking at the
"SolrCloud.spec.customSolrKubeOptions.podOptions.volumes" section?
If so, then yes, this is a way to mount whatever extra volumes you want
to add to your Solr container,
Thanks Houston, this makes perfect sense.
Best.
Joel Bernstein
http://joelsolr.blogspot.com/
On Thu, Jul 15, 2021 at 1:21 PM Houston Putman
wrote:
> Hey Joel,
>
>1. You are correct, only solr.xml and log4j2.xml are currently
> supported.
>2. Are you looking at the
>"SolrCloud.spec
Hi All,
In LTR for MultipleAdditiveTreeModel what is the purpose of adding
NODE_SPLIT_SLACK
to the threshold?
Reference: org.apache.solr.ltr.model.MultipleAdditiveTreesModel
private static final float NODE_SPLIT_SLACK = 1E-6f;
public void setThreshold(float threshold) { this.threshold = thresh
Hi All,
>
> In LTR for MultipleAdditiveTreeModel what is the purpose of adding
> NODE_SPLIT_SLACK to the threshold?
>
> Reference: org.apache.solr.ltr.model.MultipleAdditiveTreesModel
>
> private static final float NODE_SPLIT_SLACK = 1E-6f;
>
> public void setThreshold(float threshold) {
>
13 matches
Mail list logo