Re: Newbie question about Solr use in web applications

2007-12-18 Thread George Everitt
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

Re: Newbie question about Solr use in web applications

2007-12-14 Thread Stuart Sierra
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 >

Newbie question about Solr use in web applications

2007-12-13 Thread solruser2
#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-