terms not to match in a search query

2018-12-13 Thread Tanya Bompi
ation of length < 3 to be ignored. Kindly let me know. Thanks, Tanya

Re: Post/Get API call for Solr results differ from web query

2018-12-13 Thread Tanya Bompi
olr portal. payload = {'defType':'edismax', 'fl':'*,score','rows':'3', 'fq':'Status:Active', 'bq':'{!edismax bq=\'\' mm=50% qf="ContactEmail^2 ContactName^2 URL^2 CompanyName^2" v=$q}

Post/Get API call for Solr results differ from web query

2018-12-13 Thread Tanya Bompi
"rows":"3", "bq":"{!edismax bq= mm=50% qf=\"ContactEmail^2 ContactName^2 URL^2 CompanyName^2\" v=$q}"} }, The response headers from the Json output on the Solr Web portal are: "responseHeader":{ "status":0, "QTime":0, "params":{ "q":"sample input", " defType":"edismax", "qf":"searchfield", "fl":"*,score", "fq":"Status:active", "_":"1544661362690", "bq":"{!edismax bq='' mm=50% qf=\"ContactEmail^2 ContactName^2 URL^2 CompanyName^2\" v=$q}"}}, The response headers seem to match but not the results output. Could someone let me know what could be issue? Thanks, Tanya

Re: Similarity plugins which are normalized

2018-11-29 Thread Tanya Bompi
hy-your-incorrect-assumptions-about-dismax-are-hurting-search-relevancy/ > > Doug > > On Thu, Nov 29, 2018 at 4:44 PM Tanya Bompi wrote: > > > Hi, > > As I am tuning the relevancy of my query parser, I see that 2 different > > queries with phrase matches get very

Similarity plugins which are normalized

2018-11-29 Thread Tanya Bompi
Hi, As I am tuning the relevancy of my query parser, I see that 2 different queries with phrase matches get very different scores primarily influenced by the Term Frequency component. Since I am using a threshold to filter the results for a matched record based off the SOLR score, a somewhat nor

Re: Boosting score based off a match in a particular field

2018-11-28 Thread Tanya Bompi
ot;], "msg":"org.apache.solr.search.SyntaxError: Infinite Recursion detected parsing query Thank you, Tanya On Wed, Nov 28, 2018 at 12:36 PM Doug Turnbull < dturnb...@opensourceconnections.com> wrote: > The terminology we use at my company is you want to *gate* the effec

Boosting score based off a match in a particular field

2018-11-28 Thread Tanya Bompi
Email to match against Email with a boost along with the combined field match against the combined field index. Thanks, Tanya

Nested entity unrolled record

2018-09-21 Thread Tanya Bompi
together for each field is not what I desire. Kindly let me know. Thanks, Tanya

Re: SOLR 7.0 DIH out of memory issue with sqlserver

2018-09-19 Thread Tanya Bompi
the adaptive buffering setting as I see it is not helping. And I also set the autosoftcommit param. I might have to increase the heap size further to see if it helps. I will keep posted if my issue doesnt resolve. Thanks, Tanya On Wed, Sep 19, 2018 at 8:22 AM Erick Erickson wrote: > Has t

Re: SOLR 7.0 DIH out of memory issue with sqlserver

2018-09-18 Thread Tanya Bompi
Hi, I am using the Microsoft Jdbc driver 6.4 version in Solr 7.4.0 . I have tried removing the selectMethod=Cursor and still it runs out of heap space. Do we have anyone who has faced similar issue. Thanks Tanya On Tue, Sep 18, 2018 at 6:38 PM Shawn Heisey wrote: > On 9/18/2018 4:48

SOLR 7.0 DIH out of memory issue with sqlserver

2018-09-18 Thread Tanya Bompi
stance itself. I am wondering what could be causing the issue and how to resolve this. Below is the data-config : Thanks, Tanya

Re: "Path must not end with / character" error during performance tests

2013-08-21 Thread Tanya
Eric, The issue is that the problem happens not on every call, I assume that there is not a configuration problem. BR Tanya >It looks like you've specified your zkHost (?) as something like >machine:port/solr/ > >rather than >machine:port/solr > >Is that possible?

"Path must not end with / character" error during performance tests

2013-08-20 Thread Tanya
Hi, I have integrated SolrCloud search in some system with single shard and works fine on single tests. Recently we started to run performance test and we are getting following exception after a while. Help is really appreciated, Thanks Tanya 2013-08-20 10:45:56,128 [cTaskExecutor-1] ERROR