Re: Solr 8.2.0 - Unable to write response

2019-11-01 Thread Joe Obernberger
Thank you Shawn. What I'm trying to get for my application is the commitTimeMSec. I use that value to build up an alias of solr collections.  Is there a better way? -Joe On 11/1/2019 10:17 AM, Shawn Heisey wrote: On 11/1/2019 7:20 AM, Joe Obernberger wrote: Hi All - getting this error from

Re: Solr 8.2.0 - Unable to write response

2019-11-01 Thread Shawn Heisey
On 11/1/2019 7:20 AM, Joe Obernberger wrote: Hi All - getting this error from only one server in a 45 node cluster when calling COLSTATUS.  Any ideas? 2019-11-01 13:17:32.556 INFO  (qtp694316372-44709) [   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections

Re: Security Vulnerability Consultation

2019-11-01 Thread Erik Hatcher
Hi - There are many "vulnerabilities" that can be enabled when one has administrative access to Solr, with this being one example. The setting mentioned defaults to false, and requires admin access to enable. The warning from the Solr Reference Guide is worth repeating here: >> No Solr API,

Solr 8.2.0 - Unable to write response

2019-11-01 Thread Joe Obernberger
Hi All - getting this error from only one server in a 45 node cluster when calling COLSTATUS.  Any ideas? 2019-11-01 13:17:32.556 INFO  (qtp694316372-44709) [   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=UNCLASS_2019_1_18_36=COLSTATUS=javabin=2} status=0

Re: Query on stemming

2019-11-01 Thread Paras Lehana
Hi Shubham, I am getting the ClassNotFoundException while indexing after making the > changes. - Please describe the error properly with full details. We need to see what is exactly causing ClassNotFoundException in the trace. - This seems to be a Java syntax error due to

Re: Solr 7.6.0 High CPU Usage Deadlock (Generating 70% of futex system call)

2019-11-01 Thread Daniel de Oliveira Mantovani
Hello Shalin, It's not an OS bug, Linux samba 4.15.0-55-generic #60-Ubuntu SMP Tue Jul 2 18:22:20 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux I'm sending the full thread dump log: 2019-11-01 11:05:13 Full thread dump Java HotSpot(TM) 64-Bit Server VM (25.231-b11 mixed mode): "Attach Listener" #259

Re: Query on stemming

2019-11-01 Thread Paras Lehana
Hey Jorn, Ok yes but I assumed that he is referring to a newer version as no version > was mentioned. You are right, this is probably the case! Shubham, have you just upgraded or is it the first time you are using the filter? Switch to Snowball and everything will be sorted. On Fri, 1 Nov 2019

Re: Query on stemming

2019-11-01 Thread Jörn Franke
Ok yes but I assumed that he is referring to a newer version as no version was mentioned > Am 01.11.2019 um 12:43 schrieb Paras Lehana : > > Hi Jorn, > > It looks to me that you write the name of the class wrongly. > > > *EnglishPorterFilterFactory* did exist in older Solr versions >

Re: Query on stemming

2019-11-01 Thread Paras Lehana
Hi Jorn, It looks to me that you write the name of the class wrongly. *EnglishPorterFilterFactory* did exist in older Solr versions . Since it was deprecated long ago, I think that's the reason it's

Re: Query on stemming

2019-11-01 Thread Jörn Franke
https://lucene.apache.org/solr/guide/8_2/filter-descriptions.html It looks to me that you write the name of the class wrongly > Am 01.11.2019 um 11:12 schrieb Shubham Goswami : > > Hi Jorn > > Thanks for your response. > Following is my field type definition and i am getting the >

Re: Solr 7.6.0 High CPU Usage Deadlock (Generating 70% of futex system call)

2019-11-01 Thread Shalin Shekhar Mangar
Perhaps this bug in the kernel? https://groups.google.com/forum/#!topic/mechanical-sympathy/QbmpZxp6C64 Can you check if you are running an affected kernel? On Fri, Nov 1, 2019 at 7:09 AM Daniel de Oliveira Mantovani < daniel.oliveira.mantov...@gmail.com> wrote: > I have a Solr 7.6.0 Cloud with

Re: Query on stemming

2019-11-01 Thread Shubham Goswami
Hi Jorn Thanks for your response. Following is my field type definition and i am getting the ClassNotFoundException while indexing after making the changes. On Fri, Nov 1, 2019 at 2:10 PM Jörn Franke wrote: >

Re: Query on stemming

2019-11-01 Thread Jörn Franke
How did you define the field type? Probably you have syntax errors there. I recommend to use the schema rest api instead of schema xml as it will give you better feedback on what is wrong and it allows you also better versioning of the schema in a source code repository.

Re: Integrating Solr with my existing java web application

2019-11-01 Thread Jörn Franke
I recommend to integrate log4j2 into the app instead of using println. Then you will see all the log statements including the one of Solr in a log file that will indicate you the issue. > Am 01.11.2019 um 07:46 schrieb Khare, Kushal (MIND) > : > > Hello mates ! > Hope you people are doing

Integrating Solr with my existing java web application

2019-11-01 Thread Khare, Kushal (MIND)
Hello mates ! Hope you people are doing good ! Well, I am trying to integrate the SolrJ code for indexing and querying the documents through Solr with my java web app. I am facing a very wired issue, that when I run my method for Solr as java app (independently using main() function) it works