Re: [jira] Commented: (SOLR-572) Spell Checker as a Search Component

2008-06-04 Thread Grant Ingersoll
There are working patches available on the issue without the "advanced features" and everyone is free to fix the current one. It's not like it is that far off from being able to have proper spellchecking, pluggability, and context information about where the mistakes are. I frankly don't

[jira] Assigned: (SOLR-590) Limitation in pgrep on Linux platform breaks script-utils fixUser

2008-06-04 Thread Bill Au (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Au reassigned SOLR-590: Assignee: Bill Au > Limitation in pgrep on Linux platform breaks script-utils fixUser >

[jira] Resolved: (SOLR-590) Limitation in pgrep on Linux platform breaks script-utils fixUser

2008-06-04 Thread Bill Au (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bill Au resolved SOLR-590. -- Resolution: Fixed Patch commited and CHANGES.txt updated. Thanks Hannes. SendingCHANGES.txt Sending

Solr Maven Artifacts

2008-06-04 Thread Andrew Savory
Hi, I see from http://issues.apache.org/jira/browse/SOLR-19 that some tentative work has been done on mavenisation of solr, and from https://issues.apache.org/jira/browse/SOLR-586 that discussion of publishing maven artifacts ... is it possible to push solr 1.2 maven artifacts out to the repo? A

Re: [jira] Commented: (SOLR-572) Spell Checker as a Search Component

2008-06-04 Thread Shalin Shekhar Mangar
Hi Grant, I did not intend to offend you or put pressure on you in any way. Please accept my apologies if I came off as rude. In fact, I've been having a lot of fun working with you and Bojan on this issue. We've definitely covered a lot of ground very fast. I completely in favor of the goals for

Re: [jira] Commented: (SOLR-572) Spell Checker as a Search Component

2008-06-04 Thread Otis Gospodnetic
Yeah, as an observer I sensed no bad intentions here. Anyhow, 1.3 is not scheduled yet, my guess is we are still at least a few weeks away from 1.3 (and if I had to bet I'd bet at 1.3 being released close to the end of summer). Grant is very eager about this and will get it all in. Case close

[jira] Updated: (SOLR-536) Automatic binding of results to Beans (for solrj)

2008-06-04 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-536?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-536: --- Attachment: SOLR-536.patch Here is an updated version of the patch that also lets you use the same ann

3 TokenFilter factories not compatible with 1.2

2008-06-04 Thread Chris Hostetter
As pointed out in this thread... http://www.nabble.com/NullPointerException-at-lucene.analysis.StopFilter-with-1.3-to17564627.html#a17564627 3 of the TokenFilterFactories currently on the trunk are not actually backwards compatible with Solr 1.2... - StopFilterFactory - SynonymFilterFacto

Re: Marking myself inactive (was: svn commit: r662366...)

2008-06-04 Thread Chris Hostetter
: The few projects that I did during my short involvement with Solr are : still running strong, keep up the good work! I think it's safe to say I speak for all of the other committers when I thank you for all your past contributions that really helped Solr thrive. Not just your code contributio

Re: 3 TokenFilter factories not compatible with 1.2

2008-06-04 Thread Yonik Seeley
On Wed, Jun 4, 2008 at 7:03 PM, Chris Hostetter <[EMAIL PROTECTED]> wrote: > 3) Documentation and Education > Since this wasn't exactly a use case we ever advertised, we could punt on > the problem by putting a disclaimer in the CAHNGES.txt that ayone directly > constructing those 3 classes should

Re: 3 TokenFilter factories not compatible with 1.2

2008-06-04 Thread Mike Klaas
On 4-Jun-08, at 5:24 PM, Yonik Seeley wrote: On Wed, Jun 4, 2008 at 7:03 PM, Chris Hostetter <[EMAIL PROTECTED]> wrote: 3) Documentation and Education Since this wasn't exactly a use case we ever advertised, we could punt on the problem by putting a disclaimer in the CAHNGES.txt that ayone

Re: 3 TokenFilter factories not compatible with 1.2

2008-06-04 Thread Grant Ingersoll
On Jun 4, 2008, at 7:03 PM, Chris Hostetter wrote: As pointed out in this thread... http://www.nabble.com/NullPointerException-at-lucene.analysis.StopFilter-with-1.3-to17564627.html#a17564627 3) Documentation and Education Since this wasn't exactly a use case we ever advertised, we could p

[jira] Commented: (SOLR-561) Solr replication by Solr (for windows also)

2008-06-04 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12602536#action_12602536 ] Noble Paul commented on SOLR-561: - The next step is to replicate files in conf folder. Thre

[jira] Issue Comment Edited: (SOLR-561) Solr replication by Solr (for windows also)

2008-06-04 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12602536#action_12602536 ] noble.paul edited comment on SOLR-561 at 6/4/08 9:31 PM: - The next st

[jira] Commented: (SOLR-536) Automatic binding of results to Beans (for solrj)

2008-06-04 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-536?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12602539#action_12602539 ] Noble Paul commented on SOLR-536: - The objective was to mask people from _DocumentObjectBinde

[jira] Commented: (SOLR-556) Highlighting of multi-valued fields returns snippets which span multiple different values

2008-06-04 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12602541#action_12602541 ] Mike Klaas commented on SOLR-556: - Ah, I see what the problem is: Although it is impossible

[jira] Updated: (SOLR-502) Add search time out support

2008-06-04 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Timm updated SOLR-502: --- Attachment: SOLR-502.patch * Adds partialResults support to the binary response, which is used by distributed

[jira] Commented: (SOLR-502) Add search time out support

2008-06-04 Thread Sean Timm (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12602550#action_12602550 ] Sean Timm commented on SOLR-502: Sorry about the timeallowed parameter. For some reason I ha

[jira] Commented: (SOLR-502) Add search time out support

2008-06-04 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12602559#action_12602559 ] Noble Paul commented on SOLR-502: - Sean: For the namedListCodec changes to be backward compat