You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jp...@apache.org on 2016/11/07 09:19:59 UTC

[2/2] lucene-solr:branch_6x: SOLR-9005: Remove tabs from solr/example/files/conf/update-script.js.

SOLR-9005: Remove tabs from solr/example/files/conf/update-script.js.


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

Branch: refs/heads/branch_6x
Commit: d06605191a00d8db3e8f760c620084de1f234e96
Parents: dc485a0
Author: Adrien Grand <jp...@gmail.com>
Authored: Mon Nov 7 10:19:03 2016 +0100
Committer: Adrien Grand <jp...@gmail.com>
Committed: Mon Nov 7 10:19:36 2016 +0100

----------------------------------------------------------------------
 solr/example/files/conf/update-script.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/d0660519/solr/example/files/conf/update-script.js
----------------------------------------------------------------------
diff --git a/solr/example/files/conf/update-script.js b/solr/example/files/conf/update-script.js
index 10a955d..2589968 100644
--- a/solr/example/files/conf/update-script.js
+++ b/solr/example/files/conf/update-script.js
@@ -74,7 +74,7 @@ function processAdd(cmd) {
 
   var content = doc.getFieldValue("content");
   if (!content) {
-	  return; //No content found, so we are done here
+    return; //No content found, so we are done here
   }
 
     var analyzer =
@@ -112,4 +112,4 @@ function processRollback(cmd) {
 
 function finish() {
   // no-op
-}
\ No newline at end of file
+}