Re: Rectangle with rotation in Solr

2018-09-13 Thread David Smiley
Polygon is the only way. On Wed, Aug 29, 2018 at 7:46 AM Zahra Aminolroaya wrote: > I have locations with 4-tuple (longitude,latitude) which are like > rectangles > and I want to index them. Solr BBoxField with minX, maxX, maxY and minY, > only considers rectangles which does not have

Rectangle with rotation in Solr

2018-08-29 Thread Zahra Aminolroaya
I have locations with 4-tuple (longitude,latitude) which are like rectangles and I want to index them. Solr BBoxField with minX, maxX, maxY and minY, only considers rectangles which does not have rotations. suppose my rectangle is rotated 45 degree clockwise based on axis, how can I define