Re: Local Solr and Webserver-Solr act differently ("and" treated like "or")

2013-10-21 Thread Stavros Delsiavas
ginal Message- From: Stavros Delisavas Sent: Monday, October 21, 2013 10:05 AM To: solr-user@lucene.apache.org Subject: Re: Local Solr and Webserver-Solr act differently ("and" treated like "or") Okay, I emtpied the stopword file. I don't know where the wordlist cam

Re: Local Solr and Webserver-Solr act differently ("and" treated like "or")

2013-10-21 Thread Jack Krupansky
eld types for fields that want different stop word processing. -- Jack Krupansky -Original Message- From: Stavros Delisavas Sent: Thursday, October 17, 2013 3:27 AM To: solr-user@lucene.apache.org Subject: Re: Local Solr and Webserver-Solr act differently ("and" treated like &q

Re: Local Solr and Webserver-Solr act differently ("and" treated like "or")

2013-10-21 Thread Stavros Delisavas
use different field types for fields that > want different stop word processing. > > -- Jack Krupansky > > -Original Message- From: Stavros Delisavas > Sent: Thursday, October 17, 2013 3:27 AM > To: solr-user@lucene.apache.org > Subject: Re: Local Solr and Webserver-Solr

Re: Local Solr and Webserver-Solr act differently ("and" treated like "or")

2013-10-17 Thread Jack Krupansky
, 2013 3:27 AM To: solr-user@lucene.apache.org Subject: Re: Local Solr and Webserver-Solr act differently ("and" treated like "or") Thank you, I found the file with the stopwords and noticed that my local file is empty (comments only) and the one on my webserver has a

Re: Local Solr and Webserver-Solr act differently ("and" treated like "or")

2013-10-17 Thread Stavros Delisavas
between the two systems - the >>> first has stop words but the second does not. Did you expect stop >>> words to be removed, or not? >>> >>> -- Jack Krupansky >>> >>> -----Original Message- From: Stavros Delsiavas >>> Sent: We

Re: Local Solr and Webserver-Solr act differently ("and" treated like "or")

2013-10-17 Thread Upayavira
t the second does not. Did you expect stop > > words to be removed, or not? > > > > -- Jack Krupansky > > > > -Original Message- From: Stavros Delsiavas > > Sent: Wednesday, October 16, 2013 5:02 PM > > To: solr-user@lucene.apache.org &g

Re: Local Solr and Webserver-Solr act differently ("and" treated like "or")

2013-10-16 Thread Stavros Delsiavas
words but the second does not. Did you expect stop words to be removed, or not? -- Jack Krupansky -Original Message- From: Stavros Delsiavas Sent: Wednesday, October 16, 2013 5:02 PM To: solr-user@lucene.apache.org Subject: Re: Local Solr and Webserver-Solr act differently ("and"

Re: Local Solr and Webserver-Solr act differently ("and" treated like "or")

2013-10-16 Thread Jack Krupansky
@lucene.apache.org Subject: Re: Local Solr and Webserver-Solr act differently ("and" treated like "or") Okay I understand, here's the rawquerystring. It was at about line 3000: title:(into AND the AND wild*) title:(into AND the AND wild*) +title:wild* +title:wild*

Re: Local Solr and Webserver-Solr act differently ("and" treated like "or")

2013-10-16 Thread Stavros Delsiavas
Okay I understand, here's the rawquerystring. It was at about line 3000: title:(into AND the AND wild*) title:(into AND the AND wild*) +title:wild* +title:wild* At this place the debug output DOES differ from the one on my local system. But I don't understand why... This is the local deb

Re: Local Solr and Webserver-Solr act differently ("and" treated like "or")

2013-10-16 Thread Shawn Heisey
On 10/16/2013 4:46 AM, Stavros Delisavas wrote: > My local solr gives me: > http://pastebin.com/Q6d9dFmZ > > and my webserver this: > http://pastebin.com/q87WEjVA > > I copied only the first few hundret lines (of more than 8000) because > the webserver output was to big even for pastebin. > > >

Re: Local Solr and Webserver-Solr act differently ("and" treated like "or")

2013-10-16 Thread Stavros Delisavas
My local solr gives me: http://pastebin.com/Q6d9dFmZ and my webserver this: http://pastebin.com/q87WEjVA I copied only the first few hundret lines (of more than 8000) because the webserver output was to big even for pastebin. On 16.10.2013 12:27, Erik Hatcher wrote: > What does the debug outpu

Re: Local Solr and Webserver-Solr act differently ("and" treated like "or")

2013-10-16 Thread Erik Hatcher
What does the debug output say from debugQuery=true say between the two? On Oct 16, 2013, at 5:16, Stavros Delisavas wrote: > Hello Solr-Experts, > > I am currently having a strange issue with my solr querys. I am running > a small php/mysql-website that uses Solr for faster text-searches in

Local Solr and Webserver-Solr act differently ("and" treated like "or")

2013-10-16 Thread Stavros Delisavas
Hello Solr-Experts, I am currently having a strange issue with my solr querys. I am running a small php/mysql-website that uses Solr for faster text-searches in name-lists, movie-titles, etc. Recently I noticed that the results on my local development-environment differ from those on my webserver.