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

  • Home
  • SEARCH
  • 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 8497833
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T00:14:15+00:00 2026-06-11T00:14:15+00:00

I need a design suggestion for implementing a Index or Relation for an array.

  • 0

I need a design suggestion for implementing a Index or Relation for an array. I am using latest Spring Data Neo4j for its implementation
I have a Node which has field of categories like below,

@NodeEntity
Class Product {

      Set<Category> Categories;

}
public enum Category {
RTW,
SHOE,
DENIM,
OUTER_WEAR
}

Now, i need to find out the products which have X and Y category (for ex: RTW and SHOE).
What is the best way to achieve this?
Can i create index on array types? or Shall i create a new NodeEntity for Category and create necessary relationship between Product and Category?

Any help for this would be greatly appreciated. Thanks in advance.

  • 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-11T00:14:17+00:00Added an answer on June 11, 2026 at 12:14 am

    You should use relationships because it’s the nature of a graph database.

    [ProductA(Node)] ---[HAS_CATEGORY(Relation)]---> [Category1 (Node)] <--[HAS_CATEGORY(Relation)]---- [ProductB (Node)]
    

    Imagine that you want to display the number of products in each categories, the most popular categories based on the top selling products, user recommandations, etc… It’s easy to compute with transversal queries. You should use indexes to optimize, not to relate.

    Take a look at gremlin’s video presentation, it’s really powerful : http://www.youtube.com/watch?v=5wpTtEBK4-E

    Spring Data supports the Cypher and Gremlin query languages.

    See here for more informations about modeling categories in graph database : http://blog.neo4j.org/2010/03/modeling-categories-in-graph-database.html

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

Sidebar

Related Questions

I need to design a data structure that supports the following operations: search element
I need some design suggestions for an Image class hierarchy. Currently, I have 2
using SQL Server 2005 standard edition with SP2 I need to design a table
I have a need to create a transactional process using an external API that
Why do we need design patterns like Factory, Abstract Factory and Singleton?
We need to design a secure web application. I would like to propose a
I need to design a translation mechanism/strategy for the static text in my (scalable)
I need to design a JSON interface which when implemented on my end will
I need to design a simple piece of software, and i was wondering the
I need to design a system that will control access to certain information. The

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.