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

Reply via email to