05-16-2006 01:52 AM
06-30-2006 02:08 PM
07-03-2006 12:39 AM
Hi,
No, there isn't a way to do it. It would have to be hooked into the system at a low level (NodeService) and the Lucene code would have to listen for it and remove the store's index files.
The content will take care of itself, then.
Regards
07-03-2006 05:47 AM
08-23-2006 03:27 AM
10-17-2006 07:51 AM
10-17-2006 08:06 AM
RepositoryServiceSoapBindingStub repositoryService = WebServiceFactory.getRepositoryService();
CMLDelete delete = new CMLDelete(new Predicate(new Reference[] {reference}, reference.getStore(), null));
CML cml = new CML();
cml.setDelete(new CMLDelete[] {delete});
// Execute the update
try {
repositoryService.update(cml);
} catch (RepositoryFault e) {
[…]
} catch (RemoteException e) {
[…]
}
Or create one delete for all references.
10-17-2006 08:13 AM
10-17-2006 08:20 AM
10-17-2006 08:34 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.