Build failed in Hudson: Solr-trunk #1017

2009-12-30 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Solr-trunk/1017/changes Changes: [yonik] SOLR-1586: add solr-internal tag [gsingers] small cleanups -- [...truncated 2333 lines...] [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 18.489 sec

[jira] Assigned: (SOLR-1682) Implement CollapseComponent

2009-12-30 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar reassigned SOLR-1682: --- Assignee: Shalin Shekhar Mangar Implement CollapseComponent

[jira] Updated: (SOLR-1682) Implement CollapseComponent

2009-12-30 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-1682: Attachment: SOLR-236.patch Here's an implementation based on [Yonik's

[jira] Commented: (SOLR-773) Incorporate Local Lucene/Solr

2009-12-30 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12795325#action_12795325 ] Grant Ingersoll commented on SOLR-773: -- SOLR-1586 is committed for GeohashField and

[jira] Commented: (SOLR-1602) Refactor SOLR package structure to include o.a.solr.response and move QueryResponseWriters in there

2009-12-30 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12795341#action_12795341 ] Ryan McKinley commented on SOLR-1602: - Sounds fine... except for the back compatibility

[jira] Issue Comment Edited: (SOLR-1602) Refactor SOLR package structure to include o.a.solr.response and move QueryResponseWriters in there

2009-12-30 Thread Chris A. Mattmann (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12795346#action_12795346 ] Chris A. Mattmann edited comment on SOLR-1602 at 12/30/09 4:34 PM:

[jira] Commented: (SOLR-1602) Refactor SOLR package structure to include o.a.solr.response and move QueryResponseWriters in there

2009-12-30 Thread Chris A. Mattmann (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12795346#action_12795346 ] Chris A. Mattmann commented on SOLR-1602: - Hi Ryan: Thanks. bq. Sounds fine...

Re: svn commit: r894477 - /lucene/solr/trunk/src/java/org/apache/solr/search/function/distance/DistanceUtils.java

2009-12-30 Thread Mattmann, Chris A (388J)
Hi Yonik, What does this tag mean/do? Cheers, Chris On 12/29/09 12:30 PM, yo...@apache.org yo...@apache.org wrote: Author: yonik Date: Tue Dec 29 20:30:53 2009 New Revision: 894477 URL: http://svn.apache.org/viewvc?rev=894477view=rev Log: SOLR-1586: add solr-internal tag Modified:

Re: svn commit: r894477 - /lucene/solr/trunk/src/java/org/apache/solr/search/function/distance/DistanceUtils.java

2009-12-30 Thread Yonik Seeley
On Wed, Dec 30, 2009 at 11:43 AM, Mattmann, Chris A (388J) chris.a.mattm...@jpl.nasa.gov wrote: Hi Yonik, What does this tag mean/do? It notifies anyone looking at it that it's subject to change w/o notification. We're primarily implementing higher-level features, not creating new low-level

[jira] Commented: (SOLR-1602) Refactor SOLR package structure to include o.a.solr.response and move QueryResponseWriters in there

2009-12-30 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12795352#action_12795352 ] Ryan McKinley commented on SOLR-1602: - | I'm a fan of number 2, and I'd venture to guess

[jira] Commented: (SOLR-1602) Refactor SOLR package structure to include o.a.solr.response and move QueryResponseWriters in there

2009-12-30 Thread Chris A. Mattmann (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12795355#action_12795355 ] Chris A. Mattmann commented on SOLR-1602: - Hi Ryan: bq. but since this is a

[VOTE] SOLR-1602 Refactor SOLR package structure to include o.a.solr.response and move QueryResponseWriters in there

2009-12-30 Thread Mattmann, Chris A (388J)
Hi All, I've reported SOLR-1602, the jist of which is to move all the response writers into a new package, o.a.solr.response (and also move SolrQueryResponse in there). We know what's required to do this: SOLR-1602 proposed plan

Re: svn commit: r894477 - /lucene/solr/trunk/src/java/org/apache/solr/search/function/distance/DistanceUtils.java

2009-12-30 Thread Mattmann, Chris A (388J)
Thanks, got it! Cheers, Chris On 12/30/09 8:53 AM, Yonik Seeley yo...@lucidimagination.com wrote: On Wed, Dec 30, 2009 at 11:43 AM, Mattmann, Chris A (388J) chris.a.mattm...@jpl.nasa.gov wrote: Hi Yonik, What does this tag mean/do? It notifies anyone looking at it that it's subject to

Re: [VOTE] SOLR-1602 Refactor SOLR package structure to include o.a.solr.response and move QueryResponseWriters in there

2009-12-30 Thread Ryan McKinley
Here's what you're voting on: [ x] Yes, move forward with SOLR-1602 with the plan proposed above [ ] No, don't move forward with SOLR-1602 because... I'll leave the vote open for 72 hours. Votes from SOLR committers are binding, but everyone is welcome to voice your opinion. Not to throw

Re: [VOTE] SOLR-1602 Refactor SOLR package structure to include o.a.solr.response and move QueryResponseWriters in there

2009-12-30 Thread Mattmann, Chris A (388J)
Hi Ryan, Not to throw cold water on the formality... but.. when I suggested we get broader approval, i was not thinking about jumping into a formal vote... Ah, the Apache way :) Seems odd to put a three day window while many people are on vacation :) I hear you, but based on mail

[jira] Commented: (SOLR-1602) Refactor SOLR package structure to include o.a.solr.response and move QueryResponseWriters in there

2009-12-30 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12795371#action_12795371 ] Noble Paul commented on SOLR-1602: -- the patch does not apply. iis it not updated to trunk?

[jira] Commented: (SOLR-1602) Refactor SOLR package structure to include o.a.solr.response and move QueryResponseWriters in there

2009-12-30 Thread Chris A. Mattmann (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12795373#action_12795373 ] Chris A. Mattmann commented on SOLR-1602: - Hi Noble, bq. the patch does not apply.

Re: [VOTE] SOLR-1602 Refactor SOLR package structure to include o.a.solr.response and move QueryResponseWriters in there

2009-12-30 Thread Noble Paul നോബിള്‍ नोब्ळ्
I have not taken a look at the patch (could not apply it) . But I am in agreement with the idea of moving responsewriters to a new package. Just that the changes should be backward compatible On Wed, Dec 30, 2009 at 11:38 PM, Ryan McKinley ryan...@gmail.com wrote: Here's what you're voting on:

[jira] Assigned: (SOLR-1602) Refactor SOLR package structure to include o.a.solr.response and move QueryResponseWriters in there

2009-12-30 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul reassigned SOLR-1602: Assignee: Noble Paul Refactor SOLR package structure to include o.a.solr.response and move

[jira] Created: (SOLR-1690) JSONKeyValueTokenizerFactory -- JSON Tokenizer

2009-12-30 Thread Ryan McKinley (JIRA)
JSONKeyValueTokenizerFactory -- JSON Tokenizer -- Key: SOLR-1690 URL: https://issues.apache.org/jira/browse/SOLR-1690 Project: Solr Issue Type: New Feature Components: Schema and

[jira] Updated: (SOLR-1690) JSONKeyValueTokenizerFactory -- JSON Tokenizer

2009-12-30 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-1690: Attachment: SOLR-1690-JSONKeyValueTokenizerFactory.patch Here is a simple JSON tokenizer. No

[jira] Updated: (SOLR-1690) JSONKeyValueTokenizerFactory -- JSON Tokenizer

2009-12-30 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-1690: Attachment: noggit-1.0-A1.jar This tokenizer uses noggit

[jira] Updated: (SOLR-1690) JSONKeyValueTokenizerFactory -- JSON Tokenizer

2009-12-30 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-1690: Description: Sometimes it is nice to group structured data into a single field. This (rough)

[jira] Commented: (SOLR-1602) Refactor SOLR package structure to include o.a.solr.response and move QueryResponseWriters in there

2009-12-30 Thread Chris A. Mattmann (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12795431#action_12795431 ] Chris A. Mattmann commented on SOLR-1602: - Hey Ryan, You are exactly right. When I

[jira] Commented: (SOLR-1602) Refactor SOLR package structure to include o.a.solr.response and move QueryResponseWriters in there

2009-12-30 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12795428#action_12795428 ] Ryan McKinley commented on SOLR-1602: - | the patch does not apply. iis it not updated to