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).
>
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?
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
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
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