Re: [Neo4j] Problem relates to relationship index,schema index

2014-07-29 Thread Michael Hunger
Legacy indexes can be listed in the neo4j-shell or in the localhost:7474/webadmin console with index --list (see help index) Schema indexes with :schema in the browser or "schema" in the shell Logs are in data/log/* or data/graph.db/messages.log On Tue, Jul 29, 2014 at 8:26 AM, Alex winter wro

[Neo4j] Question about communication method with embedded db and HA mode.

2014-07-29 Thread Frandro
I decided to use embedded mode for better performance rather than rest API. But the problem is that a process on another host can't communicate with neo4j since neo4j is not running on an IP. What's a recommended method of remote calls between the processes? And I have to think of extending it l

[Neo4j] Re: Pagination bug since 3.1.0

2014-07-29 Thread Michael Hunger
Hi, looks like a bug, would you mind sending in a PR for that? Thanks so much. On Tuesday, July 29, 2014 12:22:19 PM UTC+2, Gwendal Mousset wrote: > > Hi all, > > I've got an issue with SDN 3.1.0 with pageable parameter. > > Here my cypher query : > > /** > > * Get leaderboard. > > * @param pa

[Neo4j] Neo4j Query Result as a Subgraph

2014-07-29 Thread Alireza Rezaei Mahdiraji
Hi All, I would like to know if it is possible to get the query result as a subgraph which might be stored separately or used for further query. Is this the case for spatial neo4j too? Thanks, Best, Alireza -- You received this message because you are subscribed to the Google Groups "Neo

Re: [Neo4j] Neo4j server not starting after replacing graph.db with a new one (with same name)

2014-07-29 Thread Mohana Krishna
Hello Michael, Thanks for the response. I am unable to download data from the link you have sent. Please look into it. Cheers :) On Saturday, 26 July 2014 12:18:43 UTC+5:30, Michael Hunger wrote: > > Hi Mohana, > > It is very probably a version issue, that the twitter graph is an older > versi

[Neo4j] Problem relates to relationship index,schema index

2014-07-29 Thread Alex winter
Hi. I have some problem relates to index: - When I use the statement " create index on .. " I got error: " "Index entered a FAILED state. Please see database logs." So what is a database logs in neo4j database? So I could know why I can't create index. - When I imported data to neo4j, i setu

Re: [Neo4j] Neo4j 2.1.2 Gremlin Console Support

2014-07-29 Thread Peter Neubauer
Effy, are you using Neoj4 2.x now? Since we have switched to the new Neo4j Browser, I think that code and plugin is more or less obsolete for 2.x Neo4j. If you application depends on sending Gremlin over the wire, I would either - just build an endpoint in your server with a server extension, whic

[Neo4j] Pagination bug since 3.1.0

2014-07-29 Thread Gwendal Mousset
Hi all, I've got an issue with SDN 3.1.0 with pageable parameter. Here my cypher query : /** * Get leaderboard. * @param pagerThe pager. * @return The pagined leaderboard. */ @Query("MATCH (user:User) " + "WHERE user.isSubscriber=true AND user.rank IS NOT NULL " + "RETURN