StopWords behavior with phrases

2019-05-21 Thread Ashish Bisht
Hi, We make query to solr as below *q="market and cloud" OR (market and cloud)&q.op=AND&deftype=edismax* Our intent to look for results with both phrase match and AND query together where solr itself takes care of relevancy. But due to presence of stopword in phrase query a gap is left whic

Re: StopWords behavior with phrases

2019-05-21 Thread Jan Høydahl
Well perhaps you don't need to remove stopwords at all? :) Or a middle ground is to NOT removing stopwords in your 'index' analyzer, then you have the flexibility of removing them on query side. Thus if you use &stopwords=false on your call perhaps that works? -- Jan Høydahl, search solution arc

Re: How to use encrypted username password.

2019-05-21 Thread Jan Høydahl
Typically you'll place the -Dsolr.httpclient.config file somewhere restricted so there should be no need to encrypt it. IF you encrypted the user and pass in that file, where would you place the secret decryption key for Solr to decrypt them? -- Jan Høydahl, search solution architect Cominvent A

Re: Solr8.0.0 Performance Test

2019-05-21 Thread Toke Eskildsen
Kayak28 wrote: > For the next opportunity to share table-formatted data, > what is the best way to share data with all of you? There's no hard recommendations, so anything where you can just click on a link and see the data: Google Docs, GitHub Gists, Pastebin... > When we request a facet query

Unsubscribe me

2019-05-21 Thread Vladimir Vagaytsev

Re: Unsubscribe me

2019-05-21 Thread Gora Mohanty
Hi, Please see https://lucene.apache.org/solr/community.html#mailing-lists-irc : you need to send mail to solr-user-unsubscr...@lucene.apache.org in order to unsubscribe, Regards, Gora

Solr 7.6 Error deleting copy field

2019-05-21 Thread Kavita
Hi All, I have exact problem mentioned in this link below. http://lucene.472066.n3.nabble.com/Error-deleting-copy-field-td4393097.html I want to delete all the copy fields with the same source name curl http://localhost:8983/solr/pi_squared/schema/copyfields { "source":"abstract_txt_en"

Solr setup issue with Amazon EC2

2019-05-21 Thread vivek solanki
Hi Team, This is regarding your tutorial https://lucene.apache.org/solr/guide/7_2/aws-solrcloud-tutorial.html. I have followed all the steps mentioned in tutorials. In my case I have only one machine, so there is only solr-node. After starting solr with command: bin/solr start -c -p 8983 -h solr-

edismax q.op=AND with q="a b" is not the same search as q="a AND b"?

2019-05-21 Thread henrikf
Seems like there is a bug with q.op=AND and edismax. If I understand this correctly, these queries should return the same result: 1) q="a AND b" 2) q="a b" q.op=AND This is not the case with edismax (using solr 8, LUCENE_VERSION: 8_0_0 -> had the same problem at least since 7.1) Query 2) requires t

Re: Solr setup issue with Amazon EC2

2019-05-21 Thread Jörn Franke
You have to look into solr.log - it will give you the exact error message > Am 21.05.2019 um 13:22 schrieb vivek solanki : > > Hi Team, > > This is regarding your tutorial > https://lucene.apache.org/solr/guide/7_2/aws-solrcloud-tutorial.html. > > I have followed all the steps mentioned in tut

SolrCloud (7.3) and Legacy replication slaves

2019-05-21 Thread Michael Tracey
Is it possible set up an existing SolrCloud cluster as the master for legacy replication to a slave server or two? It looks like another option is to use Uni-direction CDCR, but not sure what is the best option in this case. -- Michael Tracey

Re: SolrCloud (7.3) and Legacy replication slaves

2019-05-21 Thread Shawn Heisey
On 5/21/2019 8:48 AM, Michael Tracey wrote: Is it possible set up an existing SolrCloud cluster as the master for legacy replication to a slave server or two? It looks like another option is to use Uni-direction CDCR, but not sure what is the best option in this case. You're asking for proble

Re: SolrCloud (7.3) and Legacy replication slaves

2019-05-21 Thread Erick Erickson
Have you looked at TLOG and PULL replica types? If you’re trying to connect to separate clusters (defined by having different ZooKeepers) those won’t work... > On May 21, 2019, at 8:15 AM, Shawn Heisey wrote: > > On 5/21/2019 8:48 AM, Michael Tracey wrote: >> Is it possible set up an existing S

Cluster with no overseer?

2019-05-21 Thread Walter Underwood
We have a 6.6.2 cluster in prod that appears to have no overseer. In /overseer_elect on ZK, there is an election folder, but no leader document. An OVERSEERSTATUS request fails with a timeout. I’m going to try ADDROLE, but I’d be delighted to hear any other ideas. We’ve diverted all the traffic

Re: Cluster with no overseer?

2019-05-21 Thread Walter Underwood
ADDROLE times out after 180 seconds. This seems to be an unrecoverable state for the cluster, so that is a pretty serious bug. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On May 21, 2019, at 4:10 PM, Walter Underwood wrote: > > We have a 6.6.2 clu

Re: Cluster with no overseer?

2019-05-21 Thread Will Martin
+1 Will Martin DEVOPS ENGINEER 540.454.9565 8609 WESTWOOD CENTER DR, SUITE 475 VIENNA, VA 22182 geturgently.com On Tue, May 21, 2019 at 7:39 PM Walter Underwood wrote: > ADDROLE times out after 180 seconds. This seems to be an unrecoverable > state for the cluster, so that is a pretty serious

Re: Cluster with no overseer?

2019-05-21 Thread Will Martin
Walter. Can I cross-post to zk-dev? Will MartinDEVOPS ENGINEER540.454.9565 urgently-email-logo Description: application/apple-msg-attachment 8609 WESTWOOD CENTER DR, SUITE 475VIENNA, VA 22182geturgently.com On May 21, 2019, at 9:26 PM, Will Martin wrote:+1Will MartinDEVOPS ENG

Re: Cluster with no overseer?

2019-05-21 Thread Walter Underwood
Yes, please. I have the logs from each of the Zookeepers. We are running 3.4.12. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On May 21, 2019, at 6:49 PM, Will Martin wrote: > > Walter. Can I cross-post to zk-dev? > > > > Will Martin > DEVOPS E

Re: Cluster with no overseer?

2019-05-21 Thread Will Martin
Worked with Fusion and Zookeeper at GSA for 18 months: admin role. Before blowing it away, you could try: - id a candidate node, with a snapshot you just might think is old enough to be robust. - clean data for zk nodes otherwise. - bring up the chosen node and wait for it to settle[wish i could