Skip to content

Commit 0e1b997

Browse files
committed
rurema-search: keep existing Groonga database
bitclust-indexer supports in-place update. If database is removed, users can't search full documents until database update is done.
1 parent 6ba59dc commit 0e1b997

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

system/update-rurema-index

-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ BUNDLE=~rurema/.rbenv/shims/bundle
99
DOC_BASE=$BASE_DIR/doctree/refm
1010
BITCLUST_LIB_DIR=$BASE_DIR/bitclust/lib
1111

12-
rm -rf ${SHARED_DIR}/groonga-database/*
13-
1412
cd ${CURRENT_DIR}
1513
$BUNDLE exec $RUBY -I${BITCLUST_LIB_DIR} ${CURRENT_DIR}/bin/bitclust-indexer ${DOC_BASE}/db-*
1614

0 commit comments

Comments
 (0)