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
|
@ -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 =
|
||||||
|
|
Loading…
Reference in New Issue