Hi Gaston,
Thank you very much for your help. I tried your scenario and everything looks good.
Thank,
Karesz
From: Gaston Gonzalez <gaston.gonzalez@...>
To: fast_dev@yahoogroups.com
Sent: Tue, January 18, 2011 3:26:34 PM
Subject: Re: [fast_dev] How to use clearcollection
From: tanczoskaroly <tanczoskaroly@...>
To: fast_dev@yahoogroups.com
Sent: Sun, January 16, 2011 2:21:34 AM
Subject: [fast_dev] How to use clearcollection
Thank you very much for your help. I tried your scenario and everything looks good.
Thank,
Karesz
From: Gaston Gonzalez <gaston.gonzalez@...>
To: fast_dev@yahoogroups.com
Sent: Tue, January 18, 2011 3:26:34 PM
Subject: Re: [fast_dev] How to use clearcollection
Hi Karesz,
To clear the documents in a collection on all (-a) index columns execute:
indexeradmin -a cleancollection CollectionName
If the FiXML count is different from the
searchable index after you clear your collection, you may need to reset the index and allow the index to be re-created from your FiXML
indexeradmin -a resetindex
We occasionally see this behavior in our development VM environments.
I hope
this helps!
Gaston
From: tanczoskaroly <tanczoskaroly@...>
To: fast_dev@yahoogroups.com
Sent: Sun, January 16, 2011 2:21:34 AM
Subject: [fast_dev] How to use clearcollection
Hi All,
We are using FAST 5.3 and we are trying to clear a given collection using the following command:
collection-admin -n <<collection_name>> -m clearcollection
but this command is removing documents only on indexer node and the query nodes still contain the documents.
Could you please help me how can I synchronize the indexer node with the query node after the clearcollection command?
Thanks,
Karesz