Re: Terms query with filters

2024-07-23 Thread Alessandro Benedetti
"Out of the box it is not supported, and facet can be used in this use case." What do you mean? Filtering and faceting are two separate features. Filter queries are supported to run in conjunction with any query ( https://solr.apache.org/guide/solr/latest/query-guide/common-query-parameters.html#

Re: 如何使用DenseVectorField

2024-07-23 Thread Alessandro Benedetti
Hi, Apache Solr only supports fixed-length vectors. So you need to define the cardinality for your field and that's it. You can't pass variable length vectors. Each document, for the field, needs to have that vector dimension. Cheers -- *Alessandro Benedetti* Director @ Sea

Re: Terms query with filters

2024-07-23 Thread ufuk yılmaz
Hi Alessandro, I somehow assumed he was asking about the terms component/handler because I also needed to use filters with it in the past and failed https://solr.apache.org/guide/solr/latest/query-guide/terms-component.html — > On Jul 23, 2024, at 19:19, Alessandro Benedetti wrote: > > "Out

Re: classNotFound for sql handler

2024-07-23 Thread David Smiley
Please also need to read release notes :-). (this is not an obscure thing being discussed) On Mon, Jul 15, 2024 at 6:25 AM Eric Pugh wrote: > > It would be nice if the exception that was raised had some sort of hint to > what you need to do to fix it! I suspect we see this question more and mo

Re: classNotFound for sql handler

2024-07-23 Thread David Smiley
Users also need to read the release notes :-). (this is not an obscure thing being discussed) > On Mon, Jul 15, 2024 at 6:25 AM Eric Pugh > wrote: > > > > It would be nice if the exception that was raised had some sort of hint to > > what you need to do to fix it! I suspect we see this questio

Re: Limit IO while running solr backup

2024-07-23 Thread Saksham Gupta
Hi Pierre, We have been using solr 8.10, and are running backup core/ replica wise instead of node wise. Still, the IO wait used to increase significantly as the size of each core used to be ~30 gb. The problem has reduced significantly (not completely resolved, and load still increases slightly)