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
ultisearcher on top. The indexsearcher that uses the small RAMDir can be > rebinded > quite often. > > / > Regards > M > > > -Ursprungligt meddelande- > Från: Andrzej Bialecki [mailto:[EMAIL PROTECTED] > Skickat: den 17 januari 2008 10:55 > Till: java-us

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

2008-01-17 Thread Marcus Falk
s M -Ursprungligt meddelande- Från: Andrzej Bialecki [mailto:[EMAIL PROTECTED] Skickat: den 17 januari 2008 10:55 Till: java-user@lucene.apache.org Ämne: Re: SV: Integrating dynamic data into Lucene search/ranking Tobias Lohr wrote: > I'm not really sure, if this approach is possible for

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

2008-01-17 Thread Andrzej Bialecki
Tobias Lohr wrote: I'm not really sure, if this approach is possible for working in changes every - let's say - 30 seconds!? The conventional wisdom is to use RAMDirectory in such scenarios. I.e. you commit frequent updates to a RAMDirectory and frequently reopen its Searcher (which should b

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

2008-01-17 Thread Tobias Lohr
he.org, java-user@lucene.apache.org > Betreff: SV: Integrating dynamic data into Lucene search/ranking > We did this in our system, indexing a constant flow of news articles, by > doing as Otis described (reopened the indexsearcher).. > > Every 3:d minute we are creating a new indexsearche

SV: Integrating dynamic data into Lucene search/ranking

2008-01-16 Thread Marcus Falk
We did this in our system, indexing a constant flow of news articles, by doing as Otis described (reopened the indexsearcher).. Every 3:d minute we are creating a new indexsearcher in the background after this searcher has been created we are fireing some warm up queries against it and after t