Mercurial Hosting > luan
changeset 1531:fa39e3c356ae
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 02 Aug 2020 16:44:38 -0600 |
parents | 447b7ef9197f |
children | 060ff7695317 |
files | src/luan/modules/lucene/Lucene.luan |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/luan/modules/lucene/Lucene.luan Tue Jul 28 22:12:36 2020 -0600 +++ b/src/luan/modules/lucene/Lucene.luan Sun Aug 02 16:44:38 2020 -0600 @@ -40,7 +40,6 @@ options = options or {} local index = {} index.dir = index_dir - options.completer = nil -- remove local java_index = LuceneIndex.getLuceneIndex(index_dir.java.file,options) index.java = java_index @@ -65,7 +64,6 @@ index.ensure_open = java_index.ensure_open index.next_id = java_index.nextId index.highlighter = java_index.highlighter - function index.indexed_only_fields(fields) end -- remove index.count_tokens = java_index.count_tokens --index.close = java_index.close