RE: Deciding how to use reader

2012-12-10 Thread Lars-Erik Aabech
Thanks again. Lucene.NET is supposed to be equally thread safe, so I'll give it a go. L-E -Original Message- From: Ian Lea [mailto:ian@gmail.com] Sent: 10. desember 2012 13:18 To: java-user@lucene.apache.org Subject: Re: Deciding how to use reader Certainly in java IndexRead

Re: Deciding how to use reader

2012-12-10 Thread Ian Lea
; multiple fields etc. takes <1 sec. > > Besides, it's more fun getting to know and tamper around with lucene itself. > > Lars-Erik > > -Original Message- > From: Ian Lea [mailto:ian@gmail.com] > Sent: 10. desember 2012 13:00 > To: java-user@lucene.apa

RE: Deciding how to use reader

2012-12-10 Thread Lars-Erik Aabech
ge- From: Ian Lea [mailto:ian@gmail.com] Sent: 10. desember 2012 13:00 To: java-user@lucene.apache.org Subject: Re: Deciding how to use reader If the index is only updated once an hour I'd create a new reader once an hour as well, synchronized with the updates. Have you considered S

Re: Deciding how to use reader

2012-12-10 Thread Ian Lea
If the index is only updated once an hour I'd create a new reader once an hour as well, synchronized with the updates. Have you considered Solr? That would probably take care of most of the complications pretty much out of the box. http://lucene.apache.org/solr/features.html -- Ian. On Mon, D