On Dec 14, 2007, at 9:55 AM, Stuart Sierra wrote:
On Dec 13, 2007 9:20 PM, solruser2 <[EMAIL PROTECTED]> wrote:
Let's say I have a database containing people, groups, and projects
(these
all have different fields). I want to index these different kinds
of objects
with a view to eventually p
On Dec 13, 2007 9:20 PM, solruser2 <[EMAIL PROTECTED]> wrote:
> Let's say I have a database containing people, groups, and projects (these
> all have different fields). I want to index these different kinds of objects
> with a view to eventually present search results from all three types mashed
>
#x27; field or equivalent?
Secondly should I just store the database row id for each object (while
still indexing the field contents) so a query on the index returns a list of
id's that I can then fetch from the database?
Thanks!
--
View this message in context:
http://www.nabble.com/Newbie-