Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
mutating Cypher queries and auto-indexing
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
brian  
View profile  
 More options Oct 8 2012, 12:56 pm
From: brian <blevine...@gmail.com>
Date: Mon, 8 Oct 2012 09:56:46 -0700 (PDT)
Local: Mon, Oct 8 2012 12:56 pm
Subject: mutating Cypher queries and auto-indexing

Hello,

I just wanted to confirm that my understanding is correct.  Is it true that
mutating Cypher queries do not affect auto-indexes?  For example, if I
create/delete a Node via a Cypher query, will the Node be added/removed
from the associated auto index?

Thanks.

-brian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Hunger  
View profile  
 More options Oct 8 2012, 1:07 pm
From: Michael Hunger <michael.hun...@neotechnology.com>
Date: Mon, 8 Oct 2012 19:07:11 +0200
Local: Mon, Oct 8 2012 1:07 pm
Subject: Re: [Neo4j] mutating Cypher queries and auto-indexing
If you enabled and configured the auto-index to index the fields of such a node, then yes.

Please note that index removal happens lazily when the nodes is requested the next time from the index and not found in the graphdb.

Cheers

Michael

Am 08.10.2012 um 18:56 schrieb brian:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
brian  
View profile  
 More options Oct 8 2012, 1:49 pm
From: brian <blevine...@gmail.com>
Date: Mon, 8 Oct 2012 10:49:17 -0700 (PDT)
Local: Mon, Oct 8 2012 1:49 pm
Subject: Re: [Neo4j] mutating Cypher queries and auto-indexing

I'm not sure which of my questions you were answering "yes" to.  I probably
should have phrased my question differently.  I think you're saying that
nodes create/deleted using Cypher *should* be added/removed in the auto
index?  Is that correct?

Thanks.

-brian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Michael Hunger  
View profile  
 More options Oct 8 2012, 2:03 pm
From: Michael Hunger <michael.hun...@neotechnology.com>
Date: Mon, 8 Oct 2012 20:03:20 +0200
Local: Mon, Oct 8 2012 2:03 pm
Subject: Re: [Neo4j] mutating Cypher queries and auto-indexing

yep, that is correct.

the precondition being.

# you enabled the autoindex
# you configured the autoindex to index fields that occur on those nodes

Michael

Am 08.10.2012 um 19:49 schrieb brian:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »