then please re-create the constraint (and with it the index)

On Sat, Oct 18, 2014 at 8:27 PM, Rodger <[email protected]> wrote:

> Here's more:
>
>
> Referencing:
>
> http://stackoverflow.com/questions/19801599/neo4j-is-there-a-cypher-query-syntax-to-list-show-all-indexes-in-db
>
>
> From neo4j-shell:
>
> schema
> No indexes
>
> No constraints
>
>
> -----
>
> schema ls -l *
> No indexes
>
> No constraints
>
> -----
>
> index --indexes
> Node indexes:
>   node_auto_index
>
> Relationship indexes:
>
> -----
>
> At the unix prompt:
>
> curl http://localhost:7474/db/data/schema/index/
> [ ]
>
>
>
> I'm assuming that when I created the unique constraint, an index was
> created, as I read in the docs.
>
> But the indexes don't seem to be showing up.
>
> Any ideas why?
>
>
> On Saturday, October 18, 2014 12:11:42 AM UTC-5, Rodger wrote:
>>
>> Dear Experts,
>>
>> I'm using NEO4J 2.1.4 on Redhat 6.4.
>>
>> And have about 88K Person nodes.
>>
>> match  (x)
>> return labels(x), count(*)
>>
>>  --
> 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.

Reply via email to