/
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,
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
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
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
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
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
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