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

This commit is contained in:
Adrien Grand 2016-11-07 10:19:03 +01:00
parent 9148362617
commit 284eb77ece
1 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ function processAdd(cmd) {
var content = doc.getFieldValue("content"); var content = doc.getFieldValue("content");
if (!content) { if (!content) {
return; //No content found, so we are done here return; //No content found, so we are done here
} }
var analyzer = var analyzer =