[jira] Updated: (LUCENENET-366) Spellchecker issues

2010-05-14 Thread Ben West (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben West updated LUCENENET-366: --- Attachment: spellcheck-2.9-upgrade.patch Patch to port java 2.9 spellchecker stuff to .net.

[jira] Commented: (LUCENE-1585) Allow to control how payloads are merged

2010-05-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12867449#action_12867449 ] Michael McCandless commented on LUCENE-1585: Also, remapping the term bytes in

Re: Build failed in Hudson: Lucene-trunk #1187

2010-05-14 Thread Michael McCandless
Wow another issue caught by random testing! On Fri, May 14, 2010 at 1:42 AM, Robert Muir rcm...@gmail.com wrote: the problem is a logic bug (e.g. i have no clue how to really fix except to switch over to a UTF-8 sort order). in converting automaton to utf-8/32, and trying to emulate the

Re: Build failed in Hudson: Lucene-trunk #1187

2010-05-14 Thread Robert Muir
On Fri, May 14, 2010 at 5:14 AM, Michael McCandless luc...@mikemccandless.com wrote: Or just cutover to UTF8 order for trunk. I would really prefer we go this route, instead of trying to do any hacks at this point! This is the FIXME you committed right?  Ie always seek... Yeah, i can't even

[jira] Resolved: (LUCENE-1585) Allow to control how payloads are merged

2010-05-14 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera resolved LUCENE-1585. Lucene Fields: [New, Patch Available] (was: [New]) Resolution: Fixed Committed revision

[jira] Created: (SOLR-1914) phps and json add a double qoute / brackets, serialize isnt working

2010-05-14 Thread Sascha Jovanoski (JIRA)
phps and json add a double qoute / brackets, serialize isnt working --- Key: SOLR-1914 URL: https://issues.apache.org/jira/browse/SOLR-1914 Project: Solr Issue Type: Bug

[jira] Commented: (LUCENE-2455) Some house cleaning in addIndexes*

2010-05-14 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12867498#action_12867498 ] Shai Erera commented on LUCENE-2455: While changing addIndexes(reader), I've noticed

[jira] Commented: (SOLR-1913) QParserPlugin plugin for Search Results Filtering Based on Bitwise Operations on Integer Fields

2010-05-14 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12867512#action_12867512 ] Yonik Seeley commented on SOLR-1913: Hi Israel, interesting stuff! There's always many

Re: Build failed in Hudson: Lucene-trunk #1187

2010-05-14 Thread Yonik Seeley
On Fri, May 14, 2010 at 7:29 AM, Robert Muir rcm...@gmail.com wrote: On Fri, May 14, 2010 at 5:14 AM, Michael McCandless luc...@mikemccandless.com wrote: Or just cutover to UTF8 order for trunk. I would really prefer we go this route, instead of trying to do any hacks at this point! Sounds

[jira] Commented: (SOLR-1914) phps and json add a double qoute / brackets, serialize isnt working

2010-05-14 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12867522#action_12867522 ] Yonik Seeley commented on SOLR-1914: It's not clear if this is a Solr bug, or just some

[jira] Commented: (LUCENE-2455) Some house cleaning in addIndexes*

2010-05-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12867523#action_12867523 ] Michael McCandless commented on LUCENE-2455: Patch looks good Shai! Only a

Re: Build failed in Hudson: Lucene-trunk #1187

2010-05-14 Thread Robert Muir
On Fri, May 14, 2010 at 10:59 AM, Yonik Seeley yo...@lucidimagination.com wrote: So it seems like the biggest issue we might have in cutting over would be the field cache and sorting?  Instead of using String.compareTo we need one that compares as UTF-32 (or longer term, don't even create

Re: Build failed in Hudson: Lucene-trunk #1187

2010-05-14 Thread Yonik Seeley
On Fri, May 14, 2010 at 11:21 AM, Michael McCandless luc...@mikemccandless.com wrote: On Fri, May 14, 2010 at 10:59 AM, Yonik Seeley yo...@lucidimagination.com wrote: On Fri, May 14, 2010 at 7:29 AM, Robert Muir rcm...@gmail.com wrote: On Fri, May 14, 2010 at 5:14 AM, Michael McCandless

Re: Build failed in Hudson: Lucene-trunk #1187

2010-05-14 Thread Robert Muir
On Fri, May 14, 2010 at 11:21 AM, Michael McCandless luc...@mikemccandless.com wrote: Actually, I think on changing to unicode codepoint order, the StringIndex returned by FieldCache would in fact be sorted in codepoint order (even though it's still a String[]), because it just enums the terms

Re: Build failed in Hudson: Lucene-trunk #1187

2010-05-14 Thread Yonik Seeley
On Fri, May 14, 2010 at 11:23 AM, Yonik Seeley yo...@lucidimagination.com wrote: On Fri, May 14, 2010 at 11:21 AM, Michael McCandless luc...@mikemccandless.com wrote: On Fri, May 14, 2010 at 10:59 AM, Yonik Seeley yo...@lucidimagination.com wrote: On Fri, May 14, 2010 at 7:29 AM, Robert Muir

Re: Build failed in Hudson: Lucene-trunk #1187

2010-05-14 Thread Michael McCandless
On Fri, May 14, 2010 at 11:23 AM, Yonik Seeley yo...@lucidimagination.com wrote: On Fri, May 14, 2010 at 11:21 AM, Michael McCandless luc...@mikemccandless.com wrote: On Fri, May 14, 2010 at 10:59 AM, Yonik Seeley yo...@lucidimagination.com wrote: On Fri, May 14, 2010 at 7:29 AM, Robert Muir

master-master replication in solr 1.4 (java replication)?

2010-05-14 Thread Tim Heckman
I was looking into whether I could configure a master-master replication setup for solr (using the java replication in 1.4). My goal here is providing failover for updates, not load balancing. Only one node would receive updates at any given time. My first attempt didn't work. With a little

[jira] Created: (LUCENE-2462) remove DocsAndPositionsEnum.getPayloadLength

2010-05-14 Thread Michael McCandless (JIRA)
remove DocsAndPositionsEnum.getPayloadLength Key: LUCENE-2462 URL: https://issues.apache.org/jira/browse/LUCENE-2462 Project: Lucene - Java Issue Type: Bug Components: Index

[jira] Resolved: (LUCENE-2462) remove DocsAndPositionsEnum.getPayloadLength

2010-05-14 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-2462. Resolution: Fixed remove DocsAndPositionsEnum.getPayloadLength

[jira] Commented: (LUCENE-2380) Add FieldCache.getTermBytes, to load term data as byte[]

2010-05-14 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12867534#action_12867534 ] Yonik Seeley commented on LUCENE-2380: -- One thing to keep in mind is that the current

[jira] Updated: (SOLR-1656) XInclude's are resolved relative CWD, not instance dir

2010-05-14 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Smiley updated SOLR-1656: --- Attachment: SOLR-1656_Support_SAX_SystemId_via_wrapping_InputStream.patch Attached is a patch

[jira] Created: (LUCENE-2463) Improve Greek analysis

2010-05-14 Thread Robert Muir (JIRA)
Improve Greek analysis -- Key: LUCENE-2463 URL: https://issues.apache.org/jira/browse/LUCENE-2463 Project: Lucene - Java Issue Type: Improvement Components: contrib/analyzers Reporter: Robert Muir

[jira] Updated: (LUCENE-2463) Improve Greek analysis

2010-05-14 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2463: Attachment: LUCENE-2463.patch attached is a patch. If no one objects, I would like to commit in

[jira] Commented: (SOLR-1858) Embedded Solr does not support Distributed Search

2010-05-14 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12867662#action_12867662 ] Lance Norskog commented on SOLR-1858: - Another point: a distributed search across

[jira] Commented: (SOLR-1656) XInclude's are resolved relative CWD, not instance dir

2010-05-14 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12867669#action_12867669 ] Hoss Man commented on SOLR-1656: David: Interesting Idea. i must admit that while it feels

[jira] Commented: (SOLR-945) JSON update handler

2010-05-14 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12867671#action_12867671 ] Yonik Seeley commented on SOLR-945: --- Any objections to committing this to trunk soon?

Re: [jira] Commented: (SOLR-945) JSON update handler

2010-05-14 Thread Chris Hostetter
: Any objections to committing this to trunk soon? I'd forgotten all about it. I saw go for it ... i think ultimately it would be nice to allow for some braoder types of JSON structures that are then flattened in to field=val pairs either through convention or configuration (similar to

[jira] Commented: (SOLR-1656) XInclude's are resolved relative CWD, not instance dir

2010-05-14 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12867679#action_12867679 ] David Smiley commented on SOLR-1656: I thought of making a

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

2010-05-14 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12867699#action_12867699 ] Steven Rowe commented on LUCENE-2167: - Currently in StandardTokenizer there is a hack

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

2010-05-14 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12867709#action_12867709 ] Robert Muir commented on LUCENE-2167: - bq. However, I think Lao had zero tokens

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

2010-05-14 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12867712#action_12867712 ] Robert Muir commented on LUCENE-2167: - bq. AFAICT, UAX#29 would output individual Thai

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

2010-05-14 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12867715#action_12867715 ] Steven Rowe commented on LUCENE-2167: - {quote} bq. AFAICT, UAX#29 would output

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

2010-05-14 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12867721#action_12867721 ] Robert Muir commented on LUCENE-2167: - Hmm i ran some tests, I think i see your

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

2010-05-14 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12867722#action_12867722 ] Robert Muir commented on LUCENE-2167: - bq. Yeah, your Thai text

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

2010-05-14 Thread Steven Rowe (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12867737#action_12867737 ] Steven Rowe commented on LUCENE-2167: - {quote} bq. Yeah, your Thai text

[jira] Updated: (SOLR-1846) Remove support for (broken) abortOnConfigurationError

2010-05-14 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-1846: --- Attachment: SOLR-1846.patch updated patch to included the above mentioned suggestions for BadIndexSchemaTest

Re: [jira] Updated: (SOLR-1846) Remove support for (broken) abortOnConfigurationError

2010-05-14 Thread Chris Hostetter
Mark: will it cause you cloud merging problems if i commit this? : Date: Fri, 14 May 2010 19:45:43 -0400 (EDT) : From: Hoss Man (JIRA) j...@apache.org : Reply-To: dev@lucene.apache.org : To: dev@lucene.apache.org : Subject: [jira] Updated: (SOLR-1846) Remove support for (broken) :

[jira] Created: (SOLR-1915) DebugComponent should use NamedList to output Explanations instead of Explanation.toString()

2010-05-14 Thread Hoss Man (JIRA)
DebugComponent should use NamedList to output Explanations instead of Explanation.toString() Key: SOLR-1915 URL: https://issues.apache.org/jira/browse/SOLR-1915

[jira] Updated: (SOLR-1911) File descriptor leak while indexing, may cause index corruption

2010-05-14 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-1911: --- Description: While adding documents to an already existing index using this build, the number of open file

[jira] Commented: (SOLR-1911) File descriptor leak while indexing, may cause index corruption

2010-05-14 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12867758#action_12867758 ] Hoss Man commented on SOLR-1911: Simon: can you please provide a few more details: 1) what

[jira] Commented: (LUCENE-2455) Some house cleaning in addIndexes*

2010-05-14 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12867793#action_12867793 ] Shai Erera commented on LUCENE-2455: In fact, I've create newAddIndexes (just for the

Build failed in Hudson: Solr-3.x #12

2010-05-14 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Solr-3.x/12/changes Changes: [shaie] LUCENE-1585: Allow to control how payloads are merged (3x) -- [...truncated 10820 lines...] [junit] Caused by: java.io.FileNotFoundException: File does not exist