You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2018/01/30 15:45:09 UTC

lucene-solr:branch_7x: Remove debug comment on top of doc file. Fixes #315

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x 1060f6195 -> 90b51c059


Remove debug comment on top of doc file. Fixes #315

(cherry picked from commit 4176231)


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

Branch: refs/heads/branch_7x
Commit: 90b51c059b7ef5214052c5682c2c248517b45145
Parents: 1060f61
Author: Jan Høydahl <ja...@apache.org>
Authored: Tue Jan 30 15:50:45 2018 +0100
Committer: Jan Høydahl <ja...@apache.org>
Committed: Tue Jan 30 16:44:59 2018 +0100

----------------------------------------------------------------------
 solr/solr-ref-guide/src/stream-source-reference.adoc | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/90b51c05/solr/solr-ref-guide/src/stream-source-reference.adoc
----------------------------------------------------------------------
diff --git a/solr/solr-ref-guide/src/stream-source-reference.adoc b/solr/solr-ref-guide/src/stream-source-reference.adoc
index 0885a6d..fc9f71a 100644
--- a/solr/solr-ref-guide/src/stream-source-reference.adoc
+++ b/solr/solr-ref-guide/src/stream-source-reference.adoc
@@ -18,8 +18,6 @@
 // specific language governing permissions and limitations
 // under the License.
 
-Put something here to see if it fixes things.
-
 == search
 
 The `search` function searches a SolrCloud collection and emits a stream of tuples that match the query. This is very similar to a standard Solr query, and uses many of the same parameters.