[jira] [Commented] (CONNECTORS-19) Look into converting SOLR connector to use SolrJ java library

2011-05-23 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-19?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13038360#comment-13038360 ] Karl Wright commented on CONNECTORS-19: --- The promised patch never materialized.

[jira] [Created] (CONNECTORS-202) SOLR connector suport for commitWithin

2011-05-23 Thread JIRA
SOLR connector suport for commitWithin -- Key: CONNECTORS-202 URL: https://issues.apache.org/jira/browse/CONNECTORS-202 Project: ManifoldCF Issue Type: Improvement Components: Lucene/SOLR connect

[jira] [Commented] (CONNECTORS-19) Look into converting SOLR connector to use SolrJ java library

2011-05-23 Thread JIRA
[ https://issues.apache.org/jira/browse/CONNECTORS-19?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13038327#comment-13038327 ] Jan Høydahl commented on CONNECTORS-19: --- Any progress on this? I'd like to see a

Re: poll method

2011-05-23 Thread Karl Wright
You can change the log format in logging.ini to include the thread id. I believe there was a ticket for this and the code was checked into trunk for the quick-start example; you might want to have a look at its logging.ini file. Karl On Mon, May 23, 2011 at 4:41 PM, wrote: > Thanks for the cla

Re: poll method

2011-05-23 Thread hokie
Thanks for the clarification, my understanding is still muddy. Let me ask a Logging question, so for I had attached an id object to the thread context so that I can get a view of what is going on. While I know that is not correct to do, how do you see the log lines for a certain instance of a

Re: poll method

2011-05-23 Thread Karl Wright
The preferred way to set up connections is by having all methods that require a set-up connection to call a getSession() method. This is in fact pretty much enforced by the fact that connect() cannot throw a ManifoldCFException. Chapter 6 of ManifoldCF in Action describes the preferred form via a

poll method

2011-05-23 Thread hokie
What is the interval when poll is getting called? I recall reading that connect is not a place for a connector to connect to a external system. In my design I'm connecting to a single http server. So it just seems right to establish that when connect method is called and check it during the

[jira] [Resolved] (CONNECTORS-201) Carrydown methods should have their own interface class

2011-05-23 Thread Karl Wright (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-201?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wright resolved CONNECTORS-201. Resolution: Fixed Fix Version/s: ManifoldCF 0.3 r1126427 > Carrydown methods s

[jira] [Created] (CONNECTORS-201) Carrydown methods should have their own interface class

2011-05-23 Thread Karl Wright (JIRA)
Carrydown methods should have their own interface class --- Key: CONNECTORS-201 URL: https://issues.apache.org/jira/browse/CONNECTORS-201 Project: ManifoldCF Issue Type: Improvement