[jira] [Commented] (SOLR-18143) Upgrade to Lucene 10.4

2026-04-05 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/SOLR-18143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18071200#comment-18071200
 ] 

ASF subversion and git services commented on SOLR-18143:


Commit 2ea21db9af976eee8ed10c08fb95e071889387be in solr's branch 
refs/heads/jira/SOLR-17697-picocli from Rahul Goswami
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=2ea21db9af9 ]

SOLR-18143: Upgrade the Lucene dependency from 10.3.2 to 10.4.0 (#4195)

Codec changes:  


   
  - SchemaCodecFactory, CuVSCodec, CuVSCodecFactory: Lucene103Codec -> 
Lucene104Codec  

  
  - ScalarQuantizedDenseVectorField: migrated to 
Lucene104HnswScalarQuantizedVectorsFormat;  

 
confidenceInterval, compress, and dynamicConfidenceInterval 


params are now deprecated; they're parsed but ignored with DeprecationLog 
warnings

  
  - BinaryQuantizedDenseVectorField: replaced 
Lucene102HnswBinaryQuantizedVectorsFormat   

   
with Lucene104HnswScalarQuantizedVectorsFormat using 
ScalarEncoding.SINGLE_BIT_QUERY_NIBBLE  





 
  Documentation:


 
  - Updated dense-vector-search.adoc to reflect deprecated scalar quantization 
params  

  
  - Added Solr 10.1 section in major-changes-in-solr-10.adoc with codec change  


 
downgradeability warning


 
  - Added step in dev-docs/lucene-upgrade.md to document codec changes in 
upgrade notes   

   



 
  Other:


 
- Removed test configs for no-longer-validated confidenceInterval/compress 
constraints 

> Upgrade to Lucene 10.4
> --
>
> Key: SOLR-18143
> URL: https://issues.apache.org/jira/browse/SOLR-18143
> Project: Solr
>  Issue Type: Improvement
>Reporter: Rahul Goswami
>Assignee: Rahul Goswami
>Priority: Major
>  Labels: pull-request-available
> Fix For: 10.1
>
>
> Lucene 10.4 released last week and contains several important Vector search 
> related changes. It also contains a c

[jira] [Commented] (SOLR-18143) Upgrade to Lucene 10.4

2026-03-23 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/SOLR-18143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18067904#comment-18067904
 ] 

ASF subversion and git services commented on SOLR-18143:


Commit d2ed2c4354576f5df06eab83ad8f51d69a4ee20b in solr's branch 
refs/heads/branch_10x from Rahul Goswami
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=d2ed2c43545 ]

SOLR-18143: Upgrade the Lucene dependency from 10.3.2 to 10.4.0 (#4195)

Codec changes:  


   
  - SchemaCodecFactory, CuVSCodec, CuVSCodecFactory: Lucene103Codec -> 
Lucene104Codec  

  
  - ScalarQuantizedDenseVectorField: migrated to 
Lucene104HnswScalarQuantizedVectorsFormat;  

 
confidenceInterval, compress, and dynamicConfidenceInterval 


params are now deprecated; they're parsed but ignored with DeprecationLog 
warnings

  
  - BinaryQuantizedDenseVectorField: replaced 
Lucene102HnswBinaryQuantizedVectorsFormat   

   
with Lucene104HnswScalarQuantizedVectorsFormat using 
ScalarEncoding.SINGLE_BIT_QUERY_NIBBLE  





 
  Documentation:


 
  - Updated dense-vector-search.adoc to reflect deprecated scalar quantization 
params  

  
  - Added Solr 10.1 section in major-changes-in-solr-10.adoc with codec change  


 
downgradeability warning


 
  - Added step in dev-docs/lucene-upgrade.md to document codec changes in 
upgrade notes   

   



 
  Other:


 
- Removed test configs for no-longer-validated confidenceInterval/compress 
constraints 

> Upgrade to Lucene 10.4
> --
>
> Key: SOLR-18143
> URL: https://issues.apache.org/jira/browse/SOLR-18143
> Project: Solr
>  Issue Type: Improvement
>Reporter: Rahul Goswami
>Priority: Major
>  Labels: pull-request-available
>
> Lucene 10.4 released last week and contains several important Vector search 
> related changes. It also contains a critical enhancement which moves the 
> MIN_SUPPORTED_VERSION (Version.LATEST-1) 

[jira] [Commented] (SOLR-18143) Upgrade to Lucene 10.4

2026-03-23 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/SOLR-18143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18067807#comment-18067807
 ] 

