Re: How to specify dismax related parameters like qf

2016-10-17 Thread Ajax Done
Hi Alex, I retry again and this time it works, here is the query string: "{!type=edismax qf=’title_s content_s’}riak solr" Thanks, Ajax > On Oct 17, 2016, at 10:55 AM, Alex Moore wrote: > > Hey Ajax, > > Have you tried adding those parameters to the LocalParameters

Re: How to specify dismax related parameters like qf

2016-10-17 Thread AJAX DoneBy Jack
Hi Alex, I did tried that in Java client using PB, but getting exception, I can paste the error here tonight. Thanks, Ajax On Monday, 17 October 2016, Alex Moore wrote: > Hey Ajax, > > Have you tried adding those parameters to the LocalParameters {!dismax} > block? > >

Re: How to specify dismax related parameters like qf

2016-10-17 Thread Alex Moore
Hey Ajax, Have you tried adding those parameters to the LocalParameters {!dismax} block? e.g.: {!type=dismax qf='myfield yourfield'}solr rocks http://wiki.apache.org/solr/LocalParams#Basic_Syntax Thanks, Alex On Fri, Oct 14, 2016 at 3:18 PM, AJAX DoneBy Jack wrote: >

Re: How to specify dismax related parameters like qf

2016-10-17 Thread Fred Dushin
The internal solr API will not use the distributed queries generated from coverage plans. You will only get results from the local node. Theoretically, you could aggregate and de-duplicate across multiple nodes, but that would result in more data movement than necessary, as it does not

Re: How to specify dismax related parameters like qf

2016-10-17 Thread AJAX DoneBy Jack
Hi Magnus, So you suggest to use http API right? That day I were thinking query the internal Solr http by sending request. Could you advise what's the difference between Riak http API and internal Solr http API? What's the pros and cons to use them? Thanks, Ajax On Monday, 17 October 2016,

Re: How to specify dismax related parameters like qf

2016-10-17 Thread Magnus Kessler
On 14 October 2016 at 20:18, AJAX DoneBy Jack wrote: > Hello Basho, > > I am very new on Riak Search, I know can add {!dismax}before query string > to use it, but don't know how to specify qf or other dismax related > parameters in Riak Java Client. Could you advise? > >

How to specify dismax related parameters like qf

2016-10-14 Thread AJAX DoneBy Jack
Hello Basho, I am very new on Riak Search, I know can add {!dismax}before query string to use it, but don't know how to specify qf or other dismax related parameters in Riak Java Client. Could you advise? Thanks, Ajax ___ riak-users mailing list