Re: simple query help

2012-05-15 Thread Jack Krupansky
: András Bártházi Sent: Tuesday, May 15, 2012 6:50 AM To: solr-user@lucene.apache.org Subject: Re: simple query help Hi, You should use parantheses, have you tried that? q=(skcode:2021051 and flength:368.0) or (skcode:2021049 and ent_no:1040970907) http://robotlibrarian.billdueber.com/solr-and

Re: simple query help

2012-05-15 Thread Jack Krupansky
Kirk Sent: Tuesday, May 15, 2012 8:23 AM To: solr-user@lucene.apache.org Subject: RE: simple query help Hi If I understand the terms correctly, the search-handler was configured to use "edismax". The start of the configuration in the solrconfig.xml looks like this: edismax

RE: simple query help

2012-05-15 Thread Ahmet Arslan
> But whether or not it was simply the act of restarting - I'm > not sure. (I had also found out that "AND " and "OR" should > be written in uppercase, but this made no difference until > after I had restarted). By the way, there is a control parameter for this. "lowercaseOperators A Boolean

Re: simple query help

2012-05-15 Thread Jack Krupansky
around is to place a space between the left parenthesis and the field name. See: https://issues.apache.org/jira/browse/SOLR-3377 -- Jack Krupansky -Original Message- From: Peter Kirk Sent: Tuesday, May 15, 2012 7:04 AM To: solr-user@lucene.apache.org Subject: RE: simple query help

RE: simple query help

2012-05-15 Thread Peter Kirk
ter -Original Message- From: Ahmet Arslan [mailto:iori...@yahoo.com] Sent: 15. maj 2012 13:25 To: solr-user@lucene.apache.org Subject: RE: simple query help > It doesn't make a difference. But now I'm thinking there's something > completely odd - and I wonder if it'

Re: simple query help

2012-05-15 Thread Péter Király
Hi, it is AND (uppercase) not and (smallcase) (and OR instead of or). Regards, Peter 2012/5/15 András Bártházi : > Hi, > > You should use parantheses, have you tried that? > q=(skcode:2021051 and flength:368.0) or (skcode:2021049 and > ent_no:1040970907) > > http://robotlibrarian.billdueber.com/

RE: simple query help

2012-05-15 Thread Ahmet Arslan
> It doesn't make a difference. But now I'm thinking there's > something completely odd - and I wonder if it's necessary to > use a special search-handler to achieve what  I want. > > For example, if I execute > q=(skcode:2021051 AND flength:368.0) > > I get no results. If I omit the parentheses

RE: simple query help

2012-05-15 Thread Peter Kirk
er@lucene.apache.org Subject: Re: simple query help Hi, You should use parantheses, have you tried that? q=(skcode:2021051 and flength:368.0) or (skcode:2021049 and ent_no:1040970907) http://robotlibrarian.billdueber.com/solr-and-boolean-operators/ Bye, Andras 2012/5/15 Peter Kirk > Hi >

Re: simple query help

2012-05-15 Thread András Bártházi
Hi, You should use parantheses, have you tried that? q=(skcode:2021051 and flength:368.0) or (skcode:2021049 and ent_no:1040970907) http://robotlibrarian.billdueber.com/solr-and-boolean-operators/ Bye, Andras 2012/5/15 Peter Kirk > Hi > > Can someone please give me some help with a simple q