You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by mk...@apache.org on 2018/05/09 09:48:58 UTC

lucene-solr:branch_7x: SOLR-12303: documenting default \[subquery].qt trap.

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x 7e19c6c32 -> 5021fb185


SOLR-12303: documenting default \[subquery].qt trap.


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/5021fb18
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/5021fb18
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/5021fb18

Branch: refs/heads/branch_7x
Commit: 5021fb185fdad94b36cbdddf7d5e4f2d056213a0
Parents: 7e19c6c
Author: Mikhail Khludnev <mk...@apache.org>
Authored: Wed May 9 12:47:46 2018 +0300
Committer: Mikhail Khludnev <mk...@apache.org>
Committed: Wed May 9 12:49:46 2018 +0300

----------------------------------------------------------------------
 solr/solr-ref-guide/src/transforming-result-documents.adoc | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/5021fb18/solr/solr-ref-guide/src/transforming-result-documents.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/transforming-result-documents.adoc b/solr/solr-ref-guide/src/transforming-result-documents.adoc
index 1a0104f..f837baf 100644
--- a/solr/solr-ref-guide/src/transforming-result-documents.adoc
+++ b/solr/solr-ref-guide/src/transforming-result-documents.adoc
@@ -201,6 +201,7 @@ This transformer executes a separate query per transforming document passing doc
 * It must be given an unique name: `fl=*,children:[subquery]`
 * There might be a few of them, e.g., `fl=*,sons:[subquery],daughters:[subquery]`.
 * Every `[subquery]` occurrence adds a field into a result document with the given name, the value of this field is a document list, which is a result of executing subquery using document fields as an input.
+* Subquery would use `/select` search handler by default that causes error if it is not configured. This can be changed by supplying `foo.qt` parameter.
 
 Here is how it looks like in various formats: