> 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/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 {!... v=$nest}&nest=... > For example, if I do this query, the score is always 0 > {!parent which=is_parent:true}+content_de:Test > The blog says: ToParentBlockJoinQuery supports a few modes of score > calculations. {!parent} parser has None mode hardcoded. > So, can I change the hardcoded mode somehow? I didn't find any further > documentation about the parameters of {!parent}. > there is no such parm in https://github.com/apache/lucene-solr/blob/trunk/solr/core/src/java/org/apache/solr/search/join/BlockJoinParentQParser.java#L67 Raise an feature request issue, at least, don't hesitate to contribute. > If I'm doing this request, the score seems only be calculated by the > results found in "title". > title:Test _query_:"{!parent which=is_parent:true}+content_de:Test" > > Sorry if I ask stupid questions but I just have started to work with solr > and some techniques are not very familiar. > > Thanks > -Gesh > > -- Sincerely yours Mikhail Khludnev Principal Engineer, Grid Dynamics <http://www.griddynamics.com> <mkhlud...@griddynamics.com>