Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6899813
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T07:28:07+00:00 2026-05-27T07:28:07+00:00

Are auto-indices on (node or relationship) properties used by the Cypher execution engine when

  • 0

Are auto-indices on (node or relationship) properties used by the Cypher execution engine when executing a filtering WHERE clause? If not, is there a way to tell Cypher to use them? What about for third-party (e.g., Lucene) indices?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T07:28:08+00:00Added an answer on May 27, 2026 at 7:28 am

    This is something that we’ve thought a lot about, but alas, not yet.

    The indexing part of Neo4j is going to get an overhaul soon, and when that happens, we will tie Cypher closer to it, to be able to do this, and other interesting things (like heuristics to pick the right index to use).

    You can do it manually though. If you have a movies<-[:ACTS_IN]-actor model, and you want all actor named Kevin Bacon that have participated in a movie, you can write it as:

    START movie=node:movies("title:M*") 
    MATCH movie<-[:ACTS_IN]-actor
    WHERE actor.name = "Kevin Bacon"
    RETURN movie.title
    

    or, you can do the same with indexes:

    START movie=node:movies("title:M*"),
          actor=node:actors(name="Kevin Bacon")
    MATCH movie<-[:ACTS_IN]-actor
    RETURN movie.title
    

    Which one is the fastest is hard to tell. Depends.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Auto-open NERDTree in “EVERY” tab Is there a way to automatically execute
auto generated method argument names looks like arg0, arg1, arg2 is there any way
How does Stack Overflow auto-generate the gravatars for those users who do not upload
I auto generated an xsd file from the below xml and used xsd2code to
Jquery auto refresh is using up a LOT of browser memory. Is there a
It auto detect my current location when i run this app but there isn't
My app must NOT auto -rotate at all. But it includes a screen which
Trying to auto-wire properties to a bean in Spring 3.0.5.RELEASE , I'm using: config.properties
Is there a library available for Auto Suggest/Complete for cases like the following Searching
If you have a boost::multi_index_container< > with multiple indices, there are obviously multiple ways

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.