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
solr/example/files/conf

View File

@ -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
}
}