[jira] Created: (SOLR-1149) Make QParserPlugin and related classes extendible

2009-05-07 Thread Kaktu Chakarabati (JIRA)
Make QParserPlugin and related classes extendible - Key: SOLR-1149 URL: https://issues.apache.org/jira/browse/SOLR-1149 Project: Solr Issue Type: Improvement Components: search

[jira] Updated: (SOLR-1149) Make QParserPlugin and related classes extendible

2009-05-07 Thread Kaktu Chakarabati (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kaktu Chakarabati updated SOLR-1149: Attachment: SOLR-1149.patch patch file implementing the mentioned changes. Make

[jira] Commented: (SOLR-1116) Add a Binary FieldType

2009-05-07 Thread Tao Jiang (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12706772#action_12706772 ] Tao Jiang commented on SOLR-1116: - I just couldn't patch it to Solr 1.3. JavaBinCodec.java

[jira] Commented: (SOLR-1116) Add a Binary FieldType

2009-05-07 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12706781#action_12706781 ] Noble Paul commented on SOLR-1116: -- the patch will not apply on Solr 1.3 . it will apply

[jira] Created: (SOLR-1150) OutofMemoryError on enabling highlighting

2009-05-07 Thread Siddharth Gargate (JIRA)
OutofMemoryError on enabling highlighting - Key: SOLR-1150 URL: https://issues.apache.org/jira/browse/SOLR-1150 Project: Solr Issue Type: Bug Components: highlighter Affects Versions:

RE: OutofMemory on Highlightling

2009-05-07 Thread Gargate, Siddharth
I have opened an issue in jira to fix this issue https://issues.apache.org/jira/browse/SOLR-1150 -Original Message- From: Gargate, Siddharth [mailto:sgarg...@ptc.com] Sent: Monday, May 04, 2009 10:07 AM To: solr-dev@lucene.apache.org Subject: RE: OutofMemory on Highlightling Hi all,

[jira] Updated: (SOLR-1150) OutofMemoryError on enabling highlighting

2009-05-07 Thread Siddharth Gargate (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Gargate updated SOLR-1150: Issue Type: Improvement (was: Bug) OutofMemoryError on enabling highlighting

[jira] Commented: (SOLR-1144) replication hang

2009-05-07 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12706868#action_12706868 ] Noble Paul commented on SOLR-1144: -- ReplicationHandler does not cause the hang on the

[jira] Commented: (SOLR-1073) StrField should allow locale sensitive sorting

2009-05-07 Thread Sachin (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12706949#action_12706949 ] Sachin commented on SOLR-1073: -- Hoss: 1) I didn't add the validation as currently it falls

Re: DirectUpdateHandler2 threads pile up behind scheduleCommitWithin

2009-05-07 Thread jayson.minard
Does every thread really need to notify the update handler of the commit interval/threshold being reached, or really just the first thread that notices should send the signal, or better yet a background commit watching thread so that no foreground thread has to pay attention at all. That is

Re: Creating a new QParserPlugin

2009-05-07 Thread Kevin Osborn
I had a case where I was extending the DisMax parser. So, my class MyNewDxMaxQParserPlugin extends QParserPlugin. But, I just copied and pasted from DixMaxQParserPlugin.java. Sure, doesn't reuse all the code, but in my case I just needed the existing code as an example and then I had to change

Re: Creating a new QParserPlugin

2009-05-07 Thread KaktuChakarabati
Hey Kevin, thanks for the reply - Going down the road of recoding most of it was exactly what I wanted to avoid.. I did go ahead and submit a JIRA issue/patch that addresses this. I think this patch makes the whole thing much simpler and exposes some of the powerful underlying mechanisms in a

[jira] Commented: (SOLR-1078) WordDelimiterFilter do wrong word breaking for Thai vowel

2009-05-07 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12707203#action_12707203 ] Robert Muir commented on SOLR-1078: --- thai vowels are neither, they are

[jira] Created: (SOLR-1151) Document the new CopyField maxLength property in the example schema.xml

2009-05-07 Thread Peter Wolanin (JIRA)
Document the new CopyField maxLength property in the example schema.xml --- Key: SOLR-1151 URL: https://issues.apache.org/jira/browse/SOLR-1151 Project: Solr Issue Type:

[jira] Updated: (SOLR-1151) Document the new CopyField maxLength property in the example schema.xml

2009-05-07 Thread Peter Wolanin (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Wolanin updated SOLR-1151: Attachment: SOLR-1151.patch 1st pass Document the new CopyField maxLength property in the

[jira] Commented: (SOLR-1151) Document the new CopyField maxLength property in the example schema.xml

2009-05-07 Thread Peter Wolanin (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12707211#action_12707211 ] Peter Wolanin commented on SOLR-1151: - needs work - the final format is maxChars NOT

[jira] Created: (SOLR-1152) snapshoot on ReplicationHandler should acccept the location

2009-05-07 Thread Noble Paul (JIRA)
snapshoot on ReplicationHandler should acccept the location --- Key: SOLR-1152 URL: https://issues.apache.org/jira/browse/SOLR-1152 Project: Solr Issue Type: Improvement

[jira] Updated: (SOLR-1153) deltaImportQuery should be honored on child entities as well

2009-05-07 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-1153: - Summary: deltaImportQuery should be honored on child entities as well (was: deltaImportQuery is should

[jira] Created: (SOLR-1153) deltaImportQuery is should be honored on child entities as well

2009-05-07 Thread Noble Paul (JIRA)
deltaImportQuery is should be honored on child entities as well --- Key: SOLR-1153 URL: https://issues.apache.org/jira/browse/SOLR-1153 Project: Solr Issue Type: Improvement