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
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
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
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
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
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
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
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