Re: Lower case "or" is being treated as operator OR?

2019-08-07 Thread Chris Hostetter
: I think by "what query parser" you mean this: no, that's the fieldType -- what i was refering to is that you are in fact using "edismax", but with solr 8.1 lowercaseOperators should default to "false", so my initial guess is probably wrong. : By "request parameter" I think you are asking wh

Re: Lower case "or" is being treated as operator OR?

2019-08-07 Thread Steven White
Hi Chris, This is on Sorl 8.1.1 I think by "what query parser" you mean this: By "request parameter" I think you are asking what I'm sending to Solr? if sow I'm sending it the raw text of "or" or "OR". In case you mean my request-handler, it is this

Re: Lower case "or" is being treated as operator OR?

2019-08-07 Thread Chris Hostetter
what version of solr? what query parser are you using? what do all of your request params (including defaults) look like? it's possible you are seeing the effects of edismax's "lowercaseOperators" param, which _should_ default to "false" in modern solr, but in very old versions it defaulted to

Lower case "or" is being treated as operator OR?

2019-08-07 Thread Steven White
Hi everyone, My schema is setup to index all words (no stop-words such as "or", "and", etc.) are removed. My default operator is AND. But when I search for "one or two" (without the quotes as this is not a phrase search) I'm getting hits on documents that have either "one" or "two". It has the

Using custom scoring formula

2019-08-07 Thread Arnold Bronley
Hi, I have a topic verctor calculated for each of the Solr document in a collection. Topic vector is calculated using LDA ( https://en.wikipedia.org/wiki/Latent_Dirichlet_allocation). Now I want to return the similar document to a given document from this collection. I can simply use normalized d

Re: Issue : Solr Server becoming Un-responsive

2019-08-07 Thread Jörn Franke
Zookeeper on the same machine? Maybe you take memory from it? Do you observe swapping? Normally your memory should be much larger than heap, because Spark heavily uses os caches, which are not on heap. > Am 07.08.2019 um 15:22 schrieb Abhimeet, Kumar : > > Hi Team, > > > > We are facing an

Re: Solr 8.2.0 having issue with ZooKeeper 3.5.5

2019-08-07 Thread Zheng Lin Edwin Yeo
I have managed to get it to work. The issue with the creation of collection is due to the SSL settings. So now should be able to continue to use as per normal while waiting for the cosmetic issue to be resolve. Thank you. Regards, Edwin On Wed, 7 Aug 2019 at 17:07, Zheng Lin Edwin Yeo wrote: >

Re: Query regarding Solr Search

2019-08-07 Thread Shawn Heisey
On 8/7/2019 6:39 AM, Khare, Kushal (MIND) wrote: Hello People ! Hope you all are doing good ! Well, I am new to the solr server and want to use it for content search in one of my applications. I have already been working upon it since quite a few days, and have the basics done. The issue that

Re: Issue : Solr Server becoming Un-responsive

2019-08-07 Thread Shawn Heisey
On 8/7/2019 7:22 AM, Abhimeet, Kumar wrote: We are facing an issue of Solr becoming unresponsive after every 2-3 Hrs. We recently increased the allocated JVM size on Solr up to 11GB, since then the issue is very frequent. Find the attached thread dumps. I'm amazed that the attachment made

Issue : Solr Server becoming Un-responsive

2019-08-07 Thread Abhimeet, Kumar
Hi Team, We are facing an issue of Solr becoming unresponsive after every 2-3 Hrs. We recently increased the allocated JVM size on Solr up to 11GB, since then the issue is very frequent. Current Java Settings on Solr are: java -server -Xms11095m -Xmx11095m -XX:NewRatio=3 -XX:SurvivorRatio=4

Query regarding Solr Search

2019-08-07 Thread Khare, Kushal (MIND)
Hello People ! Hope you all are doing good ! Well, I am new to the solr server and want to use it for content search in one of my applications. I have already been working upon it since quite a few days, and have the basics done. The issue that I have is, I want my search to be restricted only

Re: Solr 8.2.0 having issue with ZooKeeper 3.5.5

2019-08-07 Thread Zheng Lin Edwin Yeo
I am using Java version 1.8.0_221. Ok, I will give it a try. Regards, Edwin On Wed, 7 Aug 2019 at 14:52, Jan Høydahl wrote: > Which Java version are u using? Can you try to reproduce from scratch with > a small cluster, no SSL etc, just solr 8.2 & zk 3.5.5 and create collection? > > Jan Høydah