Re: Intermittent timeout on the Slave

2019-02-15 Thread damian.pawski
Updating the TIME_WAIT on the server seems to fixed the issue as per https://support.solarwinds.com/Success_Center/Server_Application_Monitor_(SAM)/Knowledgebase_Articles/Application_monitor_using_port_443_periodically_goes_down Thank you Damian -- Sent from: http://lucene.472066.n3.nabble.com

Intermittent timeout on the Slave

2019-01-21 Thread damian.pawski
Hi All We are working with "Master -> 2 Slaves" configuration (BitNami Stack on Win2012 server). Recently we have started to get a timeout responses on our Slaves. The error is similar to the one below: "/A connection attempt failed because the connected party did not properly respond after a

replication?command=restore not working

2018-11-20 Thread damian.pawski
Hi I am working on backups. I have created a backup with below command: /http://dev/solr/XXX/replication?command=backup&name=XXXBackup&location=D:\Backup\/ all worked fine, files have been created. I wanted to restore the index from this backup with below command: /http://dev/solr/XXX/replic

Re: Master Slave Replication Issue

2018-11-12 Thread damian.pawski
Hi I had to re-create the index as some tokenizers are not longer supported on the 7.x version. I have a fresh 7.x index. Thank you Damian -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Master Slave Replication Issue

2018-11-12 Thread damian.pawski
Hi I had to re-create the index, as some Tokenizers are no longer supported on 7.X, so I have a fresh 7.x index, but still having issues with the replication. Thank you Damian -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Master Slave Replication Issue

2018-11-09 Thread damian.pawski
Hi, We have switched from 5.4 to 7.2.1 and we have started to see more issues with the replication. I think it may be related to the fact that a delta import was started during a full import (not the case for the Solr 5.4). I am getting below error: XXX: java.lang.IllegalArgumentException:java.l

Re: Solr 7.X negative filter not working

2018-09-21 Thread damian.pawski
Hi Yonik Seeley This is what I am getting, for JobTitle: (NOT resources ) I am getting: /parsed_filter_queries: parsed_filter_queries:*+(-*JobTitle:resources)/ for -JobTitle:(resources ) /parsed_filter_queries: parsed_filter_queri

Re: Solr 7.X negative filter not working

2018-09-20 Thread damian.pawski
Hi Thank you for a very quick response and the link :) Damian -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Solr 7.X negative filter not working

2018-09-20 Thread damian.pawski
Thank you for a very quick response, in that case, I will have to update the C# to build queries in the "proper" way. -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Solr 7.X negative filter not working

2018-09-20 Thread damian.pawski
Hi On the Solr 5.4.x below query works fine: * "q": "*:*", "_": "1537429094299", "wt": "json", "fq": "JobTitle:(NOT programmer)" ... * , however the same query returns 0 results (I have checked and index contains correct data) in the Solr 7.4.1. I

Re: Solr 7, exact phrase search, empty results for some records

2018-06-01 Thread damian.pawski
Thank you for a quick response, I have moved the / / from // to // section and it is working fine. Once again Thank you Damian -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Solr 7, exact phrase search, empty results for some records

2018-05-31 Thread damian.pawski
Hi, I have updated Solr from 5.4.1 to 7.2.1. I have updated the settings accordingly, but in some cases when I am searching for an exact phrase surrounded by quotes I am getting 0 results. In 5.4.1 I have

Re: Solr SynonymGraphFilterFactory error on import

2018-03-12 Thread damian.pawski
"/You probably want to call solr.FlattenGraphFilterFactory after the call to WordDelimiterGraphFilterFactory. I put it at the end/ " That solved my issue Thank you -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Solr SynonymGraphFilterFactory error on import

2018-03-05 Thread damian.pawski
After upgrading to Solr 7.2 import started to log errors for some documents. Field that returns errors: During the import below error is returned for some of the records: org.apache.solr.common.So

ShingleFilterFactory - multiple fields with an OR operator

2018-03-01 Thread damian.pawski
Hi I have two fields on which I have applied *ShingleFilterFactory*, when I am searching against each field separately everything is working fine, but when I try to combine two searches with an *OR* statement then I am getting wrong results. For an example /FieldOne:(business analysts) I am