Re: Vector search highlightings

2024-10-04 Thread Alessandro Benedetti
We have developed a Neural Highlighting plugin already: https://sease.io/2023/05/apache-solr-neural-highlighting-plugin.html We are not planning to donate it yet but if we get some sponsor we may make it available sooner rather than later! Cheers On Fri, 4 Oct 2024, 19:49 Robi Petersen, wrote:

Re: Vector search highlightings

2024-10-04 Thread Robi Petersen
I guess you'd have to keep a copy of your vectorized content in a stored only field so that you could get back to its original form and return it to the user On Fri, Oct 4, 2024, 11:47 AM Robi Petersen wrote: > Not sure what the use case for that would be. The vectors themselves are > inscrutabl

Re: Vector search highlightings

2024-10-04 Thread Robi Petersen
Not sure what the use case for that would be. The vectors themselves are inscrutable. I suppose you could unvectorize the value that you got a hit on somehow use that to match up to what was indexed into the vector in the first place and display that text as a highlight. Maybe... Thinking the vecto

Re: solr.autoSoftCommit.maxDocs:1

2024-10-04 Thread Vincenzo D'Amore
ping :) On Wed, Oct 2, 2024 at 4:15 PM Vincenzo D'Amore wrote: > Hi all, > > Recently, I found the following configuration in a solrcloud cluster ver. > 8.11.2 (2 core 32GB RAM). > > > ${solr.autoCommit.maxDocs:-1} > ${solr.autoCommit.maxTime:6} > false > > > *${solr.au

solr 9.7.0: Small S3 Backups work, large S3 backups failing

2024-10-04 Thread Doug Coleman
Hi, I'm trying to use the S3Repository backup feature for the first time with solr 9.7.0 cloud on AWS with a docker image based on 23-jre-noble (also same behavior on 22-jre-jammy). S3 backup/restore is working for small collections (4MB), but it is failing on my larger ones (36GB, 96GB, 400GB).

Verify multiThreaded Parameter is in use

2024-10-04 Thread Yuntong Qu
Hi, We are running Solr 9.7 and testing performance for the new multiThreaded query Parameter. However we did not see much of a performance difference with the parameter enabled. Based on the ref guide, we should not need to specify config to enable multiThreaded query. Also the debug parameter d

Vector search highlightings

2024-10-04 Thread Sergio García Maroto
Hi, I started working on adding vector search capabilities to solr. I would like to know which would be the best strategy to give some kind of highlighting on the results. As we are working with numbers not sure if this even possible. Thanks a lot Sergio Maroto