mirror of https://github.com/apache/lucene.git
SOLR-10451: Remove contrib/ltr/lib from lib includes in the techproducts example config. Fixes #249
This commit is contained in:
parent
40f78dd274
commit
bc95209774
|
@ -209,6 +209,8 @@ Other Changes
|
|||
|
||||
* SOLR-11351: Make LTRScoringModel model more extensible. (Christine Poerschke)
|
||||
|
||||
* SOLR-10451: Remove contrib/ltr/lib from lib includes in the techproducts example config (sungjunyoung via janhoy)
|
||||
|
||||
================== 7.0.0 ==================
|
||||
|
||||
Versions of Major Components
|
||||
|
|
|
@ -81,7 +81,6 @@
|
|||
<lib dir="${solr.install.dir:../../../..}/contrib/langid/lib/" regex=".*\.jar" />
|
||||
<lib dir="${solr.install.dir:../../../..}/dist/" regex="solr-langid-\d.*\.jar" />
|
||||
|
||||
<lib dir="${solr.install.dir:../../../..}/contrib/ltr/lib/" regex=".*\.jar" />
|
||||
<lib dir="${solr.install.dir:../../../..}/dist/" regex="solr-ltr-\d.*\.jar" />
|
||||
|
||||
<lib dir="${solr.install.dir:../../../..}/contrib/velocity/lib" regex=".*\.jar" />
|
||||
|
|
Loading…
Reference in New Issue