[jira] Updated: (SOLR-1385) Add an 'enable' attribute to all plugins

2009-08-29 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-1385: - Attachment: SOLR-1385.patch simplified Add an 'enable' attribute to all plugins

[jira] Updated: (SOLR-1385) Add an 'enable' attribute to all plugins

2009-08-29 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-1385: - Fix Version/s: 1.4 Add an 'enable' attribute to all plugins -

Build failed in Hudson: Solr-trunk #908

2009-08-29 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Solr-trunk/908/changes Changes: [yonik] upgrade to lucene-2.9-rc2 [yonik] SOLR-1091: support CESU-8 for jetty in serialized PHP writer -- [...truncated 3721 lines...] [javadoc] Loading source files for

Re: HTML decoder is splitting tokens

2009-08-29 Thread Anders Melchiorsen
Koji Sekiguchi k...@r.email.ne.jp writes: Thank you for attaching the patch. Sorry again, I don't have enough time to investigate the patch and the problem you have, though, I'd like just to recommend that you'd open a JIRA issue and attach the patch so that I or someone can look into it

Re: HTML decoder is splitting tokens

2009-08-29 Thread Koji Sekiguchi
Anders, Thank you for the explanation. which could be written in HTML like this: use ttlt;pgt;/tt to mark a paragraph Ok. so the mapping char filter would map it into: use ttp/tt to mark a paragraph This is correct when you have the mapping definition: lt; = gt; = :

[jira] Commented: (SOLR-1392) NPE on replication page on slave

2009-08-29 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12749116#action_12749116 ] Noble Paul commented on SOLR-1392: -- I tried with the trunk. This issue seems to be fixed.

[jira] Created: (SOLR-1394) HTML stripper is splitting tokens

2009-08-29 Thread Anders Melchiorsen (JIRA)
HTML stripper is splitting tokens - Key: SOLR-1394 URL: https://issues.apache.org/jira/browse/SOLR-1394 Project: Solr Issue Type: Bug Components: Analysis Affects Versions: 1.4

[jira] Updated: (SOLR-1394) HTML stripper is splitting tokens

2009-08-29 Thread Anders Melchiorsen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anders Melchiorsen updated SOLR-1394: - Attachment: SOLR-1394.patch Proof-of-concept fixes. I don't expect them to be perfect.

Re: HTML decoder is splitting tokens

2009-08-29 Thread Anders Melchiorsen
Koji Sekiguchi k...@r.email.ne.jp writes: This is correct when you have the mapping definition: lt; = gt; = : : But I thought you could not have them, but have only: uuml; = ü auml; = ä : : Didn't it solve your problem? Hi Koji, oh, seems like I

[jira] Updated: (SOLR-1221) Change Solr Highlighting to use the SpanScorer with MultiTerm expansion by default

2009-08-29 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1221?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-1221: -- Attachment: SOLR-1221.patch Change Solr Highlighting to use the SpanScorer with MultiTerm expansion by

[jira] Commented: (SOLR-1319) Upgrade custom Solr Highlighter classes to new Lucene Highlighter API

2009-08-29 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12749163#action_12749163 ] Mark Miller commented on SOLR-1319: --- The break is that {code}protected QueryTermScorer

[jira] Updated: (SOLR-1203) We should add an example of setting the update.processor for a given RequestHandler

2009-08-29 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-1203: -- Attachment: SOLR-1203.patch We should add an example of setting the update.processor for a given

[jira] Updated: (SOLR-1203) We should add an example of setting the update.processor for a given RequestHandler

2009-08-29 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-1203: -- Attachment: (was: SOLR-1203.patch) We should add an example of setting the update.processor for a

[jira] Updated: (SOLR-1203) We should add an example of setting the update.processor for a given RequestHandler

2009-08-29 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-1203: -- Attachment: (was: SOLR-1203.patch) We should add an example of setting the update.processor for a

[jira] Updated: (SOLR-1203) We should add an example of setting the update.processor for a given RequestHandler

2009-08-29 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated SOLR-1203: -- Attachment: SOLR-1203.patch We should add an example of setting the update.processor for a given

[jira] Commented: (SOLR-1203) We should add an example of setting the update.processor for a given RequestHandler

2009-08-29 Thread Bill Au (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12749189#action_12749189 ] Bill Au commented on SOLR-1203: --- I had actually come across an example in the Wiki when I was

Re: Lucene RC2

2009-08-29 Thread Bill Au
Yonik, Are you in the process of trying it out or upgrading Solr, or both? Bill On Fri, Aug 28, 2009 at 3:32 PM, Yonik Seeley yo...@lucidimagination.comwrote: On Fri, Aug 28, 2009 at 2:54 PM, Grant Ingersollgsing...@apache.org wrote: Anyone tried out the new Lucene RC2 in Solr yet?

[jira] Commented: (SOLR-1383) Replication causes master to fail to delete old index files

2009-08-29 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12749190#action_12749190 ] Lance Norskog commented on SOLR-1383: - Here is an attempt at a completely described test

[jira] Commented: (SOLR-1383) Replication causes master to fail to delete old index files

2009-08-29 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12749191#action_12749191 ] Lance Norskog commented on SOLR-1383: - The [above test

[jira] Updated: (SOLR-1394) HTML stripper is splitting tokens

2009-08-29 Thread Anders Melchiorsen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anders Melchiorsen updated SOLR-1394: - Attachment: (was: SOLR-1394.patch) HTML stripper is splitting tokens

[jira] Updated: (SOLR-1394) HTML stripper is splitting tokens

2009-08-29 Thread Anders Melchiorsen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anders Melchiorsen updated SOLR-1394: - Attachment: SOLR-1394.patch Right version of patch file. HTML stripper is splitting

Re: Lucene RC2

2009-08-29 Thread Yonik Seeley
On Sat, Aug 29, 2009 at 5:44 PM, Bill Aubill.w...@gmail.com wrote: Yonik,      Are you in the process of trying it out or upgrading Solr, or both? Bill It's done: http://svn.apache.org/viewvc?view=revrevision=809010 -Yonik http://www.lucidimagination.com

[jira] Created: (SOLR-1395) Integrate Katta

2009-08-29 Thread Jason Rutherglen (JIRA)
Integrate Katta --- Key: SOLR-1395 URL: https://issues.apache.org/jira/browse/SOLR-1395 Project: Solr Issue Type: New Feature Affects Versions: 1.4 Reporter: Jason Rutherglen Priority: Minor