[jira] Commented: (SOLR-71) New support for Date Math when adding/quering date fields

2006-11-18 Thread Bertrand Delacretaz (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-71?page=comments#action_12450981 ] Bertrand Delacretaz commented on SOLR-71: - This looks like a very useful feature! New support for Date Math when adding/quering date fields

[RT] working with patches vs. branches?

2006-11-17 Thread Bertrand Delacretaz
Hi Solr team, Before I start committing stuff all over the place (just kidding), I have a question about the team's way of working. Feel free to point me to previous discussions if I missed something - as a rookie committer here, I don't want to step on anyone's toes...but the question has been

Re: Bertrand Delacretaz joins Solr committers!

2006-11-13 Thread Bertrand Delacretaz
On 11/11/06, Yonik Seeley [EMAIL PROTECTED] wrote: I'm pleased to announce that Bertrand Delacretaz recently accepted an invitation to join the Solr project as a committer!... Thanks very much to the Solr team for the invitation! Do you guys usually do the new committer introduction thing

[jira] Updated: (SOLR-69) PATCH:MoreLikeThis support

2006-11-08 Thread Bertrand Delacretaz (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-69?page=all ] Bertrand Delacretaz updated SOLR-69: Attachment: SOLR-69.patch PATCH:MoreLikeThis support -- Key: SOLR-69 URL: http

[jira] Commented: (SOLR-59) Copy request parameters to Solr's response

2006-11-07 Thread Bertrand Delacretaz (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-59?page=comments#action_12447713 ] Bertrand Delacretaz commented on SOLR-59: - Ah ok, as the JSON format hasn't changed, I guess it just needs recreating this in the XMLWriter: responseHeader

[jira] Updated: (SOLR-59) Copy request parameters to Solr's response

2006-11-06 Thread Bertrand Delacretaz (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-59?page=all ] Bertrand Delacretaz updated SOLR-59: Attachment: SOLR-59-20061106-newfiles.tar.gz Copy request parameters to Solr's response -- Key

Re: changes before release?

2006-11-06 Thread Bertrand Delacretaz
On 11/7/06, Chris Hostetter [EMAIL PROTECTED] wrote: ...the incubator release docs mention having both LICENSE files and NOTICE files for libraries ... not sure what the difference is, but we only have a LICENSE file for xpp -- no NOTICE... AFAIK there is one global NOTICE file for the

[jira] Updated: (SOLR-59) Copy request parameters to Solr's response

2006-11-03 Thread Bertrand Delacretaz (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-59?page=all ] Bertrand Delacretaz updated SOLR-59: Attachment: SOLR-59-20061103.patch ...I think it might make more sense to use the normal query parameter mechanism to control this (requestHandler

Re: Copying the request parameters to Solr's response

2006-10-24 Thread Bertrand Delacretaz
On 10/24/06, Yonik Seeley [EMAIL PROTECTED] wrote: ...I imagine this would just be for explicitly passed parameters?... I think so, the defaults would be re-applied anyway, if the client makes another request with the same parameters. -Bertrand

[jira] Created: (SOLR-59) Copy request parameters to Solr's response

2006-10-24 Thread Bertrand Delacretaz (JIRA)
Copy request parameters to Solr's response -- Key: SOLR-59 URL: http://issues.apache.org/jira/browse/SOLR-59 Project: Solr Issue Type: Improvement Reporter: Bertrand Delacretaz

[jira] Updated: (SOLR-59) Copy request parameters to Solr's response

2006-10-24 Thread Bertrand Delacretaz (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-59?page=all ] Bertrand Delacretaz updated SOLR-59: Attachment: SOLR-59-20061024.patch Copy request parameters to Solr's response -- Key: SOLR-59

Re: Copying the request parameters to Solr's response

2006-10-24 Thread Bertrand Delacretaz
On 10/24/06, Walter Underwood [EMAIL PROTECTED] wrote: ...The defaults can change, especially if the client saves results. If possible, you want to return a full context for the results... It wouldn't cost much anyway, so I think you're right that this is useful. For now, I have uploaded a

[jira] Commented: (SOLR-58) Change Admin components to return XML like the rest of the system

2006-10-21 Thread Bertrand Delacretaz (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-58?page=comments#action_12444015 ] Bertrand Delacretaz commented on SOLR-58: - Once the admin components emit XML, The XSLT transformation code written for SOLR-49 could be used to recreate

[jira] Commented: (SOLR-49) PATCH: XSLTServletFilter

2006-10-20 Thread Bertrand Delacretaz (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-49?page=comments#action_12443761 ] Bertrand Delacretaz commented on SOLR-49: - Thanks for committing, I have documented this at http://wiki.apache.org/solr/XsltResponseWriter PATCH

Re: [jira] Resolved: (SOLR-49) PATCH: XSLTServletFilter

2006-10-18 Thread Bertrand Delacretaz
On 10/18/06, Chris Hostetter [EMAIL PROTECTED] wrote: ...Would you like to do the honors of writing up some wiki docs about the new Writer?... sure, will do that tomorrow or Friday. -Bertrand

[jira] Updated: (SOLR-49) PATCH: XSLTServletFilter

2006-10-16 Thread Bertrand Delacretaz (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-49?page=all ] Bertrand Delacretaz updated SOLR-49: Attachment: solr-XSLTResponseWriter-20061016.tar.gz Here's the latest incarnation, using a more Solrish way of initializing the response writer

Re: changes before release?

2006-10-09 Thread Bertrand Delacretaz
On 10/9/06, Yonik Seeley [EMAIL PROTECTED] wrote: ...At the technical level, what do people thing should be changed/committed before we do?... Not sure what you mean by technical level...if I'm allowed to suggest my own patch, I think http://issues.apache.org/jira/browse/SOLR-49

Re: changes before release?

2006-10-09 Thread Bertrand Delacretaz
On 10/9/06, Yonik Seeley [EMAIL PROTECTED] wrote: On 10/9/06, Bertrand Delacretaz [EMAIL PROTECTED] wrote: ...Not sure what you mean by technical level There is other stuff that needs to be done before we can release, such as a change of copyright notices to comply with new ASF requirements

Re: [jira] Updated: (SOLR-49) PATCH: XSLTServletFilter

2006-09-26 Thread Bertrand Delacretaz
On 9/26/06, Chris Hostetter [EMAIL PROTECTED] wrote: ...Since this QueryResponseWriter has use of configuration options, now is probably the time to add an init(NamedList) method to the interface that get's called with a upon construction by SolrCore... I'm wondering if moving to a

[jira] Updated: (SOLR-49) PATCH: XSLTServletFilter

2006-09-23 Thread Bertrand Delacretaz (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-49?page=all ] Bertrand Delacretaz updated SOLR-49: Attachment: solr-XSLTResponseWriter-20060922.tar.gz Here's yet another version which takes the Content-Type from the XSLT transform. The code

Re: Re: [jira] Commented: (SOLR-49) PATCH: XSLTServletFilter

2006-09-21 Thread Bertrand Delacretaz
On 9/21/06, Yonik Seeley [EMAIL PROTECTED] wrote: On 9/20/06, Chris Hostetter [EMAIL PROTECTED] wrote: ...isn't that what the media-type attribute of xsl:output/ is for? Is it somehow possible to grab that and return it from RequestHandler.getContentType()?... Yes, it works, thanks for the

Re: Re: Re: [jira] Commented: (SOLR-49) PATCH: XSLTServletFilter

2006-09-21 Thread Bertrand Delacretaz
On 9/21/06, Yonik Seeley [EMAIL PROTECTED] wrote: ...the javadoc says that Transformer isn't thread-safe... Ok, I'll need to change my code anyway then, as currently I'm reusing Transformer objects. ...What do people think about a Map getContext() for a SolrQueryRequest? It could be

Re: Re: [jira] Commented: (SOLR-49) PATCH: XSLTServletFilter

2006-09-20 Thread Bertrand Delacretaz
On 9/19/06, Chris Hostetter [EMAIL PROTECTED] wrote: ...1) it shouldn't be /select/html ... select/xslt or something, but there's no reason to assume the output of the XSLT would be html.. Right, and as Yonik suggests it probably makes more sense to create a new QueryResponseWriter for this.

Re: Re: [jira] Commented: (SOLR-49) PATCH: XSLTServletFilter

2006-09-20 Thread Bertrand Delacretaz
On 9/20/06, Yonik Seeley [EMAIL PROTECTED] wrote: ...Done carefully, optional components won't be loaded into the JVM... But still, the bloat also happens in the source code - it might be good to separate between core and icing on the cake code, in the source code tree. -Bertrand

[jira] Created: (SOLR-49) PATCH: XSLTServletFilter

2006-09-14 Thread Bertrand Delacretaz (JIRA)
Reporter: Bertrand Delacretaz Priority: Minor Patch that implements server-side XSLT transforms of query results. The filter is activated by using select/html instead of select/ to run queries, and optionally adding a transform parameter to specify the XSLT transform

[jira] Updated: (SOLR-49) PATCH: XSLTServletFilter

2006-09-14 Thread Bertrand Delacretaz (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-49?page=all ] Bertrand Delacretaz updated SOLR-49: Attachment: xslt-filter-files.tar.gz New files PATCH: XSLTServletFilter Key: SOLR-49 URL

Re: Re: micro-patch: add description to test-reports build target

2006-09-13 Thread Bertrand Delacretaz
On 9/13/06, Erik Hatcher [EMAIL PROTECTED] wrote: ... ant -p -verbose.. Didin't know that, thanks. And thanks for the patch as well. -Bertrand

Re: making schema.xml nicer to read/use

2006-08-23 Thread Bertrand Delacretaz
On 8/22/06, Yonik Seeley [EMAIL PROTECTED] wrote: ...So you would say LowerCaseFilter instead of LowerCaseFilterFactory... I like the idea, as long as it's made sufficiently transparent. For example by logging a warning when a Factory is not found and the component is created by reflection.

Solr and UIMA?

2006-08-23 Thread Bertrand Delacretaz
Hi, In the comments of my article at xml.com [1], someone's asking whether Solr supports the upcoming UIMA standard [2]. I was going to answer not at this time, but if someone has additional information about UIMA in relation to Solr or Lucene, it is welcome. -Bertrand [1]

Re: Re: Solr and UIMA?

2006-08-23 Thread Bertrand Delacretaz
On 8/23/06, Erik Hatcher [EMAIL PROTECTED] wrote: What exactly is the UIMA standard? I didn't see a standard mentioned at the UIMA site... I don't know if standard is the correct word, but [1] mentions an IBM product that exposes the UIMA interfaces, so there must be an API of some kind. But

Re: Re: Re: Solr and UIMA?

2006-08-23 Thread Bertrand Delacretaz
On 8/23/06, Yonik Seeley [EMAIL PROTECTED] wrote: We (Solr devs) never discussed it... A quick gmail search shows it's been brought up on the Lucene and Nutch lists FYI, an UIMA proposal just landed at the incubator: http://tinyurl.com/m3taj -Bertrand

Re: spatial queries

2006-08-22 Thread Bertrand Delacretaz
On 8/21/06, Norman Barker [EMAIL PROTECTED] wrote: ...3) Can you use a JDBC datastore which is shared amonst a cluster... FWIW, the Compass project [1] apparently has got a module to store Lucene indexes in a JDBC database. If this can work with Solr (I have no idea, you'll have to look at

[jira] Updated: (SOLR-33) PATCH: TestXMLEscaping contribution

2006-07-17 Thread Bertrand Delacretaz (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-33?page=all ] Bertrand Delacretaz updated SOLR-33: Attachment: TestXMLEscaping.java Tests that XML escaping works properly with strings containing non-ASCII characters. PATCH: TestXMLEscaping

[jira] Updated: (SOLR-27) PATCH: Configurable language for SnowballPorterFilterFactory

2006-07-14 Thread Bertrand Delacretaz (JIRA)
[ http://issues.apache.org/jira/browse/SOLR-27?page=all ] Bertrand Delacretaz updated SOLR-27: Attachment: SnowballPorterFilterFactory.patch The single souce file to patch PATCH: Configurable language for SnowballPorterFilterFactory

<    1   2