Re: large document with multiple fields performance

2009-09-08 Thread Anshum
Hi Stephen, Could you clarify more on the requirement. Do you intend to have data in index as: Document{ String Comment; String CommentId; String ProjectId; } How do you intend to index it.. as in the doc structure? Is there a primary key there? What would you search on? What would you want

RE: large document with multiple fields performance

2009-09-08 Thread Stephen Greene
java-user@lucene.apache.org Subject: Re: large document with multiple fields performance Hi Stephen, Could you clarify more on the requirement. Do you intend to have data in index as: Document{ String Comment; String CommentId; String ProjectId; } How do you intend to index it.. as in the doc structure? I

Re: large document with multiple fields performance

2009-09-08 Thread Anshum
y, as each search term will always search all fields, this is > somewhat easier in the normalized example as opposed to creating 20 "or" > queries.) > > Thanks, > > Steve > > -Original Message- > From: Anshum [mailto:ansh...@gmail.com] > Sent: Tuesday, S

RE: large document with multiple fields performance

2009-09-13 Thread Stephen Greene
a problem and implementing a custom hitcollector will do the trick? Thanks again, Steve -Original Message- From: Anshum [mailto:ansh...@gmail.com] Sent: Tuesday, September 08, 2009 2:08 PM To: java-user@lucene.apache.org Subject: Re: large document with multiple fields performance Hey