Re: [Neo4j] Using 'Spatial' IndexProvider from Within Webadmin

2011-11-11 Thread Peter Neubauer
Hi there,
make sure you are first loading the index with a special
configuration, otherwise it will not be discovered by the indexing
framework. You can do this with something like
https://github.com/neo4j/spatial/blob/master/features/start-and-stop.feature#L16
. In webadmin, this would be a

POST http://localhost:7474/db/data/index/node/ {name:test,
config:{provider:spatial}}

And the new index be listed in the index manager after that.

Does that work?

Cheers,

/peter neubauer

GTalk:      neubauer.peter
Skype       peter.neubauer
Phone       +46 704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter      http://twitter.com/peterneubauer

http://www.neo4j.org              - NOSQL for the Enterprise.
http://startupbootcamp.org/    - Öresund - Innovation happens HERE.



On Thu, Nov 10, 2011 at 5:44 PM, b m bm3...@gmail.com wrote:
 I want to be able to use the spatial index provider from within
 Webadmin's Power Tool console.  Using this provider works fine in Embedded
 mode, but what do I need to do to get it installed and usable from within
 Webadmin?  I tried copying the spatial jar and it's dependencies into the
 serverRoot/lib and the serverRoot/plugins directories, but didn't seem
 to work.
 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user

___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Using 'Spatial' IndexProvider from Within Webadmin

2011-11-11 Thread Peter Neubauer
got details? can then do an example.

Cheers,

/peter neubauer

GTalk:      neubauer.peter
Skype       peter.neubauer
Phone       +46 704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter      http://twitter.com/peterneubauer

http://www.neo4j.org              - NOSQL for the Enterprise.
http://startupbootcamp.org/    - Öresund - Innovation happens HERE.



On Fri, Nov 11, 2011 at 7:53 PM, bm3780 bm3...@gmail.com wrote:
 I got it working.  Thanks.

 --
 View this message in context: 
 http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-Using-Spatial-IndexProvider-from-Within-Webadmin-tp3497245p3500663.html
 Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user

___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Using 'Spatial' IndexProvider from Within Webadmin

2011-11-11 Thread bm3780
I actually just placed spatial jar into the serverRoot/plugin directory.  I
then placed all the spatial-specific jars into the serverRoot/lib
directory.  After restarting, the spatial index provider was recognized.

--
View this message in context: 
http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-Using-Spatial-IndexProvider-from-Within-Webadmin-tp3497245p3500706.html
Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Using 'Spatial' IndexProvider from Within Webadmin

2011-11-11 Thread Peter Neubauer
Ahh sorry,
that is of course cool. /plugins would work too.

Cheers,

/peter neubauer

GTalk:      neubauer.peter
Skype       peter.neubauer
Phone       +46 704 106975
LinkedIn   http://www.linkedin.com/in/neubauer
Twitter      http://twitter.com/peterneubauer

http://www.neo4j.org              - NOSQL for the Enterprise.
http://startupbootcamp.org/    - Öresund - Innovation happens HERE.



On Fri, Nov 11, 2011 at 8:09 PM, bm3780 bm3...@gmail.com wrote:
 I actually just placed spatial jar into the serverRoot/plugin directory.  I
 then placed all the spatial-specific jars into the serverRoot/lib
 directory.  After restarting, the spatial index provider was recognized.

 --
 View this message in context: 
 http://neo4j-community-discussions.438527.n3.nabble.com/Neo4j-Using-Spatial-IndexProvider-from-Within-Webadmin-tp3497245p3500706.html
 Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user

___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user