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: karl.wri...@nokia.com Sent: Friday,

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, karl.wri...@nokia.com karl.wri...@nokia.com wrote: Is the JSON license acceptable by Apache? It seems to be a variant of the Berkeley

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[/corename]... I imagine one could simply add that to the webapp name field so instead of solr it'd be

[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-tabpanelfocusedCommentId=12879193#action_12879193 ] Erik Hatcher commented on CONNECTORS-40: At first glance, this looks like

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

2010-06-02 Thread Erik Hatcher
have to be converted to Velocity for this 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

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

2010-06-02 Thread Erik Hatcher
to be where 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

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

2010-06-02 Thread Erik Hatcher
connector. 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

[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-tabpanelfocusedCommentId=12873987#action_12873987 ] Erik Hatcher commented on CONNECTORS-37: my opinion - XML doesn't really add any

[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-tabpanelfocusedCommentId=12865865#action_12865865 ] Erik Hatcher commented on CONNECTORS-34: .ch is Switzerland :) eRoom authority

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

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 allow

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

2010-04-02 Thread Erik Hatcher (JIRA)
Rename tomcat to web Key: CONNECTORS-26 URL: https://issues.apache.org/jira/browse/CONNECTORS-26 Project: Lucene Connector Framework Issue Type: Wish Components: Framework core Reporter: Erik