[ 
https://issues.apache.org/jira/browse/LUCENE-7951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16156980#comment-16156980
 ] 

Ignacio Vera edited comment on LUCENE-7951 at 9/7/17 1:59 PM:
--------------------------------------------------------------

The following error is thrown by precommit if you try to use the random 
generator in spatial-3d:

error: cannot find symbol
    [javac] import org.apache.lucene.spatial3d.geom.RandomGeoShapeGenerator;
    [javac]                                        ^
    [javac]   symbol:   class RandomGeoShapeGenerator
    [javac]   location: package org.apache.lucene.spatial3d.geom
    [javac] 1 error

BUILD FAILED

It  seems you cannot share classes inside different test packages.

Regarding GeoArea: Do you mean that this implementation will replace the 
current one? e.g. rename Geo3dAreaShape to Geo3dShape. That was my original 
idea as current implementation is very limited and now we can really make a 
full integration. Spatial relationship resolution was the first milestone to be 
able to complete this integration.


was (Author: ivera):
The following error is thrown by precommit if you try to use the random 
generator in spatial-3d:

    [javac] import org.apache.lucene.spatial3d.geom.RandomGeoShapeGenerator;
    [javac]                                        ^
    [javac]   symbol:   class RandomGeoShapeGenerator
    [javac]   location: package org.apache.lucene.spatial3d.geom
    [javac] 1 error

BUILD FAILED

It  seems you cannot share classes inside different test packages.

Regarding GeoArea: Do you mean that this implementation will replace the 
current one? e.g. rename Geo3dAreaShape to Geo3dShape. That was my original 
idea as current implementation is very limited and now we can really make a 
full integration. Spatial relationship resolution was the first milestone to be 
able to complete this integration.

> New wrapper classes for Geo3d
> -----------------------------
>
>                 Key: LUCENE-7951
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7951
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: modules/spatial-extras
>            Reporter: Ignacio Vera
>            Assignee: David Smiley
>            Priority: Minor
>         Attachments: LUCENE-7951.patch, LUCENE-7951.patch
>
>
> Hi,
> After the latest developments in the Geo3d library, in particular:
> [https://issues.apache.org/jira/browse/LUCENE-7906] : Spatial relationships 
> between GeoShapes
> [https://issues.apache.org/jira/browse/LUCENE-7936]: Serialization of 
> GeoShapes.
> I propose a new set of wrapper classes which can be for example linked to 
> Solr as they implement their own SpatialContextFactory. It provides the 
> capability of indexing shapes with 
>  spherical geometry.
> Thanks!



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to