[Neo4j] Index creation and query

2016-03-11 Thread Hugo Labra
Hello, I am trying to create an index but I have not been able to get results back when I query it. Hugo -- 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

[Neo4j] Indexes creation an query problems Neo4j2.3.2

2016-03-11 Thread Hugo Labra
Hi Neo I am trying to use neo4j 2.3.2 and load my graph and create an auto text index, I have enabled the node_auto_indexing=true property in the conf file and also specified the property that I want to index, which is called name. But when I load the graph apparently there is nothing because

[Neo4j] text Indexing not working with neo4j-importer

2016-03-11 Thread Hugo Labra
Hello! I am trying to use neo4j but I have some doubts regarding it. I was trying to load a graph and create a text index but apparently I haven't been able to. I tried using the node_auto_indexing=true and key names properties in the .conf file before loading using neo4j-importer, and also

[Neo4j] Re: Index creation and query

2016-03-11 Thread Hugo Labra
I got that query from the following doc page: http://neo4j.com/docs/stable/query-start.html how can they be in the incorrect format and return no results, I will read the tutorial, thanks :) -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To

[Neo4j] Re: Index creation and query

2016-03-11 Thread Hugo Labra
name) on Cypher but I have the same problem when I run queries trying to find some nodes that I know are there the results are empty, even for exact matches without the wildcard. Is this a text index or btree or what type of index? Thanks in advance for your help. Hugo On Friday, March 11, 2016

[Neo4j] Re: Index creation and query

2016-03-11 Thread Hugo Labra
and after :( I am doing the following queries, they return the result but they don't improve with the index MATCH (n:Node{ name: 'v14' }) RETURN n and MATCH (n:Node) WHERE n.name = 'v14' RETURN n Thanks in advance for your help Hugo On Friday, March 11, 2016 at 2:26:34 PM UTC-6, Hugo

[Neo4j] Re: Index creation and query

2016-03-14 Thread Hugo Labra
ne queries, but is this the only Index supported or maybe also Btree, so "Legacy full text index" on the documetation refers to lucene, is "create index on" also lucene or btree maybe? Thanks, Hugo On Friday, March 11, 2016 at 2:26:34 PM UTC-6, Hugo Labra wrote: > > Hello, > >

[Neo4j] Re: Index creation and query

2016-03-15 Thread Hugo Labra
RN n LIMIT 10; On Friday, March 11, 2016 at 2:26:34 PM UTC-6, Hugo Labra wrote: > > Hello, > > I am trying to create an index but I have not been able to get results > back when I query it. > > Hugo > -- You received this message because you are subscribed t