Re: Edismax ignoring queries containing booleans

2020-01-10 Thread Edward Ribeiro
parameter or so it seems. No need to change mm in solrconfig nor adding > > mm > > > as a query parameter. > > > > > > Particularly, I would go with either 2) or 3). > > > > > > Best, > > > Edward > > > > > > On Th

RE: Edismax ignoring queries containing booleans

2020-01-10 Thread Claire Pollard
Pollard > > wrote: > > > > Also, I've found this bug from previous which highlights the issue > > with > ))~2 > > > > https://issues.apache.org/jira/browse/SOLR-8812 > > > > mm is set at config, but not explicitly in the query... > > &

Re: Edismax ignoring queries containing booleans

2020-01-10 Thread Paras Lehana
seems. No need to change mm in solrconfig nor adding > mm > > as a query parameter. > > > > Particularly, I would go with either 2) or 3). > > > > Best, > > Edward > > > > On Thu, Jan 9, 2020 at 7:47 AM Claire Pollard > > wrote: &g

Re: Edismax ignoring queries containing booleans

2020-01-09 Thread Edward Ribeiro
e issue with > ))~2 > > > > https://issues.apache.org/jira/browse/SOLR-8812 > > > > mm is set at config, but not explicitly in the query... > > > > I can see this is a change to default behaviour, but does it mean I > should be passing mm in the quer

Re: Edismax ignoring queries containing booleans

2020-01-09 Thread Edward Ribeiro
; -Original Message- > From: Claire Pollard > Sent: 09 January 2020 10:23 > To: solr-user@lucene.apache.org > Subject: RE: Edismax ignoring queries containing booleans > > Hey Edward, > > Thanks for the tips. > > I've cleaned up my solrconfig, removed th

RE: Edismax ignoring queries containing booleans

2020-01-09 Thread Claire Pollard
y now rather than just at config level? -Original Message- From: Claire Pollard Sent: 09 January 2020 10:23 To: solr-user@lucene.apache.org Subject: RE: Edismax ignoring queries containing booleans Hey Edward, Thanks for the tips. 😊 I've cleaned up my solrconfig, removed the duplicat

RE: Edismax ignoring queries containing booleans

2020-01-09 Thread Claire Pollard
the parsed query: Old Query start: +((recordID:[18 TO 18]) (recordID:[19 TO 19]) (recordID:[20 TO 20]))~2 New Query start: +((recordID:[18 TO 18]) (recordID:[19 TO 19]) (recordID:[20 TO 20])) There shouldn't be a problem using mm with edismax right? Or does the problem lie with the structure

Re: Edismax ignoring queries containing booleans

2020-01-08 Thread Edward Ribeiro
t; > > > > > > all > > > > edismax > > > > text^0.4 recordID^10.0 > annotations^0.5 collectionTitle^1.

RE: Edismax ignoring queries containing booleans

2020-01-08 Thread Claire Pollard
"boostfuncs":[""], "timing":{ "time":75.0, "prepare":{ "time":35.0, "query":{ "time":35.0}, "facet":{ "time":0.0}, "facet_modul

Re: Edismax ignoring queries containing booleans

2020-01-06 Thread Edward Ribeiro
in helping diagnose what's going wrong for me? > > Cheers, > Claire. > > -Original Message- > From: Saurabh Sharma > Sent: 06 January 2020 11:20 > To: solr-user@lucene.apache.org > Subject: Re: Edismax ignoring queries containing booleans > > It shou

RE: Edismax ignoring queries containing booleans

2020-01-06 Thread Claire Pollard
ong for me? Cheers, Claire. -Original Message- From: Saurabh Sharma Sent: 06 January 2020 11:20 To: solr-user@lucene.apache.org Subject: Re: Edismax ignoring queries containing booleans It should work well. I have just tested the same with 8.3.0. Thanks Saurabh Sharma On Mon, Jan 6, 2020, 4:

Re: Edismax ignoring queries containing booleans

2020-01-06 Thread Saurabh Sharma
is a LongPointField (sorry I said Int in my previous message). > > -Original Message- > From: Saurabh Sharma > Sent: 06 January 2020 10:35 > To: solr-user@lucene.apache.org > Subject: Re: Edismax ignoring queries containing booleans > > Please share the query whic

RE: Edismax ignoring queries containing booleans

2020-01-06 Thread Claire Pollard
apache.org Subject: Re: Edismax ignoring queries containing booleans Please share the query which you are creating. On Mon, Jan 6, 2020, 3:52 PM Claire Pollard wrote: > In Solr 8.3.0 I've got an edismax query parser in my search handler, > and it seems to be ignoring Boolean operato

Re: Edismax ignoring queries containing booleans

2020-01-06 Thread Saurabh Sharma
Please share the query which you are creating. On Mon, Jan 6, 2020, 3:52 PM Claire Pollard wrote: > In Solr 8.3.0 I've got an edismax query parser in my search handler, and > it seems to be ignoring Boolean operators such as AND and OR when searching > using an IntPointField. > > I was hoping to

Edismax ignoring queries containing booleans

2020-01-06 Thread Claire Pollard
In Solr 8.3.0 I've got an edismax query parser in my search handler, and it seems to be ignoring Boolean operators such as AND and OR when searching using an IntPointField. I was hoping to use a query to this field to return a batch of documents with non-sequential IDs, so a range would be inap