Re: Does lack of documentation indicate lack of support or just lack of documentation?

2024-11-14 Thread ufuk yılmaz
> Streaming expressions is one of the coolest unique features of Solr! Agree! One thing I dream of is a streaming expression “IDE” with formatter and syntax checker (possibly with autocomplete suggestions) — > On Nov 15, 2024, at 7:06, Christine Feldmann > wrote: > I agree, the Ref Guide cou

Re: replication factor of 2,147,483,647

2024-11-14 Thread Dmitri Maziuk
On 11/14/24 16:30, Arrieta, Alejandro wrote: I know is old lucene doc, but latest lucene 10 only mentions int32 and not the number 2.1 billion. That *is* the max int32 (signed, but Java doesn't do unsigned in "primitive" data types). Dima

Re: replication factor of 2,147,483,647

2024-11-14 Thread Arrieta, Alejandro
Hello, That sounds like the max docs per shard error: https://lucene.apache.org/core/3_0_3/fileformats.html#Limitations I know is old lucene doc, but latest lucene 10 only mentions int32 and not the number 2.1 billion. And the old doc is the one that google shows as the first answer. https://lucen

Re: Does lack of documentation indicate lack of support or just lack of documentation?

2024-11-14 Thread Christine Feldmann
I agree, the Ref Guide could use an audit for streaming expressions. I’ve noticed some things missing there too. One that immediately comes to mind is that the significantTerms function accepts and uses a qt parameter, but it’s not listed in the guide. Jan – I did find the documentation of th

replication factor of 2,147,483,647

2024-11-14 Thread Doug Whitfield
Hi Folks, I did a DDG search and came up with nothing. I also did a search of the email archives I have (which admittedly do not include the entire archive). BDH SOLR sometimes reports replication factor of 2,147,483,647. Is this a write failure? Can you please advice what this "rf" is? This i

Serialization error with a constant boosting term and debug mode after 9.4.0

2024-11-14 Thread Kengo Arao (BLOOMBERG/ LONDON)
Hello, I've observed the following error after 9.4.0. I've described the main issue, potential root cause and steps to reproduce if it helps. Issue When the boosting function is used with a constant term AND when the debug mode is enabled at the query level (i.e. {!boost b=2} and &debug=query)

Solr java security manager causes super slow http response times in different kubernetes nodes

2024-11-14 Thread Ufuk YILMAZ
We have a kubernetes cluster that runs many small Solr installations in separate deployments, each having a single pod containing standalone Solr. Each one has a small volume attached for persistent storage. Today I had a weird problem. There was only 1 worker node for a long time as the numbe

Re: Does lack of documentation indicate lack of support or just lack of documentation?

2024-11-14 Thread David Eric Pugh
Streaming expressions is one of the coolest unique features of Solr!   I just committed for Solr 10 the bin/solr stream capablity to run a streaming expressions from the command line! I'd like to see a lot more documentation, and would love to review PR's.   The two areas that jump immediately t

Re: Does lack of documentation indicate lack of support or just lack of documentation?

2024-11-14 Thread Jan Høydahl
I had a look and can find the content in the old branch for 8.7 https://github.com/apache/lucene-solr/blob/branch_8_7/solr/solr-ref-guide/src/streaming-expressions.adoc but not elsewhere. Did you find documentation of the REST api such as 'add-expressible' anywhere in the old guides? Jan > 14.

Re: Does lack of documentation indicate lack of support or just lack of documentation?

2024-11-14 Thread Jan Høydahl
Thanks. You may find some assistance in contributing here https://github.com/apache/solr/blob/main/dev-docs/how-to-contribute.adoc and here https://github.com/apache/solr/tree/main/dev-docs/ref-guide Ask here for help. And the Pull Request doesn't need to be perfect, it can be polished during