summaryrefslogtreecommitdiffstats
path: root/sample-apps
diff options
context:
space:
mode:
authorLester Solbakken <lesters@yahoo-inc.com>2017-05-31 10:27:51 +0200
committerLester Solbakken <lesters@yahoo-inc.com>2017-05-31 10:27:51 +0200
commit274ca5636ccbde32fd1040374d6ed61a81e5e9a3 (patch)
treed742e38752af365a3ff221c89ffdeade1aed41ca /sample-apps
parenta74c66e23bffe4ad8d005ab9feeb1fd726c944a6 (diff)
Correct name on query tensor and remove debug setup in services
Diffstat (limited to 'sample-apps')
-rw-r--r--sample-apps/basic-search-tensor/src/main/application/search/query-profiles/types/root.xml4
-rw-r--r--sample-apps/basic-search-tensor/src/main/application/services.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/sample-apps/basic-search-tensor/src/main/application/search/query-profiles/types/root.xml b/sample-apps/basic-search-tensor/src/main/application/search/query-profiles/types/root.xml
index b3971cc9b66..e06f16c1032 100644
--- a/sample-apps/basic-search-tensor/src/main/application/search/query-profiles/types/root.xml
+++ b/sample-apps/basic-search-tensor/src/main/application/search/query-profiles/types/root.xml
@@ -1,3 +1,3 @@
<query-profile-type id="root" inherits="native">
- <field name="ranking.features.query(atensor)" type="tensor(x{})" />
-</query-profile-type> \ No newline at end of file
+ <field name="ranking.features.query(tensor)" type="tensor(x{})" />
+</query-profile-type>
diff --git a/sample-apps/basic-search-tensor/src/main/application/services.xml b/sample-apps/basic-search-tensor/src/main/application/services.xml
index a6b0350a918..246ffff94de 100644
--- a/sample-apps/basic-search-tensor/src/main/application/services.xml
+++ b/sample-apps/basic-search-tensor/src/main/application/services.xml
@@ -13,7 +13,7 @@
</chain>
</search>
<document-api/>
- <nodes jvmargs="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8998">
+ <nodes>
<node hostalias="node1"/>
</nodes>
</jdisc>