Re: Searching and scoring with block join

2014-01-27 Thread Mikhail Khludnev
On Fri, Jan 24, 2014 at 9:32 PM, wrote: > > Zitat von Mikhail Khludnev : > > nesting query parsers is shown at >> http://blog.griddynamics.com/2013/12/grandchildren-and- >> siblings-with-block.html >> >> try to start from the following: >> title:Test _query_:"{!parent which=is_parent:true}{!dism

Re: Searching and scoring with block join

2014-01-24 Thread dev
Zitat von Mikhail Khludnev : nesting query parsers is shown at http://blog.griddynamics.com/2013/12/grandchildren-and-siblings-with-block.html try to start from the following: title:Test _query_:"{!parent which=is_parent:true}{!dismax qf=content_de}Test" mind about local params referencing eg

Re: Searching and scoring with block join

2014-01-23 Thread Mikhail Khludnev
> Yes, that's correct. > > I also already tried the query you brought as example, but I have problems > with the scoring. > I'm using edismax as defType, but I'm not quite sure how to use it with a > {!parent } query. > nesting query parsers is shown at http://blog.griddynamics.com/2013/12/grandch

Re: Searching and scoring with block join

2014-01-22 Thread dev
Zitat von Mikhail Khludnev : On Wed, Jan 22, 2014 at 10:17 PM, wrote: I know that I can't just make a query like this: {!parent which=is_parent:true}+Term, most likely I'll get this error: child query must only match non-parent docs, but parent docID= matched childScorer=class org.apache

Re: Searching and scoring with block join

2014-01-22 Thread Mikhail Khludnev
On Wed, Jan 22, 2014 at 10:17 PM, wrote: > I know that I can't just make a query like this: {!parent > which=is_parent:true}+Term, most likely I'll get this error: child query > must only match non-parent docs, but parent docID= matched > childScorer=class org.apache.lucene.search.TermScorer