solution for parent-child relationship

2009-12-23 Thread Shahid Faiz
Hi, Following are details of my problem and possible solutions which I can think of. Please suggest which should I choose, or is there any other approach better than these. I want to index blog posts and their comments, in my database posts and comments are stored in two different tables. Current

one to many relationship

2009-11-03 Thread Shahid Faiz
Hi, Could anyone comment on how should I handle one-to-many relationship of domain objects in lucene? I have been searching the archive but was unable to find any answer. I have read about Compass but I am afraid it will also cost some performance penalty, any link to performance comparison will b

TermsVector

2008-12-25 Thread Shahid Faiz
Hi, I am new to lucene. I am trying to build term clusters based on the results returned by a query. Is there any way I can get terms of resulted documents and their scores? Thanks, shahid