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
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
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
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
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
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:
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
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:/