You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jb...@apache.org on 2019/08/30 00:58:40 UTC

[lucene-solr] branch SOLR-13105-visual updated: SOLR-13105: Update search/sample/agg viz4

This is an automated email from the ASF dual-hosted git repository.

jbernste pushed a commit to branch SOLR-13105-visual
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/SOLR-13105-visual by this push:
     new 9502db3  SOLR-13105: Update search/sample/agg viz4
9502db3 is described below

commit 9502db30853fadc9af61caeb7c255fac97a4f9fb
Author: Joel Bernstein <jb...@apache.org>
AuthorDate: Thu Aug 29 20:58:30 2019 -0400

    SOLR-13105: Update search/sample/agg viz4
---
 .../src/images/math-expressions/search1.png        | Bin 148296 -> 179340 bytes
 solr/solr-ref-guide/src/search-sample.adoc         |   6 +++---
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/solr/solr-ref-guide/src/images/math-expressions/search1.png b/solr/solr-ref-guide/src/images/math-expressions/search1.png
index 0742481..7126289 100644
Binary files a/solr/solr-ref-guide/src/images/math-expressions/search1.png and b/solr/solr-ref-guide/src/images/math-expressions/search1.png differ
diff --git a/solr/solr-ref-guide/src/search-sample.adoc b/solr/solr-ref-guide/src/search-sample.adoc
index 4e21227..f93b7bb 100644
--- a/solr/solr-ref-guide/src/search-sample.adoc
+++ b/solr/solr-ref-guide/src/search-sample.adoc
@@ -29,12 +29,12 @@ The *search* function can be used to search a Solr Cloud collection and return a
 result set.
 
 Below is an example of the most basic *search* function called from the Zeppelin-Solr interpreter.
-Zeppelin-Solr sends the *seach(testapp)* call to the /stream handler and displays the results
+Zeppelin-Solr sends the *seach(logs)* call to the /stream handler and displays the results
 in *table* format.
 
 
-In the example the search function passed only the name of the collection being search. This returns
-a result set of 10 records showing all fields in and unspecified order. This simple function is useful
+In the example the search function is passed only the name of the collection being searched. This returns
+a result set of 10 records showing all fields in an unspecified order. This simple function is useful
 for exploring the fields in the data and understanding how to start refining the search criteria.
 
 image::images/math-expressions/search1.png[]