RE: Using separate index for each user

2008-09-19 Thread Jimi HullegÄrd
TED] > Sent: den 19 september 2008 13:43 > To: java-user@lucene.apache.org > Subject: Re: Using separate index for each user > > IF you create a field in the index which would hold username > then you can > create search queries to reject entries which don;t belong to > the

Re: Using separate index for each user

2008-09-19 Thread Alexander Aristov
IF you create a field in the index which would hold username then you can create search queries to reject entries which don;t belong to the user? it's much efficient Alexander 2008/9/16 Tobias Larsson Hult <[EMAIL PROTECTED]> > Hi, > > We're thinking of using Lucene to integrate search in a b

Re: Using separate index for each user

2008-09-18 Thread Erick Erickson
e >> of queries? >> >> I'd only be comfortable with choosing an approach if I tried >> it out with a single computer's content and generated a few >> stats >> >> Best >> Erick >> >> - Original Message >> >>> From:

Re: Using separate index for each user

2008-09-17 Thread Tobias Larsson Hult
<[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Tuesday, September 16, 2008 10:55:09 AM Subject: Using separate index for each user Hi, We're thinking of using Lucene to integrate search in a backup service application. The background is that we have a bunch of users using a

Re: Using separate index for each user

2008-09-16 Thread Otis Gospodnetic
age > From: Tobias Larsson Hult <[EMAIL PROTECTED]> > To: java-user@lucene.apache.org > Sent: Tuesday, September 16, 2008 10:55:09 AM > Subject: Using separate index for each user > > Hi, > > We're thinking of using Lucene to integrate search in a backup service

Re: Using separate index for each user

2008-09-16 Thread Erick Erickson
The main arguments against using many separate indexes are 1> search warmup time. That is, each time you open an index the first few queries take much longer than subsequent searches. 2> Managing a bazillion indexes is non-trivial. That said, in your particular case these may not apply. I gu

Using separate index for each user

2008-09-16 Thread Tobias Larsson Hult
Hi, We're thinking of using Lucene to integrate search in a backup service application. The background is that we have a bunch of users using a backup service, and we want them to be able to search their own, and only their own, backups. The total amount of data that's being backed up is