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 <[email protected]> wrote: > > 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 setup the property: auto relationship > index is true. So I know that it is created or not?The same question for > other legacy index. > > Thanks > > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
