Kevin, how long is the array? How often does it get changed?
--Yakov 2015-11-25 1:02 GMT+03:00 Kevin Daly <[email protected]>: > We have an object that contain an array of long[] values > > What I am trying to do is to find all of the objects that contain a value > in > that array.. Kind of trying to simulate edges in a graph database.. We can > achieve this goal via link tables and SQL > > Alternatively I was thinking of indexing the objects with lucene, thus > using > that index, but it looks like it will only index text, not and array of > long > values. > > Kind of trying to think our of the box. > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Searching-for-something-based-on-an-Array-values-tp2047p2053.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
