Re: 4 days and no solution - please help on Solr

2018-08-11 Thread Jason Gerlowski
You're right that "Update" is a little misleading as a name. Solr uses that term across the board to refer to new or updated docs. The "add-documents" API is /solr/collection_name/update and is implemented by "UpdateRequestHandlers". You can configure Solr to massage documents before indexing

Re: Solr Multiple Hostnames

2018-08-11 Thread Kelly Rusk
Thank you Shawn! Kelly From: Shawn Heisey Sent: Saturday, August 11, 2018 12:01:21 AM To: solr-user@lucene.apache.org Subject: Re: Solr Multiple Hostnames On 8/10/2018 11:12 AM, Kelly Rusk wrote: > I want traffic passed over https to flow through the load

Results grouping performance with groups.ngroups=true

2018-08-11 Thread SayantiGmail
Hi, The time taken to group results when the resultset has ~ 200k items is very high. Is there a way to optimize the performance. The group count and facet count is required. Regards, Sayan

Re: Faceting with nested Document

2018-08-11 Thread Mikhail Khludnev
The first two mistakes are: - using fq for children fields , - using a value master_id:0 as a parents' filter Regarding the question, you are getting non-zero facets because you exclude filter produces empty results.

Re: Results grouping performance with groups.ngroups=true

2018-08-11 Thread Mikhail Khludnev
As far as I remember, groups facets can be calculated with json.facets a way faster. On Sat, Aug 11, 2018 at 1:43 PM SayantiGmail wrote: > Hi, > > The time taken to group results when the resultset has ~ 200k items is > very high. > > Is there a way to optimize the performance. > The group

Re: Highlighting is not working with docValues only String field

2018-08-11 Thread Erick Erickson
I can see why it wouldn't and also why it could/should. I also wonder about SortableTextField, perhaps mention that too. Seems worth a JIRA to me if there isn't one already On Fri, Aug 10, 2018, 19:49 Karthik Ramachandran < kramachand...@commvault.com> wrote: > We are using Solr 7.2.1,

Re: Results grouping performance with groups.ngroups=true

2018-08-11 Thread SayantiGmail
Hi Mikhail Even after using json facets latency seems to be high if group.ngroups=true. Regards, Sayan > On 12 Aug 2018, at 02:07, Mikhail Khludnev wrote: > > As far as I remember, groups facets can be calculated with json.facets a > way faster. > >> On Sat, Aug 11, 2018 at 1:43 PM