Re: How to assure a permanent index.

2007-03-23 Thread Thierry Collogne
Where can I find some information about snappulling? On 23/03/07, Chris Hostetter [EMAIL PROTECTED] wrote: : And how would you do that? Create a new index and point solr to the new : index? : : I don't think that is possible without restarting Solr. : Another possibility is to build the

Re: How to assure a permanent index.

2007-03-23 Thread Chris Hostetter
: Where can I find some information about snappulling? http://wiki.apache.org/solr/CollectionDistribution -Hoss

Re: How to assure a permanent index.

2007-03-22 Thread Maarten . De . Vilder
Subject Re: How to assure a permanent index. On 3/21/07 1:33 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: note that you dont have to delete all documents you can just upload new documents with the same UniqueID and Solr will delete the old documents automaticly ... this way you

Re: How to assure a permanent index.

2007-03-22 Thread Mike Klaas
On 3/22/07, Thierry Collogne [EMAIL PROTECTED] wrote: And how would you do that? Create a new index and point solr to the new index? I don't think that is possible without restarting Solr. You could have two solr webapps, and alternate between to two, pointing your app at one and building on

Re: How to assure a permanent index.

2007-03-22 Thread Thierry Collogne
Ok. Thanks. On 22/03/07, Mike Klaas [EMAIL PROTECTED] wrote: On 3/22/07, Thierry Collogne [EMAIL PROTECTED] wrote: And how would you do that? Create a new index and point solr to the new index? I don't think that is possible without restarting Solr. You could have two solr webapps, and

How to assure a permanent index.

2007-03-21 Thread Thierry Collogne
Hello, Currently we are using lucene for our search on intranet, but we are thinking of replacing it with solr. While indexing, we have built in a system that assures us that there will be never be no lucene index for more than a few seconds. I was wondering if solr has something like that. I

Re: How to assure a permanent index.

2007-03-21 Thread Thierry Collogne
Sorry. Did a send by accident. This the next part of the mail. I mean if I do the following. - delete all documents from the index - add all documents - do a commit. Will this result in a temporary empty index, or will I always have results?

Re: How to assure a permanent index.

2007-03-21 Thread Bertrand Delacretaz
On 3/21/07, Thierry Collogne [EMAIL PROTECTED] wrote: ...I mean if I do the following. - delete all documents from the index - add all documents - do a commit. Will this result in a temporary empty index, or will I always have results?... Changes to the index are invisible

Re: How to assure a permanent index.

2007-03-21 Thread Maarten . De . Vilder
documents automaticly ... this way you are guaranteed not to have an empty index grts,m Thierry Collogne [EMAIL PROTECTED] 21/03/2007 09:22 Please respond to solr-user@lucene.apache.org To solr-user@lucene.apache.org cc Subject Re: How to assure a permanent index. Sorry. Did a send

Re: How to assure a permanent index.

2007-03-21 Thread Walter Underwood
On 3/21/07 1:33 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: note that you dont have to delete all documents you can just upload new documents with the same UniqueID and Solr will delete the old documents automaticly ... this way you are guaranteed not to have an empty index That

Re: How to assure a permanent index.

2007-03-21 Thread Chris Hostetter
: new documents with the same UniqueID and Solr will delete the old : documents automaticly ... this way you are guaranteed not to have an empty : index : : That works if you keep track of all documents that have disappeared : since the last index run. Otherwise, you end up with orphans in a