Registry / other / lucene-spatial3d

lucene-spatial3d

JSON →
library10.4.0javamavenunverified

Apache Lucene (module: spatial3d) provides spatial search capabilities for 3D geometries.

<dependency> <groupId>org.apache.lucene</groupId> <artifactId>lucene-spatial3d</artifactId> <version>10.4.0</version> </dependency>
INSTALL
IMPORT
SIG · LUCENE-SPATIAL3D
L
lucene-spatial3d
otherjavav10.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Geo3DPoint
org.apache.lucene.spatial3d.Geo3DPoint

Minimal usage of Geo3DPoint

import org.apache.lucene.spatial3d.Geo3DPoint; import org.apache.lucene.document.Document; public class Example { public static void main(String[] args) { Document doc = new Document(); doc.add(new Geo3DPoint("location", 40.7128, -74.0060, 0.0)); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
10.4.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
lucene-spatial3d — mvn dependency:get lucene-spatial3d · libregistry