Mercurial Hosting > luan
changeset 1527:fa1e3adbebfb
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 26 Jul 2020 15:06:15 -0600 |
parents | efbc3720d3f3 |
children | 3bd4d7963456 |
files | src/luan/modules/lucene/Lucene.luan |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/luan/modules/lucene/Lucene.luan Fri Jul 24 23:09:34 2020 -0600 +++ b/src/luan/modules/lucene/Lucene.luan Sun Jul 26 15:06:15 2020 -0600 @@ -42,6 +42,7 @@ index.dir = index_dir index.completer = options.completer options.completer = nil + options.supplementer = nil local java_index = LuceneIndex.getLuceneIndex(index_dir.java.file,options) index.java = java_index