This is an automated email from the ASF dual-hosted git repository.
epugh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new e28a262b922 Solve FIXME in tutorial-five-minutes (#1337)
e28a262b922 is described below
commit e28a262b922e37bb36a02bceba9c0b76267d3b92
Author: Cesar N <[email protected]>
AuthorDate: Mon Feb 6 07:32:54 2023 -0800
Solve FIXME in tutorial-five-minutes (#1337)
Include basic search example in tutorial-five-minutes file.
---
.../modules/getting-started/pages/tutorial-five-minutes.adoc | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git
a/solr/solr-ref-guide/modules/getting-started/pages/tutorial-five-minutes.adoc
b/solr/solr-ref-guide/modules/getting-started/pages/tutorial-five-minutes.adoc
index 7b985fa0a39..87b5a756b60 100644
---
a/solr/solr-ref-guide/modules/getting-started/pages/tutorial-five-minutes.adoc
+++
b/solr/solr-ref-guide/modules/getting-started/pages/tutorial-five-minutes.adoc
@@ -150,4 +150,9 @@ curl -X POST -H 'Content-type: application/json' -d
'{"set-property":{"updateHan
----
== Make some Basic search queries
-FIXME
+You can now try searching your documents like:
+
+[source]
+----
+curl 'http://localhost:8983/solr/techproducts/select?q=name%3Alightning'
+----