Hey,
Sounds like you need to modify your indexing pipeline so that faceted
fields contains person information as you want it to be counted (full names
or partial). If you for example use a string-type of field, names are not
split from spaces as they would be if you use a field type with tokenizer
Using the json facet, I think a combination of "limit" (to limit the number
of records to be equal or less than the value you're looking for) and
"sort" (something like sort:{count:asc} ) would give you what you're
describing.
This taken from:
https://solr.apache.org/guide/8_8/json-facet-api.html#
This could also be an opportunity for using Streaming Expressions…. Especially
if there is other filtering or manipulations you would want to do on top of
your first list of rare words….
> On Aug 27, 2021, at 8:16 AM, Kyle Fransham wrote:
>
> Using the json facet, I think a combination of
I am trying to join the slack channel, but need to get an invite but can’t
figure out how to do that.
Thanks
Scott
Sent from Mail for Windows
Hi,
Have you tried signing up here? https://s.apache.org/solr-slack
Jan
> 27. aug. 2021 kl. 15:32 skrev david payne :
>
> I am trying to join the slack channel, but need to get an invite but can’t
> figure out how to do that.
>
> Thanks
>
> Scott
>
> Sent from Mail for Windows
>
Hi Team,
Shall I have an update on this please.
Thanks,
Thamizh
From: Thamizhazhagan B
Sent: Thursday, August 26, 2021 3:58 PM
To: users@solr.apache.org
Subject: Sort results by alphabet at first then numeric
Hi Team,
We have the requirement to sort SOLR search results primarily based on
alph
I increased the heap mem on our dev, qa and stage solr installs in solr.in.cmd
from 1024 to 2048. Worked fine. When I increase on our 2 production servers,
after I restart the Solr service, the admin console will not render. I change
it back to 1024 and can browse to console.
It either didn't restart fully or your prod init script isn't reading the file.
On Fri, Aug 27, 2021 at 11:40 AM david payne wrote:
>
> I increased the heap mem on our dev, qa and stage solr installs in
> solr.in.cmd from 1024 to 2048. Worked fine. When I increase on our 2
> production servers,
On 8/27/2021 9:40 AM, david payne wrote:
I increased the heap mem on our dev, qa and stage solr installs in solr.in.cmd
from 1024 to 2048. Worked fine. When I increase on our 2 production servers,
after I restart the Solr service, the admin console will not render. I change
it back to 1024 an