Re-ingest all associated documents Programmatically using Web Service

2012-02-16 Thread Feroz Zahid
Hi All, I am developing an application which uses manifoldcf web services to communicate to the manifoldcf for creating, editing, deleting jobs etc in PHP. I want to programmatically call re-ingest all associated documents for an output connector using the web service, how's is it possible? online

Re: Re-ingest all associated documents Programmatically using Web Service

2012-02-16 Thread Karl Wright
It's a POST to reset/outputconnections/. Let me see if it's in the doc; if not I'll create a ticket. Karl On Thu, Feb 16, 2012 at 5:29 AM, Feroz Zahid wrote: > Hi All, > I am developing an application which uses manifoldcf web services to > communicate to the manifoldcf for creating, editing, d

Re: Re-ingest all associated documents Programmatically using Web Service

2012-02-16 Thread Karl Wright
No, it's there already: reset/outputconnections/ PUT Forget previous indexing state N/A { } OR {"error":} Karl On Thu, Feb 16, 2012 at 5:58 AM, Karl Wright wrote: > It's a POST to reset/outputconnections/.  Let me see > if it's in the doc; if not I'll create a ticket. > > Karl >

[jira] [Resolved] (CONNECTORS-406) Some ManifoldCF code doesn't use the MultiThreadedHttpConnectionManager

2012-02-16 Thread Karl Wright (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright resolved CONNECTORS-406. Resolution: Fixed Assignee: Karl Wright r1245127 for the OpenSearchServer connect

[jira] [Commented] (CONNECTORS-288) An ElasticSearch connector would be helpful

2012-02-16 Thread Karl Wright (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209673#comment-13209673 ] Karl Wright commented on CONNECTORS-288: I modified the ant build to properly

[jira] [Issue Comment Edited] (CONNECTORS-288) An ElasticSearch connector would be helpful

2012-02-16 Thread Karl Wright (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209673#comment-13209673 ] Karl Wright edited comment on CONNECTORS-288 at 2/16/12 8:17 PM: ---

[jira] [Updated] (CONNECTORS-288) An ElasticSearch connector would be helpful

2012-02-16 Thread Luca Stancapiano (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luca Stancapiano updated CONNECTORS-288: Attachment: manifold-elasticsearch-patch This new patch resolves the parameters

[jira] [Commented] (CONNECTORS-288) An ElasticSearch connector would be helpful

2012-02-16 Thread Karl Wright (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13209841#comment-13209841 ] Karl Wright commented on CONNECTORS-288: Committed latest patch.

Re: Re-ingest all associated documents Programmatically using Web Service

2012-02-16 Thread Feroz Zahid
Thanks a lot. Regards. On Thu, Feb 16, 2012 at 4:00 PM, Karl Wright wrote: > No, it's there already: > reset/outputconnections/       PUT     Forget > previous > indexing state  N/A     { } OR {"error":} > > Karl > > > On Thu, Feb 16, 2012 at 5:58 AM, Karl Wright wrote: >> It's a POST to reset