Re: Modifying maxFormContentSize in Apache Solr service.

2022-10-24 Thread Kaushal Shriyan
On Tue, Oct 18, 2022 at 11:28 PM Kaushal Shriyan wrote: > > > On Fri, Oct 14, 2022 at 11:13 PM Kaushal Shriyan > wrote: > >> >> >> On Fri, Oct 14, 2022 at 12:19 AM Kaushal Shriyan < >> kaushalshri...@gmail.com> wrote: >> >>> >>> >>> On Wed, Oct 12, 2022 at 9:24 PM Kaushal Shriyan < >>> kaushalsh

How to return location name in search result?

2022-10-24 Thread Gurmit Teotia
I've defined following field in my schema to store latitude and longitude- and "location" is of following field type I'm storing multiple latitude and longitude pairs in loc_coords field and using a "geofilt" filter successfully able to retrieve the documents close to a given point. I'm lookin

Cannot get nested objects to index

2022-10-24 Thread Matthew Castrigno
Hello Community, Thank you for taking the time to read my message. I am attempting to index (update) a document with a nested object. In reading the documentation is seems to state that the fields of the nested object do not need to be and should not be added to schema.xml. I am getting error t

SolrCore is loading

2022-10-24 Thread dmitri maziuk
Hi all, I've a weird problem with a fresh standalone install of 8.11.2 on a winders VM/Corretto JDK 11: it starts up and is getting into a loop where the one existing core is up for a bit, and then it's throwing a "503 Core is loading", then it's up again, and so on. The only error I see in t

Re: SolrCore is loading

2022-10-24 Thread Rahul Goswami
Hi Dima, Do you observe anything unusual (blocked thread or something else) in the thread dump when this happens? Or can you share one? Maybe through jstack or the /solr/admin/info/threads endpoint. Rahul On Mon, Oct 24, 2022 at 5:17 PM dmitri maziuk wrote: > Hi all, > > I've a weird problem wi

Re: Cannot get nested objects to index

2022-10-24 Thread Matthew Castrigno
Images I tried to add to original post. [url=https://postimg.cc/944b6QWZ][img]https://i.postimg.cc/25GtB1Mc/update.png[/img][/url] [url=https://postimg.cc/WdYSYkPs][img]https://i.postimg.cc/SKk5s6TY/schema.png[/img][/url] From: Matthew Castrigno Sent: Monday, Octo

I cannot get nested objects to index - with image links

2022-10-24 Thread Matthew Castrigno
Hello Community, Thank you for taking the time to read my message. I am attempting to index (update) a document with a nested object. In reading the documentation is seems to state that the fields of the nested object do not need to be and should not be added to schema.xml. I am getting error

Solr 9 Custom ibraries

2022-10-24 Thread Ed K
Hello everyone, Wondering if anyone who has migrated to Solr 9.0 is using the custom libraries ? I have some custom libraries that I've used with 8.11.2 but not seeing that functionality on Solr 9. Any info is greatly appreciated. Thanks~ed

Re: SolrCore is loading

2022-10-24 Thread dmitri maziuk
On 2022-10-24 4:21 PM, Rahul Goswami wrote: Hi Dima, Do you observe anything unusual (blocked thread or something else) in the thread dump when this happens? Or can you share one? Maybe through jstack or the /solr/admin/info/threads endpoint. Nothing stands out. So far the only consistent thin

Re: Solr 9 and the Affinity placement plugin

2022-10-24 Thread Jonathan Tan
For anybody else who comes across this, for easy access, here's the wiki page where this was first discussed: https://cwiki.apache.org/confluence/display/SOLR/SIP-8+Autoscaling+policy+engine+V2 And here's the issue where the implementations were discussed: https://issues.apache.org/jira/browse/SOL

SOLVED(-ish) Re: SolrCore is loading

2022-10-24 Thread dmitri maziuk
OK so this has to do with trying to run solr service as windows domain user. It works w/o problems (fingers crossed) when run as "LocalSystem" account, runs into this core reloading loop when run as a domain users, and giving the domain user "full control" on solr directory tree does not fix th

Re: Solr 9 and the Affinity placement plugin

2022-10-24 Thread Maxbone
Hi there, Thank you for shopping with us and reaching out! Unfortunately, it seems we have been included in this communication thread as an error. As this is affecting our customer's ticket inquiries in our queue, we would like to request to be removed from all communications effective imm

Re: SOLVED(-ish) Re: SolrCore is loading

2022-10-24 Thread Rahul Goswami
That’s kind of strange that the EOFException doesn’t occur with the change to LocalSystem. But glad it works anyway. For what it’s worth, we run Solr on Windows as a service under the Network Service account which is less privileged than LocalSystem. Rahul On Mon, Oct 24, 2022 at 6:32 PM dmitri m