Re: Does a type of facet.contains=. exist?

2021-08-27 Thread Niko Himanen
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

Re: limiting term facets

2021-08-27 Thread Kyle Fransham
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#

Re: limiting term facets

2021-08-27 Thread Eric Pugh
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

how to join support community

2021-08-27 Thread 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

Re: how to join support community

2021-08-27 Thread Jan Høydahl
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 >

RE: Sort results by alphabet at first then numeric

2021-08-27 Thread Thamizhazhagan B
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

Unable to increase JAVA heap memory solr-6.6.2

2021-08-27 Thread david payne
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.

Re: Unable to increase JAVA heap memory solr-6.6.2

2021-08-27 Thread matthew sporleder
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,

Re: Unable to increase JAVA heap memory solr-6.6.2

2021-08-27 Thread Shawn Heisey
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