[jira] Resolved: (SOLR-719) Persisting solr.xml through SolrJ does not handle relative pathes correctly

2008-08-23 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-719. Resolution: Fixed Committed revision 688427. Thanks Henri! > Persisting solr.xml th

[jira] Updated: (SOLR-719) Persisting solr.xml through SolrJ does not handle relative pathes correctly

2008-08-23 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-719: --- Attachment: SOLR-719.patch This change in PERSIST case is enough {code} File file = new

[jira] Updated: (SOLR-721) DirectSolrConnection is broken - missing CoreContainer initialization

2008-08-23 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated SOLR-721: --- Description: It might be initialized in such a way that no core container is created. Adding the prope

[jira] Created: (SOLR-721) DirectSolrConnection is broken - missing CoreContainer initialization

2008-08-23 Thread Henri Biestro (JIRA)
DirectSolrConnection is broken - missing CoreContainer initialization - Key: SOLR-721 URL: https://issues.apache.org/jira/browse/SOLR-721 Project: Solr Issue Type: Bug A

[jira] Resolved: (SOLR-720) Persistence does not write the expected XML

2008-08-23 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-720. Resolution: Fixed Committed revision 688411. Thanks Henri ! > Persistence does not

[jira] Updated: (SOLR-719) Persisting solr.xml through SolrJ does not handle relative pathes correctly

2008-08-23 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-719: --- Fix Version/s: (was: 1.4) 1.3 Assignee: Shalin Shekhar M

[jira] Updated: (SOLR-720) Persistence does not write the expected XML

2008-08-23 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-720: --- Attachment: SOLR-720.patch Patch to fix this. > Persistence does not write the expecte

[jira] Updated: (SOLR-719) Persisting solr.xml through SolrJ does not handle relative pathes correctly

2008-08-23 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated SOLR-719: --- Affects Version/s: (was: 1.4) 1.3 > Persisting solr.xml through SolrJ does n

[jira] Updated: (SOLR-720) Persistence does not write the expected XML

2008-08-23 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-720: --- Fix Version/s: (was: 1.4) 1.3 Assignee: Shalin Shekhar M

[jira] Updated: (SOLR-720) Persistence does not write the expected XML

2008-08-23 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated SOLR-720: --- Affects Version/s: (was: 1.4) 1.3 > Persistence does not write the expected

[jira] Created: (SOLR-720) Persistence does not write the expected XML

2008-08-23 Thread Henri Biestro (JIRA)
Persistence does not write the expected XML --- Key: SOLR-720 URL: https://issues.apache.org/jira/browse/SOLR-720 Project: Solr Issue Type: Bug Affects Versions: 1.4 Reporter: Henri Bie

Re: bug in CharArrayMap.clone()

