Uses of Class
org.apache.solr.legacy.BBoxStrategy
-
Packages that use BBoxStrategy Package Description org.apache.solr.legacy Deprecated stuff!org.apache.solr.schema IndexSchemaandFieldTypeimplementations for powering schema.xml -
-
Uses of BBoxStrategy in org.apache.solr.legacy
Methods in org.apache.solr.legacy that return BBoxStrategy Modifier and Type Method Description static BBoxStrategyBBoxStrategy. newInstance(org.locationtech.spatial4j.context.SpatialContext ctx, String fieldNamePrefix)Deprecated.Creates a newBBoxStrategyinstance that usesDoublePointandDoublePoint.newRangeQuery(java.lang.String, double, double)static BBoxStrategyBBoxStrategy. newLegacyInstance(org.locationtech.spatial4j.context.SpatialContext ctx, String fieldNamePrefix)Deprecated.LegacyNumerics will be removed -
Uses of BBoxStrategy in org.apache.solr.schema
Methods in org.apache.solr.schema that return BBoxStrategy Modifier and Type Method Description protected BBoxStrategyBBoxField. newSpatialStrategy(String fieldName)Methods in org.apache.solr.schema with parameters of type BBoxStrategy Modifier and Type Method Description protected org.apache.lucene.search.DoubleValuesSourceBBoxField. getValueSourceFromSpatialArgs(QParser parser, SchemaField field, org.apache.lucene.spatial.query.SpatialArgs spatialArgs, String scoreParam, BBoxStrategy strategy)
-