mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
Refactoring CLucene
There are some issues with document deletion and support for the latest release of CLucene which may be related to having concurrent IndexWriters and IndexReaders. This refactoring works fine on Linux. Pushed for safety for any users that may be experiencing issues when deleting rides. Further investigation is required on mac and windows builds.
This commit is contained in:
@@ -408,7 +408,7 @@ any 0.9 branch should work fine, let us know if you experience any issues. You m
|
||||
that the libclucene0ldbl runtime is already installed, this is fine and typical since
|
||||
clucene is a very popular search library.
|
||||
|
||||
$ sudo apt-get install clucene-core
|
||||
$ sudo apt-get install libclucene-dev
|
||||
$ sudo apt-get install libclucene0ldbl
|
||||
|
||||
By default, and this is deliberate, the clucene install places the config headers into
|
||||
|
||||
Reference in New Issue
Block a user