Best index architecture

2007-08-14 Thread Albert Vila
Hi We have a system like 'google news'. We currently parse and index over 180.000 headlines per day. One month data is 10Gb and the indexation process takes 2 hours +/-, the index size is 6Gb +/- (We're using mergeFactor 40, setMaxBufferedDocs 10, setRAMBufferSizeMb 500 and useCompou

Re: Multiple fields vs one field

2007-08-06 Thread Albert Vila
, you can all your document types to your existing index. And guess what, you don't need to change anything for this. All the best. Regards, kapilChhabra -Original Message- From: Albert Vila [mailto:[EMAIL PROTECTED] Sent: Monday, August 06, 2007 5:42 PM To: java-user@lucene.apach

Multiple fields vs one field

2007-08-06 Thread Albert Vila
Hi all My data looks like: Document 1 code, title, content, type, language, date, ... Document 2 code, title, content, type, language, date, ... ... Document n code, title, content, type, language, date, ... Now a

Retrieve all terms

2005-05-18 Thread Albert Vila
Hi all, I need to retrieve all terms from an specified field filtered for another field. For example, Document 1 -> Document 2 -> Document 3 -> Document 4 -> Then, I want to retrieve al