Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Upgrade to Solr 6.0 #10

Closed
FlorianLautenschlager opened this issue Apr 15, 2016 · 2 comments · Fixed by #23
Closed

Upgrade to Solr 6.0 #10

FlorianLautenschlager opened this issue Apr 15, 2016 · 2 comments · Fixed by #23
Assignees
Milestone

Comments

@FlorianLautenschlager
Copy link
Member

FlorianLautenschlager commented Apr 15, 2016

Upgrade the codebase to Solr 6.0

@FlorianLautenschlager
Copy link
Member Author

With lucene 6.0 the LongField was removed Deprecate and rename NumericField/RangeQuery to LegacyNumeric.
Hence we move to the new Long Point.

@FlorianLautenschlager
Copy link
Member Author

The DocTransformer interface has also changed. The method transform comes with a new parameter score. We ignore that paramter, as we only want to transform the data field without respecting it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant