ChronixDB / chronix.server

The Chronix Server implementation that is based on Apache Solr.
Apache License 2.0
263 stars 29 forks source link

Upgrade to Solr 6.0 #10

Closed FlorianLautenschlager closed 8 years ago

FlorianLautenschlager commented 8 years ago

Upgrade the codebase to Solr 6.0

FlorianLautenschlager commented 8 years ago

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

FlorianLautenschlager commented 8 years ago

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.