ASF subversion and git services commented on SOLR-18143:


Commit 2ea21db9af976eee8ed10c08fb95e071889387be in solr's branch 
refs/heads/main from Rahul Goswami
[ https://gitbox.apache.org/repos/asf?p=solr.git;h=2ea21db9af9 ]

SOLR-18143: Upgrade the Lucene dependency from 10.3.2 to 10.4.0 (#4195)

Codec changes:  


   
  - SchemaCodecFactory, CuVSCodec, CuVSCodecFactory: Lucene103Codec -> 
Lucene104Codec  

  
  - ScalarQuantizedDenseVectorField: migrated to 
Lucene104HnswScalarQuantizedVectorsFormat;  

 
confidenceInterval, compress, and dynamicConfidenceInterval 


params are now deprecated; they're parsed but ignored with DeprecationLog 
warnings

  
  - BinaryQuantizedDenseVectorField: replaced 
Lucene102HnswBinaryQuantizedVectorsFormat   

   
with Lucene104HnswScalarQuantizedVectorsFormat using 
ScalarEncoding.SINGLE_BIT_QUERY_NIBBLE  





 
  Documentation:


 
  - Updated dense-vector-search.adoc to reflect deprecated scalar quantization 
params  

  
  - Added Solr 10.1 section in major-changes-in-solr-10.adoc with codec change  


 
downgradeability warning


 
  - Added step in dev-docs/lucene-upgrade.md to document codec changes in 
upgrade notes   

   



 
  Other:


 
- Removed test configs for no-longer-validated confidenceInterval/compress 
constraints 

> Upgrade to Lucene 10.4
> --
>
> Key: SOLR-18143
> URL: https://issues.apache.org/jira/browse/SOLR-18143
> Project: Solr
>  Issue Type: Improvement
>Reporter: Rahul Goswami
>Priority: Major
>  Labels: pull-request-available
>
> Lucene 10.4 released last week and contains several important Vector search 
> related changes. It also contains a critical enhancement which moves the 
> MIN_SUPPORTED_VERSION (Version.LATEST-1) check 

[jira] [Commented] (SOLR-18143) Upgrade to Lucene 10.4

2026-03-09 Thread Rahul Goswami (Jira)


[ 
https://issues.apache.org/jira/browse/SOLR-18143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18064123#comment-18064123
 ] 

Rahul Goswami commented on SOLR-18143:
--

[~cpoerschke]  Thanks for adding relevant links to the Jira for reference.

> Upgrade to Lucene 10.4
> --
>
> Key: SOLR-18143
> URL: https://issues.apache.org/jira/browse/SOLR-18143
> Project: Solr
>  Issue Type: Improvement
>Reporter: Rahul Goswami
>Priority: Major
>  Labels: pull-request-available
>
> Lucene 10.4 released last week and contains several important Vector search 
> related changes. It also contains a critical enhancement which moves the 
> MIN_SUPPORTED_VERSION (Version.LATEST-1) check to the segment level instead 
> of requiring that the index be created in version no older than 
> MIN_SUPPORTED_VERSION. This is necessary to be able to open the indexes 
> originally created in Solr 8.x and upgraded via the recently introduced index 
> upgrade capability (while on Solr 9.x).
> * https://lucene.apache.org/core/10_4_0/changes/Changes.html
> * https://github.com/apache/solr/blob/main/dev-docs/lucene-upgrade.md



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]