: Where can I find some information about snappulling?
http://wiki.apache.org/solr/CollectionDistribution
-Hoss
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 th
: > 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 index on a master and use
: snappuller to install it on the slave (I'll admit that I've never used
that's pret
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, a
And how would you do that? Create a new index and point solr to the new
index?
On 22/03/07, Mike Klaas <[EMAIL PROTECTED]> wrote:
On 3/22/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> well, yes indeed :)
> but i do think it is easier to put up synchronisation for deleted
> documents as wel
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 o
On 3/22/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
well, yes indeed :)
but i do think it is easier to put up synchronisation for deleted
documents as well
clearing the whole index is kind of overkill
when you do this :
* delete all documents
* submit all documents
* commit
you should also
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 ...
: > 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
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
Th
Thank you for the quick response. I wil take a look at it.
On 21/03/07, Bertrand Delacretaz <[EMAIL PROTECTED]> wrote:
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
> -
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.
Sorr
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 invisibl
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?
14 matches
Mail list logo