Remove my mail from subscriptions

2019-02-06 Thread manohar c
Hi, Please Remove my mail from the subscription list. Regards, Manohar

Re: Solr -plugins Jar in Cloud mode

2019-02-06 Thread Steve Rowe
From https://issues.apache.org/jira/browse/SOLR-9175 : "[O]nly components specified in solrconfig.xml can be loaded from blob store. Schema components are not yet loaded from blob store." Steve > On Feb 3, 2019, at 7:51 PM, Lucky Sharma wrote: > > Hi, > I was trying to add plugins to

Re: English Analyzer

2019-02-06 Thread akash jayaweera
Hi, Thank you for your reply. This is what I was looking for. Again Thank you all. Regards, *Akash Jayaweera.* E akash.jayawe...@gmail.com M + 94 77 2472635 <+94%2077%20247%202635> On Wed, Feb 6, 2019 at 10:49 PM Furkan KAMACI wrote: > Hi, > > As Walter suggested you can check it via

Re: What is the benefit of stored="true" in *PointFields

2019-02-06 Thread Yasufumi Mizoguchi
Hi, Shawn. Thank you for replying me. > Stored is smaller than docValues -- it's compressed, and docValues aren't. Actually, stored is compressed but I believed that docValues was compressed in some strategies depending on field's values/density as following java doc says.

Re: solr SSL encryption degardes solr performance

2019-02-06 Thread Zheng Lin Edwin Yeo
Hi, Which Solr version are you using? Also, how many collections do you have, and how many records have you indexed in those collections? Regards, Edwin On Mon, 4 Feb 2019 at 23:33, Anchal Sharma2 wrote: > > > Hi All, > > We had recently enabled SSL on solr. But afterwards ,our application >

Re: English Analyzer

2019-02-06 Thread Furkan KAMACI
Hi, As Walter suggested you can check it via analyses page. You can find more information here: https://lucene.apache.org/solr/guide/7_6/analysis-screen.html Kind Regards, Furkan KAMACI On Tue, Feb 5, 2019 at 8:51 PM Walter Underwood wrote: > Why? > > If you want to look at the results,

Re: How to stop a new slave from serving request until it has replicated index the first time.

2019-02-06 Thread Shawn Heisey
On 2/6/2019 9:13 AM, Pushkar Raste wrote: In the master/slave setup, as soon as I start a new slave it starts to serve request. Often the searches result in no documents being found as index has not been replicated yet. Is there a way to stop replica from serving request (marking node unhealthy)

RESTORE does not create replica as defined

2019-02-06 Thread Ganesh Sethuraman
Hi We are using Solr Cloud 7.2.1. We are using the backup and restore features, and we finding that the restore is not working as expected. The restore is successful, but does not create the desired replica even though " replicationFactor" is set to 2, during restore. 1. Create a "test"

How to stop a new slave from serving request until it has replicated index the first time.

2019-02-06 Thread Pushkar Raste
Hi, In the master/slave setup, as soon as I start a new slave it starts to serve request. Often the searches result in no documents being found as index has not been replicated yet. Is there a way to stop replica from serving request (marking node unhealthy) until the index is replicated for the

Re: Indexing in one collection affect index in another collection

2019-02-06 Thread Shawn Heisey
On 2/6/2019 7:58 AM, Zheng Lin Edwin Yeo wrote: Hi everyone, Does anyone has further updates on this issue? It is my strong belief that all the software running on this server OTHER than Solr is competing with Solr for space in the OS disk cache, and that Solr's data is getting pushed out

Re: What is the benefit of stored="true" in *PointFields

2019-02-06 Thread Shawn Heisey
On 2/6/2019 12:42 AM, Yasufumi Mizoguchi wrote: I am using Solr 7.6 and want to reduce index size due to hardware limitation. I already tried to 1. set false to unnecessary field's indexed/stored/docValues parameter in schema. 2. set compressionMode="BEST_COMPRESSION" in solrconfig. These

Re: Cannot Figure out Reason for Persistent Zookeeper Warning

2019-02-06 Thread Joe Lerner
Our application runs on Tomcat. We found that when we deploy to Tomcat using Jenkins or Ansible--a "hot" deployment--the ZK log problem starts. The only solution we've been able to find was to bounce Tomcat. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Cannot Figure out Reason for Persistent Zookeeper Warning

2019-02-06 Thread nashornjohn
Has anyone found the reason of THADC's case? I'm having the same issue with my app deployed on WildFly. The log files are going crazy exactly the way THADC has described. (Actually I was having a worse situation before I put `-Dzookeeper.sasl.client=false` system property into WildFly. Prior to

Re: Indexing in one collection affect index in another collection

2019-02-06 Thread Zheng Lin Edwin Yeo
Hi everyone, Does anyone has further updates on this issue? Thank you. Regards, Edwin On Wed, 30 Jan 2019 at 14:17, Zheng Lin Edwin Yeo wrote: > Hi everyone, > > We have tried to do the setup and indexing on the latest Solr 7.6.0 > > However, we faced exactly the same issue as what we faced

RE: Asynchronous Calls to Backup/Restore Collections ignoring errors

2019-02-06 Thread Steffen Moldenhauer
Hi Jason, thanks for pointing me to issue SOLR-6595. Looks to me that the async thing is similar to the handling of distributed collection cmds. I hope I can spare the time to try if your patch would fix it. Yes, I will try your suggestion and see if we can do a work around and check the