Re: Project status and name

2010-08-14 Thread Erik Hatcher
+1 from me too. On Aug 14, 2010, at 4:17 AM, Simon Willnauer wrote: +1 On Sat, Aug 14, 2010 at 12:02 AM, Jack Krupansky < jack.krupan...@lucidimagination.com> wrote: +1 for ACF. -- Jack Krupansky -- From: Sent: Friday, August 13, 2010 5:53

Re: JSON license

2010-07-12 Thread Erik Hatcher
Yes, that's fine. But that Good/Evil clause... quite funny. How would that ever hold up in a court? Erik On Jul 11, 2010, at 7:03 PM, > wrote: Is the JSON license acceptable by Apache? It seems to be a variant of the Berkeley license: Copyright (c) 2002 JSON.org Permission

LCF and Solr multicore

2010-06-16 Thread Erik Hatcher
That commit, Karl, reminded me... LCF's Solr configuration doesn't have a spot for putting in an optional core name. When using Solr, URLs are of the form: http://localhost:8983/solr[/]... I imagine one could simply add that to the webapp name field so instead of "solr" it'd be "solr/core

[jira] Commented: (CONNECTORS-40) Classloader-based plug-in architecture would permit LCF to be prebuilt

2010-06-15 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-40?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12879193#action_12879193 ] Erik Hatcher commented on CONNECTORS-40: At first glance, this looks li

Re: Some more thoughts on a classloader plug-in style architecture

2010-06-02 Thread Erik Hatcher
Then, we can have a back-and-forth about how to refine that one implementation before I attempt the rest. Sound reasonable? Karl -Original Message- From: ext Erik Hatcher [mailto:erik.hatc...@gmail.com] Sent: Wednesday, June 02, 2010 8:51 AM To: connectors-dev@incubator.apache.org Sub

Re: Some more thoughts on a classloader plug-in style architecture

2010-06-02 Thread Erik Hatcher
here Velocity's sweet spot is. ;-) The general underlying idea of invoking a connector-API-based method instead of providing a JSP seems sound, however, no matter what the templating engine is that does the final assembly. Karl -Original Message- From: ext Erik Hatcher [mailto:e

Re: Some more thoughts on a classloader plug-in style architecture

2010-06-02 Thread Erik Hatcher
his approach to work? There's an intermediate path that would involve converting only the connector portions, which might be viable. Karl -Original Message- From: ext Erik Hatcher [mailto:erik.hatc...@gmail.com] Sent: Wednesday, June 02, 2010 7:27 AM To: connectors-dev@incubator.ap

Re: Some more thoughts on a classloader plug-in style architecture

2010-06-02 Thread Erik Hatcher
Actually the problem is quite tractable. We switch the UI over to Velocity templates (like Solr's VelocityResponseWriter, for example) and embed the UI bits into plugin JAR files that can live externally. JSPs aren't really workable in this fashion. Velocity templates can be loaded from the

[jira] Commented: (CONNECTORS-37) LCF should use an XML configuration file, not the simple name/value config file it currently has

2010-06-01 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-37?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12873987#action_12873987 ] Erik Hatcher commented on CONNECTORS-37: my opinion - XML doesn't r

[jira] Commented: (CONNECTORS-34) eRoom authority and connector

2010-05-10 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-34?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12865865#action_12865865 ] Erik Hatcher commented on CONNECTORS-34: .ch is Switzerland :) >

Re: Solr query question

2010-04-28 Thread Erik Hatcher
Rather than rewriting the original query, add a filter query (fq param on the HTTP interface). I think in the API you'll be using rb.getFilters() and adding a filter to List returned. Running your component last won't work (will it?), as it needs to be run before the "query" component to t

Re: LCF security with Solr

2010-04-06 Thread Erik Hatcher
Karl - I appreciate you starting this thread on this important topic. To kick start some discussions, some thoughts are inline below... On Apr 6, 2010, at 9:24 AM, Karl Wright wrote: As many may be aware, the LCF model relies on "access tokens" (e.g. active directory SIDs). There are "all

javadoc typo

2010-04-02 Thread Erik Hatcher
Just a simple javadoc s/if/of/ in FileConnector.java... Index: modules/connectors/filesystem/connector/org/apache/lcf/crawler/ connectors/filesystem/FileConnector.java === --- modules/connectors/filesystem/connector/org/apache/lcf/

[jira] Created: (CONNECTORS-26) Rename "tomcat" to "web"

2010-04-02 Thread Erik Hatcher (JIRA)
Reporter: Erik Hatcher Priority: Minor The WAR files are currently built to a directly named "tomcat", though there isn't anything specific to Tomcat about LCF. Best to have these artifacts renamed so no Tomcat-specific nature is assumed. -- This message

tomcat-specific?

2010-04-02 Thread Erik Hatcher
Is there anything Tomcat-specific in the Connectors WAR files or surrounding infrastructure? I'm wondering if perhaps it should be renamed to "web" in the directories created, etc if these work with Jetty and other containers too. Thanks, Erik

[jira] Commented: (CONNECTORS-1) Create a Website

2010-03-19 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-1?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847336#action_12847336 ] Erik Hatcher commented on CONNECTORS-1: --- Damien - there are mailing lists for

"Lucene" connector questions

2010-03-03 Thread Erik Hatcher
I'm curious why the LuceneConnector doesn't use the SolrJ API? Instead, there's a custom HttpPoster class that does a lot of work that SolrJ already handles internally. Also, this probably should be called a SolrConnector instead, eh? Since it's writing to Solr, not to Lucene directly.

[jira] Commented: (CONNECTORS-12) Need to make use of tabs and spaces consistent in code base

2010-02-18 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/CONNECTORS-12?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12835248#action_12835248 ] Erik Hatcher commented on CONNECTORS-12: I think we should stick with Lu