SV: SV: SV: Integrating dynamic data into Lucene search/ranking

2008-01-17 Thread Marcus Falk
/ Regards Marcus -Ursprungligt meddelande- Från: Tobias Lohr [mailto:[EMAIL PROTECTED] Skickat: den 17 januari 2008 15:15 Till: java-user@lucene.apache.org Ämne: Re: SV: SV: Integrating dynamic data into Lucene search/ranking Thanks for your hint. If its possible I would take a look into the code,

SV: SV: SV: Integrating dynamic data into Lucene search/ranking

2008-01-17 Thread Marcus Falk
ngligt meddelande- Från: Tobias Lohr [mailto:[EMAIL PROTECTED] Skickat: den 17 januari 2008 15:15 Till: java-user@lucene.apache.org Ämne: Re: SV: SV: Integrating dynamic data into Lucene search/ranking Thanks for your hint. If its possible I would take a look into the code, but the approach is interes

Re: SV: SV: Integrating dynamic data into Lucene search/ranking

2008-01-17 Thread Tobias Lohr
ot; the information and calculates the score for the documents of the content index. What do you say? Original-Nachricht > Datum: Thu, 17 Jan 2008 14:26:53 +0100 > Von: "Marcus Falk" <[EMAIL PROTECTED]> > An: java-user@lucene.apache.org > Betre

SV: SV: Integrating dynamic data into Lucene search/ranking

2008-01-17 Thread Marcus Falk
In our solution we used a RAMDir for the newest incoming articles and a FSDir for older ones. Then we had a limit for the ramdir like 10.000 documents when that limit were hit we used mergesegments to move the content from ramdir -> fsdir, actually we had to do some modification in the mergeseg