Re: Copy-field doesn't seem to be working as expected

2023-05-20 Thread Thomas Corthals
Op za 20 mei 2023 om 21:18 schreef Shawn Heisey : > Agreed. There are many situations outside of version upgrades where > rebuilding the index from scratch is an absolute requirement. It is > something all Solr users need to be able to do at ANY time. I used to > maintain an index where a full

Re: Copy-field doesn't seem to be working as expected

2023-05-20 Thread Shawn Heisey
On 5/20/23 12:14, Dave wrote: I never trust a solr upgrade path with an index from one major version to another. It has to be completely recreated in my opinion with the updated schema as sometimes there may be major changes, even though it’s said you can go two versions up with the same inde

Re: Copy-field doesn't seem to be working as expected

2023-05-20 Thread Dave
I never trust a solr upgrade path with an index from one major version to another. It has to be completely recreated in my opinion with the updated schema as sometimes there may be major changes, even though it’s said you can go two versions up with the same index using the upgrade path. I’ve

Re: Vector as LTR Field Value Feature Type

2023-05-20 Thread Rajani Maski
Hi All, Does LTR field value feature or solr feature support multi valued numeric field? Thinking of storing document features in single multi valued field or serialized string format. Can LTR reranker consume from such a field? Thanks, Rajani On Thu, May 4, 2023, 1:53 PM Rajani Maski wrote:

Re: Copy-field doesn't seem to be working as expected

2023-05-20 Thread Shawn Heisey
On 5/19/23 15:39, Christopher Schultz wrote: Please confirm the following: 1. Solr index is created with Solr 7.something 2. Solr 8.x is deployed and all is well 3. Index is re-built by replacing 100% of documents in the index 4. Solr 9.x is deployed and all is well Is that correct, especially