dsmiley commented on a change in pull request #549: WIP:SOLR-13129
URL: https://github.com/apache/lucene-solr/pull/549#discussion_r252681533
##########
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:
did you test (manually) that? That query looks dubious... why the \*:\* in
there. I get the other part would probably work (and I think I wrote that in
another JIRA issue recently)
----------------------------------------------------------------
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]