Spinoff from #6362: ValueSource and FunctionValues are abstract APIs which exist under the queries/ module. That causes any module which wants to depend on these APIs (but not necessarily on any of their actual implementations!), to depend on the queries/ module. If we move these APIs under core/, we can eliminate these dependencies and add some mock impls for testing purposes.
Quoting Robert from #6362:
we should eliminate the suggest/ dependencies on expressions and queries, the expressions/ on queries, the grouping/ dependency on queries, the spatial/ dependency on queries, its a mess.
To add to that list, facet/ should not depend on queries too.
Migrated from LUCENE-5325 by Shai Erera (@shaie), resolved Dec 29 2016
Attachments: LUCENE-5325.patch (versions: 7), LUCENE-5325-6x.patch, LUCENE-5325-6x-matchingbits.patch
Linked issues:
Sub-tasks:
Spinoff from #6362: ValueSource and FunctionValues are abstract APIs which exist under the queries/ module. That causes any module which wants to depend on these APIs (but not necessarily on any of their actual implementations!), to depend on the queries/ module. If we move these APIs under core/, we can eliminate these dependencies and add some mock impls for testing purposes.
Quoting Robert from #6362:
To add to that list, facet/ should not depend on queries too.
Migrated from LUCENE-5325 by Shai Erera (@shaie), resolved Dec 29 2016
Attachments: LUCENE-5325.patch (versions: 7), LUCENE-5325-6x.patch, LUCENE-5325-6x-matchingbits.patch
Linked issues:
Sub-tasks: