mirror of https://github.com/apache/lucene.git
SOLR-9005: Remove tabs from solr/example/files/conf/update-script.js.
This commit is contained in:
parent
9148362617
commit
284eb77ece
solr/example/files/conf
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue