RE: Combined Dismax and Block Join Scoring on nested documents

2016-11-23 Thread Mike Allen
instance I need to know for sure it's scoring on only matched variants, not all children of a parent - which would completely blow the whole thing out of the water. And as I said, I'm pretty sure I've yet to figure out applying a query filter to parent docs. When I'm a

Re: Combined Dismax and Block Join Scoring on nested documents

2016-11-21 Thread Alexandre Rafalovitch
d be more than happy to. What goes around comes around! > > -Original Message- > From: Alexandre Rafalovitch [mailto:arafa...@gmail.com] > Sent: 21 November 2016 13:01 > To: solr-user > Subject: Re: Combined Dismax and Block Join Scoring on nested documents > > A blog a

RE: Combined Dismax and Block Join Scoring on nested documents

2016-11-21 Thread Mike Allen
ovitch [mailto:arafa...@gmail.com] Sent: 21 November 2016 13:01 To: solr-user Subject: Re: Combined Dismax and Block Join Scoring on nested documents A blog article about what you learned would be very welcome. These edge cases are something other people could certainly learn from. Share the knowledge f

Re: Combined Dismax and Block Join Scoring on nested documents

2016-11-21 Thread Alexandre Rafalovitch
> -Original Message- > From: Mikhail Khludnev [mailto:m...@apache.org] > Sent: 18 November 2016 12:58 > To: solr-user > Subject: Re: Combined Dismax and Block Join Scoring on nested documents > > Hello Mike, > Structured queries in Solr are way cumbersome. > Start from: &g

RE: Combined Dismax and Block Join Scoring on nested documents

2016-11-21 Thread Mike Allen
ember 2016 12:58 To: solr-user Subject: Re: Combined Dismax and Block Join Scoring on nested documents Hello Mike, Structured queries in Solr are way cumbersome. Start from: q=+{!dismax v="skirt" qf="name"} +{!parent which=content_type:product score=min v=childq}&childq=+i

Re: Combined Dismax and Block Join Scoring on nested documents

2016-11-18 Thread Mikhail Khludnev
Hello Mike, Structured queries in Solr are way cumbersome. Start from: q=+{!dismax v="skirt" qf="name"} +{!parent which=content_type:product score=min v=childq}&childq=+in_stock:true^=0 {!func}list_price_gbp&... beside of "explain" there is a parsed query entry in debug that's more useful for trou

Combined Dismax and Block Join Scoring on nested documents

2016-11-18 Thread Mike Allen
Apologies if I'm doing something incredibly stupid as I'm new to Solr. I am having an issue with scoring child documents in a block join query when including a dismax query. I'm actually a little unclear on whether or not that's a complete oxymoron, combining dismax and block join. Problem stat

Re: Join Scoring

2014-02-13 Thread anand chandak
in a toField If somebody can throw some light, would highly appreciate. Thanks, Anand - Author: http://www.packtpub.com/apache-solr-3-enterprise-search-server/book -- View this message in context: http://lucene.472066.n3.nabble.com/Join-Scoring-tp4115539p4116818.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Join Scoring

2014-02-13 Thread Michael McCandless
its not used for scoring ? where is it >>>> actually used. >>>> >>>> Also, to evaluate the performance of solr join plugin vs lucene >>>> joinutil, I filed same join query against same data-set and same schema >>>> and in the results, I am

Re: Join Scoring

2014-02-12 Thread anand chandak
implementation are using 2 pass approach - first all the terms from fromField and then returns all documents that have matching terms in a toField If somebody can throw some light, would highly appreciate. Thanks, Anand - Author: http://www.packtpub.com/apache-solr-3-enterprise-sear

Re: Join Scoring

2014-02-11 Thread anand chandak
Thanks, Anand - Author: http://www.packtpub.com/apache-solr-3-enterprise-search-server/book -- View this message in context: http://lucene.472066.n3.nabble.com/Join-Scoring-tp4115539p4116818.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Join Scoring

2014-02-11 Thread David Smiley (@MITRE.org)
entation are using 2 pass > approach - first all the terms from fromField and then returns all > documents that have matching terms in a toField > > If somebody can throw some light, would highly appreciate. > > Thanks, > Anand - Author: http://www.packtpub.com/apache-solr-3-enterprise-search-server/book -- View this message in context: http://lucene.472066.n3.nabble.com/Join-Scoring-tp4115539p4116818.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Join Scoring

2014-02-05 Thread anand chandak
Resending, if somebody can please respond. Thanks, Anand On 2/5/2014 6:26 PM, anand chandak wrote: Hi, Having a question on join score, why doesn't the solr join query return the scores. Looking at the code, I see there's JoinScorer defined in the JoinQParserPlugin class ? If its not used

Join Scoring

2014-02-05 Thread anand chandak
Hi Why doesn't the solr join query doesn't return the score when returning the response. Although I see JoinScorer in the JoinQParserPlugin class ? Also, to evaluate the join performance, I filed a join query aganist solr's join - JoinQParserPlugin and aganist lucene JoinUtil.createJoinQu