Hello,
I did a query based on one collection and want to insert its result into
another collection of the same Solr. The query result has the same fields
as that of another collection. Is there a simple way to do the job?
If the query result has to be moved outside Solr before being added to
anothe
Hi,
you can look at the updatestream from streaming api of solr, it can take a
search expression and emitted tuples can be added to a new collection.
https://solr.apache.org/guide/8_4/stream-decorator-reference.html
Sent from my iPhone
> On Mar 23, 2022, at 4:06 AM, WU, Zhiqing wrote:
>
> H
> > > This does sound like a bug ;-(.
>
> So I will create a bug report for this.
Tracked it in JIRA SOLR-16110 Using Schema/Config API breaks the File-Upload of
Config Set File
https://issues.apache.org/jira/browse/SOLR-16110
We are using the collapse query parser for consolidating results based on a
field value, and are also faceting on a number of other fields. The
collapse field and the facet fields all have docValues=true. For very large
(millions of documents) result sets, the heap usage gets a little out of
hand,
I have seen the emails about Solr not being affected by the DoS vulnerability
associated by LOG4J 2.16, but SOLR failed a security scan because of it and the
bosses want it upgraded.
Can someone tell me where I can download an upgrade or patch for LOG4J and
instructions on how to implement i
> On Mar 23, 2022, at 1:36 PM, Heller, George A III CTR (USA)
> wrote:
>
> Can someone tell me where I can download an upgrade or patch for LOG4J and
> instructions on how to implement it?
>
See https://solr.apache.org/security.html
Whatever you sent got removed by our email filters. Can you please resend as
text.
Thanks,
George
-Original Message-
From: Andy Lester
Sent: Wednesday, March 23, 2022 2:55 PM
To: users@solr.apache.org
Subject: [URL Verdict: Neutral][Non-DoD Source] Re: Solr 8.11.1 upgrading LOG4J
from
Go to the https://solr.apache.org/security.html URL and you will find
instructions there on what to do.
Andy
Here's the issue where Log4J was upgraded. You can look at the pull request
there to find out what you need to change. After that, you can build your
own Solr binaries for your use (fix in github.com/apache/lucene-solr's
branch_8_11 and build using "ant ivy-bootstrap; cd solr; ant package" which
wi
And feel free to open a new JIRA for this log4j upgrade, it will get picked
up in 8.11.2 (whenever someone gets time to release it).
On Thu, Mar 24, 2022 at 3:18 AM Ishan Chattopadhyaya <
ichattopadhy...@gmail.com> wrote:
> Here's the issue where Log4J was upgraded. You can look at the pull
> req
Hi Susmit,
Thanks for your reply.
Since I do not have much experience with the streaming api of solr, I only
can understand a part of the page and do not know how to implement related
parts with SolrJ.
Is it possible you could recommend some books or webpages which contain
examples for streaming ap
Please do not create another JIRA, it is already committed, just waiting on
the 8.11.2 release.
https://issues.apache.org/jira/browse/SOLR-15871
The suggestion across multiple threads in the users list has been to remove
the log4j jar, and replace it with the 2.17.1 jar, which will pass security
It sounds like you are collapsing on a high cardinality field and/or
faceting on high cardinality fields. Can you describe the cardinality of
the fields so we can get an idea of how large the problem is?
Joel Bernstein
http://joelsolr.blogspot.com/
On Wed, Mar 23, 2022 at 12:30 PM Jeremy Buckl
The number of documents in the collection is about 90 million. The
collapse field has about 30 million distinct values, so I guess that
qualifies as high cardinality. We used to use result grouping but switched
to collapse for improved performance.
The faceting fields are more of a mix, 5-10 fiel
To collapse on 30 million distinct values is going to cause memory problems
for sure. If the heap is growing as the result set grows that means you are
likely using a newer version of Solr which collapses into a hashmap. Older
versions of Solr would collapse into an array 30 million in length which
On 3/23/2022 12:36 PM, Heller, George A III CTR (USA) wrote:
Can someone tell me where I can download an upgrade or patch for LOG4J
and instructions on how to implement it?
Did you try googling? Because if I enter "log4j download" (minus the
quotes) into Google, the first hit looks like it is
According to the "Enabling SSL" section of the Apache Solr 8.11
Reference Guide [1]:
> ZooKeeper does not support encrypted communication with clients like
> Solr. There are several related JIRA tickets where SSL support is
> being planned/worked on:
> https://issues.apache.org/jira/browse/ZOOKEEP
17 matches
Mail list logo