dsmiley commented on a change in pull request #549: WIP:SOLR-13129
URL: https://github.com/apache/lucene-solr/pull/549#discussion_r253348538
##########
File path: solr/solr-ref-guide/src/nested-documents.adoc
##########
@@ -264,11 +273,12 @@ For the upcoming examples, assume the following
documents have been indexed:
}
----
-==== Combining Block Join Query Parser with Child Doc Transformer
- * The combination of these two features enable seamless creation of powerful
queries. +
- For example, querying posts which are under a page tagged as a job, contain
the words "Search Engineer".
- The comments for matching posts can also be fetched, all done in a single
Solr Query.
- `q=+{!child of='-\_nest_path_:* *:*'}+tags:"jobs" &fl=*,[child]
+==== Combining Block Join Query Parsers with Child Doc Transformer
+The combination of these two features enable seamless creation of powerful
queries. +
+For example, querying posts which are under a page tagged as a job, contain
the words "Search Engineer".
+The comments for matching posts can also be fetched, all done in a single Solr
Query.
+
+ * `q=+{!child of='-\_nest_path_:* *:*'}+tags:"jobs" &fl=*,[child]
Review comment:
oh right. So this is a small bug / oversight in the block join query
parser; it ought to call org.apache.solr.search.QueryUtils#makeQueryable . CC
@mkhludnev
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]