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

[16/19] lucene-solr:apiv2: 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/284eb77e
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/284eb77e
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/284eb77e

Branch: refs/heads/apiv2
Commit: 284eb77ece6e313f1d309246b48ecdde23228926
Parents: 9148362
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:03 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/284eb77e/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
+}