[ANNOUNCE] Apache Solr 9.1.1 released

2023-01-25 Thread Michael Gibney
The Solr PMC is pleased to announce the release of Apache Solr 9.1.1.

Solr is the popular, blazing fast, open source NoSQL search platform
from the Apache Solr project. Its major features include powerful
full-text search, hit highlighting, faceted search, dynamic
clustering, database integration, rich document handling, and
geospatial search. Solr is highly scalable, providing fault tolerant
distributed search and indexing, and powers the search and navigation
features of many of the world's largest internet sites.

Solr 9.1.1 is available for immediate download at:

https://solr.apache.org/downloads.html

Solr 9.1.1 Release Highlights:

Bugfixes:

SOLR-16589: Fixed issue where large fields with large=true could be
truncated when using unicode values
SOLR-16585: Fixed NPE when paginating MatchAllDocs with non-zero start
offset, like q=*:*&start=10
SOLR-16165: Fixed rare deadlock in SlotAcc static initialization
SOLR-16622: Fixed issue where replicas could fail to register as
active after node restart

Other:

SOLR-16443: Upgrade Jackson bom to 2.13.4.20221013
SOLR-16568: Upgrade woodstox-core to 6.4.0
SOLR-16598: Upgrade Protobuf to 3.21.12
SOLR-16567: Fixed problem with filtering and KNN search, especially
when using post-filters
SOLR-16588: Fixed problem with default knn algorithm
SOLR-16480: ConfigSets now have an overridable allow-list for filetypes

Please refer to the Upgrade Notes in the Solr Ref Guide for
information on upgrading from previous Solr versions:

https://solr.apache.org/guide/solr/9_1/upgrade-notes/solr-upgrade-notes.html

Please read CHANGES.txt for a full list of bugfixes:

https://solr.apache.org/9_1_1/changes/Changes.html


Re: [ANNOUNCE] Apache Solr 9.1.1 released

2023-01-25 Thread Ishan Chattopadhyaya
Thanks a lot, Michael.

On Wed, 25 Jan, 2023, 8:16 pm Michael Gibney,  wrote:

> The Solr PMC is pleased to announce the release of Apache Solr 9.1.1.
>
> Solr is the popular, blazing fast, open source NoSQL search platform
> from the Apache Solr project. Its major features include powerful
> full-text search, hit highlighting, faceted search, dynamic
> clustering, database integration, rich document handling, and
> geospatial search. Solr is highly scalable, providing fault tolerant
> distributed search and indexing, and powers the search and navigation
> features of many of the world's largest internet sites.
>
> Solr 9.1.1 is available for immediate download at:
>
> https://solr.apache.org/downloads.html
>
> Solr 9.1.1 Release Highlights:
>
> Bugfixes:
>
> SOLR-16589: Fixed issue where large fields with large=true could be
> truncated when using unicode values
> SOLR-16585: Fixed NPE when paginating MatchAllDocs with non-zero start
> offset, like q=*:*&start=10
> SOLR-16165: Fixed rare deadlock in SlotAcc static initialization
> SOLR-16622: Fixed issue where replicas could fail to register as
> active after node restart
>
> Other:
>
> SOLR-16443: Upgrade Jackson bom to 2.13.4.20221013
> SOLR-16568: Upgrade woodstox-core to 6.4.0
> SOLR-16598: Upgrade Protobuf to 3.21.12
> SOLR-16567: Fixed problem with filtering and KNN search, especially
> when using post-filters
> SOLR-16588: Fixed problem with default knn algorithm
> SOLR-16480: ConfigSets now have an overridable allow-list for filetypes
>
> Please refer to the Upgrade Notes in the Solr Ref Guide for
> information on upgrading from previous Solr versions:
>
>
> https://solr.apache.org/guide/solr/9_1/upgrade-notes/solr-upgrade-notes.html
>
> Please read CHANGES.txt for a full list of bugfixes:
>
> https://solr.apache.org/9_1_1/changes/Changes.html
>


ids= in solr search request - issue

2023-01-25 Thread chandra sekhar
Hi 
i am searching 1 bllion document lab test reports with 20 shards of data. I 
searched one lab test with wild card and i have got search results for the 
first time. After 10 min, 2nd time same search is not returning results. Going 
through solr.log file i got below exception
o.a.s.s.HttpSolrCall Unable to write response, client closed connection or we 
are shutting down
org.eclipse.jetty.io.EofException: Closed
As per log, solr is generating this search request with 
&ids=id1,id2,id1. This request is taking more time to execute and not 
responding to client UI app. 
Please share your thoughts on this issue. Why solr is generating these adhoc 
search request with ids appending in search request and causing to hang.
Quick response is appreciated !
Thanks & Regards,Chandra


