mirror of https://github.com/apache/lucene.git
LUCENE-7290: Restore XYZBounds fudge factor to its previous value.
This commit is contained in:
parent
908225d174
commit
c0784d29bd
|
@ -30,7 +30,7 @@ public class XYZBounds implements Bounds {
|
|||
* unacceptably large.
|
||||
* Also, see LUCENE-7290 for a description of how geometry can magnify the bounds delta.
|
||||
*/
|
||||
private static final double FUDGE_FACTOR = Vector.MINIMUM_RESOLUTION * 100.0;
|
||||
private static final double FUDGE_FACTOR = Vector.MINIMUM_RESOLUTION * 500.0;
|
||||
|
||||
/** Minimum x */
|
||||
private Double minX = null;
|
||||
|
|
Loading…
Reference in New Issue