Wrong number of found documents (grouping)

2023-01-05 Thread Mike
Hello! Much fewer documents are displayed for me than are available in grouped .. -> numFound. Is a trick maybe necessary to display the correct number of found documents in grouping mode and multi core search. Thanks Mike

Re: Slowness when searching in child documents.

2023-01-05 Thread Walter Underwood
On Jan 3, 2023, at 2:11 AM, Noah Torp-Smith wrote: > > I have also looked at denormalizing > (https://blog.innoventsolutions.com/innovent-solutions-blog/2018/05/avoid-the-parentchild-trap-tips-and-tricks-for-denormalizing-solr-data.html > >

Re: Wrong number of found documents (grouping)

2023-01-05 Thread Shawn Heisey
On 1/5/23 08:08, Mike wrote: Much fewer documents are displayed for me than are available in grouped .. -> numFound. Is a trick maybe necessary to display the correct number of found documents in grouping mode and multi core search. The "group.ngroups" parameter is the only thing I am aware of

Delete a document using the Update Script Processor

2023-01-05 Thread Matthew Castrigno
I need to be able to delete a document based on the value of a specific field. I am already using the update script processor. There does not seem to be a method for SolrInputDocument to do this. How can I delete a document in the Script Update Processor if I know the document id? Thank you fo

Setting a parameter from a update script processor script

2023-01-05 Thread Matthew Castrigno
The documentation show how to get a parameter but I cannot see where I can find out how to set a parameter in my update script processor. https://solr.apache.org/guide/solr/latest/configuration-guide/script-update-processor.html#javascript Does anyone know where I can find this information? Thank

Re: Setting a parameter from a update script processor script

2023-01-05 Thread Shawn Heisey
On 1/5/23 17:09, Matthew Castrigno wrote: The documentation show how to get a parameter but I cannot see where I can find out how to set a parameter in my update script processor. https://solr.apache.org/guide/solr/latest/configuration-guide/script-update-processor.html#javascript Does anyone k