Re: Need your opinion on a configuration

2024-07-18 Thread Juan Eduardo Hernandez
Have you considered SolrCloud? El mié, 17 jul 2024 a las 5:11, Bruno Mannina () escribió: > Hi Solr Team, > > > > I have a collection with over 150 million documents. > > The index size is over 18TB. > > Currently I have at my disposal a large server (RAM: 1.5TB, 40TB nvme ssd, > intel proc). >

Package API: Unsupported MIME type text/plain

2024-07-18 Thread Katharina Schmid
Hi, when trying to install a new version of an existing package via the Solr-CLI (Solr 9.5.0) we get the following error: org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteSolrException: Error from server at http://localhost:8983/api/collections/my_collection/config/params/PKG_VERSIONS?

Re: Terms query with filters

2024-07-18 Thread ufuk yılmaz
Do you want to filter the terms themselves or do you want to filter the documents and get the terms of the filtered subset? —ufuk — > On Jul 18, 2024, at 1:46, Natarajan, Rajeswari > wrote: > > Hi, > > Looking to see if we can get terms query working with filters (extensive > filters use c

num groups in group vs collapse query

2024-07-18 Thread Dmitri Maziuk
Hi all, a query with `group=true&group.field=Foo&group.ngroups=true` returns `"ngroups" : 8`. There are 7 "real" groups and one null group. Same query with `fq={!collaps field=Foo nullPolicy=expand}` returns `"numFound" : 10`. There are 7 "real" groups and 3 null ones. Is that supposed to h

Re: num groups in group vs collapse query

2024-07-18 Thread Dmitri Maziuk
Oops, sorry, brain fart. "You know you've been staring at the computer too long when..." On 7/18/24 17:25, Dmitri Maziuk wrote: Hi all, a query with `group=true&group.field=Foo&group.ngroups=true` returns `"ngroups" : 8`. There are 7 "real" groups and one null group. Same query with `fq={!c