2008-08-23 Thread Shalin Shekhar Mangar
Hi Eks, Nice catch. I committed the fix. On Sun, Aug 24, 2008 at 1:44 AM, eks dev <[EMAIL PROTECTED]> wrote: > Hi Solr, > > I have been reading the code of this class, and stumbled upon it... > > public Object clone() { >CharArrayMap map = null; >try { > map = (CharArrayMap)super.c

[jira] Created: (SOLR-719) Persisting solr.xml through SolrJ does not handle relative pathes correctly

2008-08-23 Thread Henri Biestro (JIRA)
Persisting solr.xml through SolrJ does not handle relative pathes correctly --- Key: SOLR-719 URL: https://issues.apache.org/jira/browse/SOLR-719 Project: Solr Issue Typ

[jira] Updated: (SOLR-646) Configuration properties enhancements in solr.xml

2008-08-23 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated SOLR-646: --- Summary: Configuration properties enhancements in solr.xml (was: Configuration properties in multicore

bug in CharArrayMap.clone()

2008-08-23 Thread eks dev
Hi Solr, I have been reading the code of this class, and stumbled upon it... public Object clone() { CharArrayMap map = null; try { map = (CharArrayMap)super.clone(); map.keys = keys.clone(); map.values = keys.clone(); //You wanted to say values.clone() and by the wa

[jira] Updated: (SOLR-646) Configuration properties in multicore.xml

2008-08-23 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated SOLR-646: --- Description: This patch refers to 'generalized configuration properties' as specified by [HossMan|http

[jira] Issue Comment Edited: (SOLR-712) Support for relative path XML Entity Includes

2008-08-23 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12625099#action_12625099 ] henrib edited comment on SOLR-712 at 8/23/08 12:33 PM: -- Amit, I

[jira] Commented: (SOLR-712) Support for relative path XML Entity Includes

2008-08-23 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12625099#action_12625099 ] Henri Biestro commented on SOLR-712: Amit, I reused your good idea and added an entity r

[jira] Updated: (SOLR-646) Configuration properties in multicore.xml

2008-08-23 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated SOLR-646: --- Attachment: solr-646.patch Updated to be based on SOLR-716 commit. Thanks Shalin. Some improvement ove

Re: [jira] Resolved: (SOLR-716) Support properties in configuration files

2008-08-23 Thread Noble Paul നോബിള്‍ नोब्ळ्
Hurray! we have all the issues closed for 1.3 Let us release 1.3 ASAP On Sat, Aug 23, 2008 at 9:59 PM, Shalin Shekhar Mangar (JIRA) <[EMAIL PROTECTED]> wrote: > > [ > https://issues.apache.org/jira/browse/SOLR-716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel > ] > > Sh

[jira] Resolved: (SOLR-716) Support properties in configuration files

2008-08-23 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-716. Resolution: Fixed Committed revision 688359. Thank you Henri for your support and fl

[jira] Updated: (SOLR-716) Support properties in configuration files

2008-08-23 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated SOLR-716: --- Attachment: solr-716.patch Might be post-commit but this will give a base to solr-646. Fixed all issues

[jira] Updated: (SOLR-716) Support properties in configuration files

2008-08-23 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-716: --- Attachment: SOLR-716.patch No changes in functionality. A bit of javadocs added. I sha

[jira] Commented: (SOLR-716) Support properties in configuration files

2008-08-23 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12625075#action_12625075 ] Shalin Shekhar Mangar commented on SOLR-716: bq. So I can define properties in a

[jira] Resolved: (SOLR-714) CoreContainer.Load does not handle correctly multiple aliases

2008-08-23 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-714. Resolution: Fixed Fix Version/s: 1.3 Assignee: Shalin Shekhar Mangar

[jira] Commented: (SOLR-716) Support properties in configuration files

2008-08-23 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12625047#action_12625047 ] Shalin Shekhar Mangar commented on SOLR-716: Oh no, no problem here. Interfere is

[jira] Commented: (SOLR-716) Support properties in configuration files

2008-08-23 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12625046#action_12625046 ] Henri Biestro commented on SOLR-716: So I can define properties in a core scope based on

[jira] Commented: (SOLR-716) Support properties in configuration files

2008-08-23 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12625041#action_12625041 ] Shalin Shekhar Mangar commented on SOLR-716: Henri -- I'd like some help in under

[jira] Issue Comment Edited: (SOLR-716) Support properties in configuration files

2008-08-23 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12625040#action_12625040 ] henrib edited comment on SOLR-716 at 8/23/08 2:45 AM: - property e

[jira] Updated: (SOLR-716) Support properties in configuration files

2008-08-23 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Henri Biestro updated SOLR-716: --- Attachment: solr-716.patch property expressions in solr.xml & preserved during solr.xml persistence. Co

[jira] Issue Comment Edited: (SOLR-716) Support properties in configuration files

2008-08-23 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12625036#action_12625036 ] noble.paul edited comment on SOLR-716 at 8/23/08 1:55 AM: -- I guess w

[jira] Commented: (SOLR-716) Support properties in configuration files

2008-08-23 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12625036#action_12625036 ] Noble Paul commented on SOLR-716: - I guess what is already there meets a most of the requirem

Hudson build is back to normal: Solr-trunk #543

2008-08-23 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Solr-trunk/543/changes

Solr nightly build failure

2008-08-23 Thread solr-dev
init-forrest-entities: [mkdir] Created dir: /tmp/apache-solr-nightly/build [mkdir] Created dir: /tmp/apache-solr-nightly/build/web compile-common: [mkdir] Created dir: /tmp/apache-solr-nightly/build/common [javac] Compiling 36 source files to /tmp/apache-solr-nightly/build/common

[jira] Issue Comment Edited: (SOLR-716) Support properties in configuration files

2008-08-23 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12625033#action_12625033 ] shalinmangar edited comment on SOLR-716 at 8/23/08 1:11 AM: ---

[jira] Commented: (SOLR-716) Support properties in configuration files

2008-08-23 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12625033#action_12625033 ] Shalin Shekhar Mangar commented on SOLR-716: bq. You could do a second evaluation

[jira] Commented: (SOLR-716) Support properties in configuration files

2008-08-23 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12625032#action_12625032 ] Noble Paul commented on SOLR-716: - bq.It would seem preferable & possible to only store the p

[jira] Updated: (SOLR-716) Support properties in configuration files

2008-08-23 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-716: --- Attachment: SOLR-716.patch *Changes* # Per Henri's comment, SolrResourceLoader now keep

[jira] Issue Comment Edited: (SOLR-716) Support properties in configuration files

2008-08-23 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12625028#action_12625028 ] henrib edited comment on SOLR-716 at 8/23/08 12:22 AM: -- bq.Solr

[jira] Issue Comment Edited: (SOLR-716) Support properties in configuration files

2008-08-23 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12625028#action_12625028 ] henrib edited comment on SOLR-716 at 8/23/08 12:19 AM: -- Setting

[jira] Commented: (SOLR-716) Support properties in configuration files

2008-08-23 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12625028#action_12625028 ] Henri Biestro commented on SOLR-716: bq.SolrResourceLoader keeps a reference to the CoreD