Re: Block Joins

2015-12-02 Thread Mikhail Khludnev
Rick, would you mind to put exact query params, response and let know the expectation? Otherwise, it's hard to get the problem. On Wed, Dec 2, 2015 at 5:44 PM, Rick Leir wrote: > Hi Mikhail > Sorry, I should have noted "that" is a word in the OCR text that I have > indexed. > > What do I want to

Re: Block Joins

2015-12-02 Thread Rick Leir
Hi Mikhail Sorry, I should have noted "that" is a word in the OCR text that I have indexed. What do I want to achieve? The Block Joins we have been discussing were giving me scores of 0.0, and I would like to get something a wee bit better than that (not looking for accuracy yet). In the query be

Re: Block Joins

2015-12-01 Thread Mikhail Khludnev
Rick, fl=score,[child parentFilter=type_s:book childFilter=*{!score=avg}*that], This childFilter value doesn't make sense. What do yo want to achieve? On Tue, Dec 1, 2015 at 7:28 PM, Rick Leir wrote: > Hi all, > Scoring is confusing me. Is the following correct? > > $ curl http://localhost:898

Re: Block Joins

2015-12-01 Thread Rick Leir
Hi all, Scoring is confusing me. Is the following correct? $ curl http://localhost:8983/solr/dorsetdata/query -d ' q={!parent which="content_type:parentDocument" *score=max*} type_s:page AND that& wt=json&indent=true& fl=score,[child parentFilter=type_s:book childFilter=*{!score=avg}*that ],canoni

Re: Block Joins

2015-12-01 Thread Rick Leir
On Mon, Nov 30, 2015 at 11:47 PM, wrote: > > I'd happy that it helps. You need to thank Varun who made [child]. There is > no performance impact for sure, it's a compromise or either nobody > considered it as an issue. You can raise a new JIRA and describe how it > should work in general and make

Re: Block Joins

2015-11-30 Thread Mikhail Khludnev
ND charlie& > wt=json&indent=true& > fl=score,[child parentFilter=type_s:book childFilter="charlie" > ],canonicalMaster,title,publisher,[docid]' > > Cheers -- Rick > > Re: Block Joins > > 118348 by: Rick Leir > > 118349 by:

Re: Block Joins

2015-11-30 Thread Rick Leir
nt"} type_s:page AND charlie& wt=json&indent=true& fl=score,[child parentFilter=type_s:book childFilter="charlie" ],canonicalMaster,title,publisher,[docid]' Cheers -- Rick Re: Block Joins > 118348 by: Rick Leir > 118349 by: Mikhail Khludnev &g

Re: Block Joins

2015-11-29 Thread Mikhail Khludnev
Hello Rick, If I got you right, it's worth to have a look at [child] https://cwiki.apache.org/confluence/display/solr/Transforming+Result+Documents Let me know if it works. On Sun, Nov 29, 2015 at 5:47 PM, Rick Leir wrote: > Hi all, > I am new to Block Joins, and am trying to follow > > https:/