Jack Sleight
2008-06-05 18:40:18 UTC
Hi,
I have an application with multiple modules, each of which contain very
different kinds of data (eg. news and shop), and each would have their
results displayed in different ways (although on one page, I want people
to be able to search everything from one place). Is it best to maintain
separate indexes for each module, then query them all when someone does
a search, or is it best to store everything in one index, and then
(somehow??) group the results into their relevant modules and display
them that way?
Thanks for any advice,
I have an application with multiple modules, each of which contain very
different kinds of data (eg. news and shop), and each would have their
results displayed in different ways (although on one page, I want people
to be able to search everything from one place). Is it best to maintain
separate indexes for each module, then query them all when someone does
a search, or is it best to store everything in one index, and then
(somehow??) group the results into their relevant modules and display
them that way?
Thanks for any advice,
--
Jack
Jack