Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
GeoNewb Question
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Matt MacKenzie  
View profile  
 More options May 10 2012, 2:10 pm
From: Matt MacKenzie <m...@uberity.com>
Date: Thu, 10 May 2012 18:10:03 +0000
Local: Thurs, May 10 2012 2:10 pm
Subject: GeoNewb Question

Hi,

I'm using spring-data-neo4j in a project, and decided today that I needed to attach a point to various entities.  So, I added –spatial to my pom, and tried to add this in an entity:

    @Indexed(type = POINT, indexName = "VenueLocation") String wkt;

The problem is that "POINT" is undefined.  Am I somehow missing libs?  The dependency is present, I have the "gis" package available to me.

Matt MacKenzie
CEO, Uberity Technology Corporation
+1 877-880-7043 ext. 10
www.uberity.com


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Hunger  
View profile  
 More options May 10 2012, 2:24 pm
From: Michael Hunger <michael.hun...@neotechnology.com>
Date: Thu, 10 May 2012 20:24:24 +0200
Local: Thurs, May 10 2012 2:24 pm
Subject: Re: [Neo4j] GeoNewb Question

Matt,

you use spring-data-neo4j, right? Which version?

IndexType.POINT should work, you probably just miss a static import.

Michael

Am 10.05.2012 um 20:10 schrieb Matt MacKenzie:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matt MacKenzie  
View profile  
 More options May 10 2012, 3:21 pm
From: Matt MacKenzie <m...@uberity.com>
Date: Thu, 10 May 2012 19:21:47 +0000
Local: Thurs, May 10 2012 3:21 pm
Subject: Re: [Neo4j] GeoNewb Question

Michael,

Thanks, I'll look at that then.  Yes, version 2.0.0.RELEASE.

Matt MacKenzie

From: Michael Hunger <michael.hun...@neotechnology.com<mailto:michael.hun...@neotechnology.com>>
Reply-To: <neo4j@googlegroups.com<mailto:neo4j@googlegroups.com>>
Date: Thu, 10 May 2012 20:24:24 +0200
To: <neo4j@googlegroups.com<mailto:neo4j@googlegroups.com>>
Subject: Re: [Neo4j] GeoNewb Question

Matt,

you use spring-data-neo4j, right? Which version?

IndexType.POINT should work, you probably just miss a static import.

Michael

Am 10.05.2012 um 20:10 schrieb Matt MacKenzie:

Hi,

I'm using spring-data-neo4j in a project, and decided today that I needed to attach a point to various entities.  So, I added –spatial to my pom, and tried to add this in an entity:

    @Indexed(type = POINT, indexName = "VenueLocation") String wkt;

The problem is that "POINT" is undefined.  Am I somehow missing libs?  The dependency is present, I have the "gis" package available to me.

Matt MacKenzie
CEO, Uberity Technology Corporation
+1 877-880-7043 ext. 10
www.uberity.com<http://www.uberity.com>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matt MacKenzie  
View profile  
 More options May 10 2012, 3:25 pm
From: Matt MacKenzie <m...@uberity.com>
Date: Thu, 10 May 2012 19:25:42 +0000
Local: Thurs, May 10 2012 3:25 pm
Subject: Re: [Neo4j] GeoNewb Question

Hmm… "The attribute type is undefined for the annotation type Indexed" (compile error).  The Indexed annotation is coming from org.springframework.data.neo4j.annotation.*…

Matt MacKenzie

From: Michael Hunger <michael.hun...@neotechnology.com<mailto:michael.hun...@neotechnology.com>>
Reply-To: <neo4j@googlegroups.com<mailto:neo4j@googlegroups.com>>
Date: Thu, 10 May 2012 20:24:24 +0200
To: <neo4j@googlegroups.com<mailto:neo4j@googlegroups.com>>
Subject: Re: [Neo4j] GeoNewb Question

Matt,

you use spring-data-neo4j, right? Which version?

IndexType.POINT should work, you probably just miss a static import.

Michael

Am 10.05.2012 um 20:10 schrieb Matt MacKenzie:

Hi,

I'm using spring-data-neo4j in a project, and decided today that I needed to attach a point to various entities.  So, I added –spatial to my pom, and tried to add this in an entity:

    @Indexed(type = POINT, indexName = "VenueLocation") String wkt;

The problem is that "POINT" is undefined.  Am I somehow missing libs?  The dependency is present, I have the "gis" package available to me.

Matt MacKenzie
CEO, Uberity Technology Corporation
+1 877-880-7043 ext. 10
www.uberity.com<http://www.uberity.com>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Hunger  
View profile  
 More options May 10 2012, 3:49 pm
From: Michael Hunger <michael.hun...@neotechnology.com>
Date: Thu, 10 May 2012 21:49:19 +0200
Local: Thurs, May 10 2012 3:49 pm
Subject: Re: [Neo4j] GeoNewb Question

Oh, back then it was called indexType

see http://static.springsource.org/spring-data/data-neo4j/docs/2.0.0.RELE...

any reason not to upgrade to a more current version? Like 2.1.0.RC1 ?

Thanks

Michael

Am 10.05.2012 um 21:25 schrieb Matt MacKenzie:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matt MacKenzie  
View profile  
 More options May 11 2012, 9:01 am
From: Matt MacKenzie <m...@uberity.com>
Date: Fri, 11 May 2012 13:01:49 +0000
Local: Fri, May 11 2012 9:01 am
Subject: Re: [Neo4j] GeoNewb Question

I am now on 2.1.0.RC1 with Neo4J 1.7, and the only thing that works is:

@Indexed(indexType = IndexType.POINT…)

Fine by me, but the docs say "type = POINT".
http://static.springsource.org/spring-data/data-neo4j/docs/2.1.0.RC1/...

Thanks for the help!

-matt

From: Michael Hunger <michael.hun...@neotechnology.com<mailto:michael.hun...@neotechnology.com>>
Reply-To: <neo4j@googlegroups.com<mailto:neo4j@googlegroups.com>>
Date: Thu, 10 May 2012 21:49:19 +0200
To: <neo4j@googlegroups.com<mailto:neo4j@googlegroups.com>>
Subject: Re: [Neo4j] GeoNewb Question

Oh, back then it was called indexType

see http://static.springsource.org/spring-data/data-neo4j/docs/2.0.0.RELE...

any reason not to upgrade to a more current version? Like 2.1.0.RC1 ?

Thanks

Michael

Am 10.05.2012 um 21:25 schrieb Matt MacKenzie:

Hmm… "The attribute type is undefined for the annotation type Indexed" (compile error).  The Indexed annotation is coming from org.springframework.data.neo4j.annotation.*…

Matt MacKenzie

From: Michael Hunger <michael.hun...@neotechnology.com<mailto:michael.hun...@neotechnology.com>>
Reply-To: <neo4j@googlegroups.com<mailto:neo4j@googlegroups.com>>
Date: Thu, 10 May 2012 20:24:24 +0200
To: <neo4j@googlegroups.com<mailto:neo4j@googlegroups.com>>
Subject: Re: [Neo4j] GeoNewb Question

Matt,

you use spring-data-neo4j, right? Which version?

IndexType.POINT should work, you probably just miss a static import.

Michael

Am 10.05.2012 um 20:10 schrieb Matt MacKenzie:

Hi,

I'm using spring-data-neo4j in a project, and decided today that I needed to attach a point to various entities.  So, I added –spatial to my pom, and tried to add this in an entity:

    @Indexed(type = POINT, indexName = "VenueLocation") String wkt;

The problem is that "POINT" is undefined.  Am I somehow missing libs?  The dependency is present, I have the "gis" package available to me.

Matt MacKenzie
CEO, Uberity Technology Corporation
+1 877-880-7043 ext. 10
www.uberity.com<http://www.uberity.com/>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »