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 documentation takes me no where.

Thanks and Regards.

--
Feroz Zahid


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

2012-02-16 Thread Karl Wright
It's a POST to reset/outputconnections/connection_name.  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 feroz...@gmail.com wrote:
 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 documentation takes me no where.

 Thanks and Regards.

 --
 Feroz Zahid


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

2012-02-16 Thread Karl Wright
No, it's there already:
reset/outputconnections/encoded_connection_name   PUT Forget previous
indexing state  N/A { } OR {error:error_text}

Karl


On Thu, Feb 16, 2012 at 5:58 AM, Karl Wright daddy...@gmail.com wrote:
 It's a POST to reset/outputconnections/connection_name.  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 feroz...@gmail.com wrote:
 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 documentation takes me no where.

 Thanks and Regards.

 --
 Feroz Zahid


[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 connector.

 Some ManifoldCF code doesn't use the MultiThreadedHttpConnectionManager
 ---

 Key: CONNECTORS-406
 URL: https://issues.apache.org/jira/browse/CONNECTORS-406
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Framework agents process, OpenSearchServer connector, 
 Scripting client
Affects Versions: ManifoldCF 0.5
Reporter: Luca Stancapiano
Assignee: Karl Wright
 Fix For: ManifoldCF 0.5


 I signal three projects not using the http multithread manager:
 mcf-opensearch-connector
 pull-agent (tests)
 scripting-engine

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[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-tabpanelfocusedCommentId=13209673#comment-13209673
 ] 

Karl Wright commented on CONNECTORS-288:


I modified the ant build to properly build and run the tests.  Unfortunately 
the compilation of the IT tests fails.


 An ElasticSearch connector would be helpful
 ---

 Key: CONNECTORS-288
 URL: https://issues.apache.org/jira/browse/CONNECTORS-288
 Project: ManifoldCF
  Issue Type: New Feature
Affects Versions: ManifoldCF 0.5
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi
  Labels: elasticsearch
 Fix For: ManifoldCF next

 Attachments: manifold-elasticsearch-patch, 
 manifold-elasticsearch-patch, manifold-elasticsearch-patch, 
 manifold-elasticsearch-patch, manifold-elasticsearch-patch, 
 manifold-elasticsearch-patch, manifoldcf-elasticsearch-project-patct

   Original Estimate: 120h
  Remaining Estimate: 120h

 An ElasticSearch connector could be very useful to spread the use of 
 ManifoldCF

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[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-tabpanelfocusedCommentId=13209673#comment-13209673
 ] 

Karl Wright edited comment on CONNECTORS-288 at 2/16/12 8:17 PM:
-

I modified the ant build to properly build and run the tests.  Unfortunately 
the compilation of the IT tests fails:

{code}
compile-tests:
[javac] C:\wip\mcf\CONNECTORS-288\tests\test-build.xml:102: warning: 'includ
eantruntime' was not set, defaulting to build.sysclasspath=last; set to false fo
r repeatable builds
[javac] Compiling 4 source files to C:\wip\mcf\CONNECTORS-288\tests\elastics
earch\build\test\classes
[javac] C:\wip\mcf\CONNECTORS-288\tests\elasticsearch\src\test\java\org\apac
he\manifoldcf\elasticsearch_tests\BaseDerby.java:22: package org.elasticsearch.n
ode does not exist
[javac] import org.elasticsearch.node.Node;
[javac]   ^
[javac] C:\wip\mcf\CONNECTORS-288\tests\elasticsearch\src\test\java\org\apac
he\manifoldcf\elasticsearch_tests\BaseDerby.java:27: package org.elasticsearch.n
ode does not exist
[javac] import static org.elasticsearch.node.NodeBuilder.*;
[javac]  ^
[javac] C:\wip\mcf\CONNECTORS-288\tests\elasticsearch\src\test\java\org\apac
he\manifoldcf\elasticsearch_tests\BaseDerby.java:37: cannot find symbol
[javac] symbol  : class Node
[javac] location: class org.apache.manifoldcf.elasticsearch_tests.BaseDerby
[javac]   protected Node node = null;
[javac] ^
[javac] C:\wip\mcf\CONNECTORS-288\tests\elasticsearch\src\test\java\org\apac
he\manifoldcf\elasticsearch_tests\BaseDerby.java:92: cannot find symbol
[javac] symbol  : method nodeBuilder()
[javac] location: class org.apache.manifoldcf.elasticsearch_tests.BaseDerby
[javac] node = nodeBuilder().local(true).node();
[javac]^
[javac] 4 errors
{code}



  was (Author: kwri...@metacarta.com):
I modified the ant build to properly build and run the tests.  
Unfortunately the compilation of the IT tests fails.

  
 An ElasticSearch connector would be helpful
 ---

 Key: CONNECTORS-288
 URL: https://issues.apache.org/jira/browse/CONNECTORS-288
 Project: ManifoldCF
  Issue Type: New Feature
Affects Versions: ManifoldCF 0.5
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi
  Labels: elasticsearch
 Fix For: ManifoldCF next

 Attachments: manifold-elasticsearch-patch, 
 manifold-elasticsearch-patch, manifold-elasticsearch-patch, 
 manifold-elasticsearch-patch, manifold-elasticsearch-patch, 
 manifold-elasticsearch-patch, manifoldcf-elasticsearch-project-patct

   Original Estimate: 120h
  Remaining Estimate: 120h

 An ElasticSearch connector could be very useful to spread the use of 
 ManifoldCF

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[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 using  velocity. Now the format of 
parameters is for example: $SERVERLOCATION_A instead of ${SERVERLOCATION:A}

 An ElasticSearch connector would be helpful
 ---

 Key: CONNECTORS-288
 URL: https://issues.apache.org/jira/browse/CONNECTORS-288
 Project: ManifoldCF
  Issue Type: New Feature
Affects Versions: ManifoldCF 0.5
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi
  Labels: elasticsearch
 Fix For: ManifoldCF next

 Attachments: manifold-elasticsearch-patch, 
 manifold-elasticsearch-patch, manifold-elasticsearch-patch, 
 manifold-elasticsearch-patch, manifold-elasticsearch-patch, 
 manifold-elasticsearch-patch, manifold-elasticsearch-patch, 
 manifoldcf-elasticsearch-project-patct

   Original Estimate: 120h
  Remaining Estimate: 120h

 An ElasticSearch connector could be very useful to spread the use of 
 ManifoldCF

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[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-tabpanelfocusedCommentId=13209841#comment-13209841
 ] 

Karl Wright commented on CONNECTORS-288:


Committed latest patch.


 An ElasticSearch connector would be helpful
 ---

 Key: CONNECTORS-288
 URL: https://issues.apache.org/jira/browse/CONNECTORS-288
 Project: ManifoldCF
  Issue Type: New Feature
Affects Versions: ManifoldCF 0.5
Reporter: Piergiorgio Lucidi
Assignee: Piergiorgio Lucidi
  Labels: elasticsearch
 Fix For: ManifoldCF next

 Attachments: manifold-elasticsearch-patch, 
 manifold-elasticsearch-patch, manifold-elasticsearch-patch, 
 manifold-elasticsearch-patch, manifold-elasticsearch-patch, 
 manifold-elasticsearch-patch, manifold-elasticsearch-patch, 
 manifoldcf-elasticsearch-project-patct

   Original Estimate: 120h
  Remaining Estimate: 120h

 An ElasticSearch connector could be very useful to spread the use of 
 ManifoldCF

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




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 daddy...@gmail.com wrote:
 No, it's there already:
 reset/outputconnections/encoded_connection_name       PUT     Forget 
 previous
 indexing state  N/A     { } OR {error:error_text}

 Karl


 On Thu, Feb 16, 2012 at 5:58 AM, Karl Wright daddy...@gmail.com wrote:
 It's a POST to reset/outputconnections/connection_name.  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 feroz...@gmail.com wrote:
 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 documentation takes me no where.

 Thanks and Regards.

 --
 Feroz Zahid



-- 
--
Feroz Zahid