Re: [ANNOUNCE] Apache Solr 9.1.1 released

2023-01-25 Thread Alessandro Benedetti
Thanks, Michael for leading this and everyone involved!
Great bug-fixing release!
--
*Alessandro Benedetti*
Director @ Sease Ltd.
*Apache Lucene/Solr Committer*
*Apache Solr PMC Member*

e-mail: a.benede...@sease.io


*Sease* - Information Retrieval Applied
Consulting | Training | Open Source

Website: Sease.io 
LinkedIn  | Twitter
 | Youtube
 | Github



On Wed, 25 Jan 2023 at 16:35, Ishan Chattopadhyaya <
ichattopadhy...@gmail.com> wrote:

> Thanks a lot, Michael.
>
> On Wed, 25 Jan, 2023, 8:16 pm Michael Gibney,  wrote:
>
> > The Solr PMC is pleased to announce the release of Apache Solr 9.1.1.
> >
> > Solr is the popular, blazing fast, open source NoSQL search platform
> > from the Apache Solr project. Its major features include powerful
> > full-text search, hit highlighting, faceted search, dynamic
> > clustering, database integration, rich document handling, and
> > geospatial search. Solr is highly scalable, providing fault tolerant
> > distributed search and indexing, and powers the search and navigation
> > features of many of the world's largest internet sites.
> >
> > Solr 9.1.1 is available for immediate download at:
> >
> > https://solr.apache.org/downloads.html
> >
> > Solr 9.1.1 Release Highlights:
> >
> > Bugfixes:
> >
> > SOLR-16589: Fixed issue where large fields with large=true could be
> > truncated when using unicode values
> > SOLR-16585: Fixed NPE when paginating MatchAllDocs with non-zero start
> > offset, like q=*:*&start=10
> > SOLR-16165: Fixed rare deadlock in SlotAcc static initialization
> > SOLR-16622: Fixed issue where replicas could fail to register as
> > active after node restart
> >
> > Other:
> >
> > SOLR-16443: Upgrade Jackson bom to 2.13.4.20221013
> > SOLR-16568: Upgrade woodstox-core to 6.4.0
> > SOLR-16598: Upgrade Protobuf to 3.21.12
> > SOLR-16567: Fixed problem with filtering and KNN search, especially
> > when using post-filters
> > SOLR-16588: Fixed problem with default knn algorithm
> > SOLR-16480: ConfigSets now have an overridable allow-list for filetypes
> >
> > Please refer to the Upgrade Notes in the Solr Ref Guide for
> > information on upgrading from previous Solr versions:
> >
> >
> >
> https://solr.apache.org/guide/solr/9_1/upgrade-notes/solr-upgrade-notes.html
> >
> > Please read CHANGES.txt for a full list of bugfixes:
> >
> > https://solr.apache.org/9_1_1/changes/Changes.html
> >
>


How Spark alone vs Spark-Solr performances compare?

2023-01-25 Thread marc nicole
Hello - I have hard times understanding the benefits of storing (indexing)
documents from Spark for a later read into Spark again vs reading using
Spark only.
How Solr could improve querying time of data through indexing?
Is the read operation using Solr faster than using
spark.read(someFile.csv)? if yes, is there supporting evidence (e.g., a bar
chart comparing the two).
Another inquiry is: how could Solr help with querying heterogeneous data
through indexing?


Re: How Spark alone vs Spark-Solr performances compare?

2023-01-25 Thread Jan Høydahl
Hi,

You are now in the Apache Solr users list, and Solr does not use Apache Spark 
in any way.
I think you may be using some other product in addition to Solr, since your 
subject mentions Spark-Solr.
If so, I think you'll have to direct your question to the Spark-Solr project.

Jan

> 25. jan. 2023 kl. 22:55 skrev marc nicole :
> 
> Hello - I have hard times understanding the benefits of storing (indexing)
> documents from Spark for a later read into Spark again vs reading using
> Spark only.
> How Solr could improve querying time of data through indexing?
> Is the read operation using Solr faster than using
> spark.read(someFile.csv)? if yes, is there supporting evidence (e.g., a bar
> chart comparing the two).
> Another inquiry is: how could Solr help with querying heterogeneous data
> through indexing?