[jira] Commented: (SOLR-1873) Commit Solr Cloud to trunk

2010-07-11 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12887203#action_12887203 ] Mark Miller commented on SOLR-1873: --- So I think I've got a work around for the test

[jira] Created: (SOLR-1995) Snapshot directory is misnamed

2010-07-11 Thread Hayato Ito (JIRA)
Snapshot directory is misnamed --- Key: SOLR-1995 URL: https://issues.apache.org/jira/browse/SOLR-1995 Project: Solr Issue Type: Bug Components: replication (java) Affects Versions: 1.4.1, 1.4

[jira] Updated: (SOLR-1995) Snapshot directory is misnamed

2010-07-11 Thread Hayato Ito (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hayato Ito updated SOLR-1995: - Attachment: SOLR-1995.patch I attach the patch. Snapshot directory is misnamed

[jira] Updated: (LUCENE-2167) Implement StandardTokenizer with the UAX#29 Standard

2010-07-11 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Rowe updated LUCENE-2167: Attachment: LUCENE-2167.benchmark.patch Attaching benchmark patch brought up-to-date with

[jira] Commented: (LUCENE-2130) Investigate Rewriting Constant Scoring MultiTermQueries per segment

2010-07-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12887230#action_12887230 ] Michael McCandless commented on LUCENE-2130: I think the slowness comes from a

[jira] Updated: (LUCENE-2130) Investigate Rewriting Constant Scoring MultiTermQueries per segment

2010-07-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2130: --- Priority: Major (was: Minor) Investigate Rewriting Constant Scoring

[jira] Commented: (LUCENE-2130) Investigate Rewriting Constant Scoring MultiTermQueries per segment

2010-07-11 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12887228#action_12887228 ] Michael McCandless commented on LUCENE-2130: I think this is very important to

[jira] Commented: (LUCENE-2130) Investigate Rewriting Constant Scoring MultiTermQueries per segment

2010-07-11 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12887232#action_12887232 ] Uwe Schindler commented on LUCENE-2130: --- Definitely not setNextReader(), that would

Re: Web-Based Luke

2010-07-11 Thread John Wang
Mark: This is a super useful tool! Any plans of putting it under lucene contrib? Thanks -John On Fri, Jul 9, 2010 at 7:26 AM, Mark Harwood markharw...@yahoo.co.ukwrote: See

Re: Web-Based Luke

2010-07-11 Thread Mark Harwood
I had concerns about the bloat the gwt compiler would add to the source distro. If of interest it could do with upgrading to the latest gwt. Ideally all Luke front ends (swing/gwt/thinlet) would share the same back end api. Decoupling from thinlet as done in this webluke code is the first step