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

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -