Indexing composite types with Lucene -
currently i'm building search tool project index objects created multiple database tables (i.e. people , things do). wondering if there better way of going other creating objects corresponding each of combination of people/things (there thousands of each).
e.g. creating object corresponds person 1 - thing 1, , person 1 - thing 2 n things person 1 does. then, indexing collection of objects. doing same thing person 2.
you might use join functionality if dont want denormalize records. @ this article starters. performance worse denormalizing enough.
Comments
Post a Comment