List of usage examples for org.apache.lucene.spatial.query SpatialArgs calcDistanceFromErrPct
public static double calcDistanceFromErrPct(Shape shape, double distErrPct, SpatialContext ctx)
From source file:org.apache.blur.analysis.type.spatial.lucene.PrefixTreeStrategy.java
License:Apache License
@Override public Field[] createIndexableFields(Shape shape) { double distErr = SpatialArgs.calcDistanceFromErrPct(shape, distErrPct, ctx); return createIndexableFields(shape, distErr); }