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 8816305
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T04:35:29+00:00 2026-06-14T04:35:29+00:00

I am using Neo4j – Graph Database Kernel 1.8 It uses this gremlin version:

  • 0

I am using Neo4j - Graph Database Kernel 1.8

It uses this gremlin version:

gremlin> Gremlin.version()
==> 1.5

which is very old version.

I want to upgrade to gremlin 2.0 or 2.1 from the github project, since I can’t run this command on gremlin 1.5:

gremlin> g.v(1).outE.has("weight", T.gte, 0.5f).weight
==> No such property: T for class: groovysh_evaluate

My question is what should I do, so I won’t mess up all the entire environment of neo4j.

  • 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-06-14T04:35:30+00:00Added an answer on June 14, 2026 at 4:35 am

    You can run:

    import com.tinkerpop.gremlin.Tokens.T
    

    To call the gremlin helper Tokens (“T”) directly:

    g.v(1).outE.has("weight", T.gte, 0.5f).weight
    

    Or you can write:

    g.v(0).outE.has("weight", Tokens.T.gte, 0.5f).weight
    

    Write it in the gremlin shell.

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

Sidebar

Related Questions

This is how you can sort (order) results from Neo4j graph using Gremlin: g.v(id).out('knows').sort{it.name}
I am using py2neo for accessing neo4j database. I'm loading the graph from data
I'm using batch insertion of nodes and relationships into Neo4j graph database. Everything works,
I am confused between using a generic graph database (neo4j) to mongodb for tracking
I've created a neo4j graph using Java, and it's sitting in an embedded database.
Is there a way to iterate through every node in a neo4j database using
I'm using the Neography gem to interact with a Neo4j database through the REST
I'm using Neo4j in a concurrent environment and I have graph that looks like
I'm using the simple object/graph mapping in Spring Data Neo4j 2.0, where I perform
Curious about using app harbor for my web api backed by a neo4j database.

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.