mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-05 11:50:58 +01:00
The IndexOptions api has several problems: - It is possible to open the same index with different options, which could lead to scoring problems - If the index is already opened from another task, the options are ignored and the one from the opening task are used - The analyzer which is derived from the options is used for every field which has not configured a specific analyzer - This change removes the options api completely. Co-authored-by: Konstantin Schaper <konstantin.schaper@cloudogu.com>