File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ option(PAIMON_ENABLE_AVRO "Whether to enable avro file format" ON)
5252option (PAIMON_ENABLE_ORC "Whether to enable orc file format" ON )
5353option (PAIMON_ENABLE_LANCE "Whether to enable lance file format" OFF )
5454option (PAIMON_ENABLE_JINDO "Whether to enable jindo file system" OFF )
55- option (PAIMON_ENABLE_LUMINA "Whether to enable lumina vector index" ON )
56- option (PAIMON_ENABLE_LUCENE "Whether to enable lucene index" ON )
55+ option (PAIMON_ENABLE_LUMINA "Whether to enable lumina vector index" OFF )
56+ option (PAIMON_ENABLE_LUCENE "Whether to enable lucene index" OFF )
5757
5858if (PAIMON_ENABLE_ORC)
5959 add_definitions (-DPAIMON_ENABLE_ORC )
Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ CMAKE_ARGS=(
3131 " -DPAIMON_BUILD_TESTS=ON"
3232 " -DPAIMON_ENABLE_LANCE=ON"
3333 " -DPAIMON_ENABLE_JINDO=ON"
34+ " -DPAIMON_ENABLE_LUMINA=ON"
35+ " -DPAIMON_ENABLE_LUCENE=ON"
3436)
3537
3638if [[ " ${enable_sanitizer} " == " true" ]]; then
You can’t perform that action at this time.
0 commit comments