- Fixed circleDistance radius (WGS84) conversion
- Add circleDistance ValueSource
- Support Solr 8.3 (include JTS 1.16)
- Add inDirectionPoints ValueSource
- expose angle distance of first point
- always use pointsMaxDistanceToRoute as corridor in direction, introduce alwaysCheckPointDistancePercent
- check distance before angle calculation
- fix single coordinates, use middle for distance too, fix bidirectional traffic
- added parameter to check that a percentage of points is wihtin distance to the route
- added test for boolean defaults
- introduce inPointDirection() to return boolean match
- safeguard for empty linestrings in angle calculation
- gracefully handle empty linestrings
- use last point for distance calculation too
- use the minimal Solr version as version number for this project
- upgrade to Solr 6.2.2
- fix null cache hits
- Improved error handling and logging of these
- Also calculate geometry to enable geo spatial filter queries for surroundings of the linestring (contains, intersects, ...)
- use caffeine cache for all wkt linestring parsing
- use custom valuesource to retrieve original linestring even for text fields
- added function to extract the position of the first query point on a stored geo linestring
- Added missing license headers
- initial release