[jira] Assigned: (SOLR-1096) Java Replication stalls and never exits

2009-04-13 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar reassigned SOLR-1096: --- Assignee: Shalin Shekhar Mangar > Java Replication stalls and never exits > --

Solr nightly build failure

2009-04-13 Thread solr-dev
init-forrest-entities: [mkdir] Created dir: /tmp/apache-solr-nightly/build [mkdir] Created dir: /tmp/apache-solr-nightly/build/web compile-solrj: [mkdir] Created dir: /tmp/apache-solr-nightly/build/solrj [javac] Compiling 76 source files to /tmp/apache-solr-nightly/build/solrj

Build failed in Hudson: Solr-trunk #770

2009-04-13 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Solr-trunk/770/changes Changes: [koji] SOLR-620: added a feature of applying velocity.properties by v.properties parameter -- [...truncated 1976 lines...] [junit] Tests run: 6, Failures: 0, Errors: 0, Time

[jira] Updated: (SOLR-1096) Java Replication stalls and never exits

2009-04-13 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-1096: Attachment: SOLR-1096.patch # Introduces httpConnTimeout and httpReadTimeout configu

[jira] Resolved: (SOLR-1096) Java Replication stalls and never exits

2009-04-13 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-1096. - Resolution: Fixed Committed revision 764371. > Java Replication stalls and never

[jira] Updated: (SOLR-1059) Add special variables for deleting documents, skipping rows and transforms in DIH

2009-04-13 Thread Noble Paul (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Noble Paul updated SOLR-1059: - Attachment: SOLR-1059.patch cleaned up a bit > Add special variables for deleting documents, skipping row

[jira] Resolved: (SOLR-1059) Add special variables for deleting documents, skipping rows and transforms in DIH

2009-04-13 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-1059. - Resolution: Fixed Committed revision 764379. Thanks Noble! > Add special variabl

[jira] Resolved: (SOLR-620) Velocity Response Writer

2009-04-13 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher resolved SOLR-620. --- Resolution: Fixed Fix Version/s: 1.4 I think we can resolve this issue and open new ones for any

[jira] Created: (SOLR-1111) fix FieldCache usage in Solr

2009-04-13 Thread Yonik Seeley (JIRA)
fix FieldCache usage in Solr Key: SOLR- URL: https://issues.apache.org/jira/browse/SOLR- Project: Solr Issue Type: Bug Reporter: Yonik Seeley Fix For: 1.4 Recent changes in Luce

[jira] Commented: (SOLR-1111) fix FieldCache usage in Solr

2009-04-13 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698399#action_12698399 ] Yonik Seeley commented on SOLR-: The major issue is that Lucene now creates scorers

SOLR-1106 - Custom Admin Action handler

2009-04-13 Thread Kay Kay
For one of our projects - we need custom admin monitoring hooks that gets access to multiple cores for a given solr web app (through the CoreContainer interface). There are common admin handler commands with the actions - register / swap / load etc. that seem to be available by default. I have su

SOLR-1107 Lifecycle management for Solr

2009-04-13 Thread Kay Kay
In CoreContainer - before the instantiation of the individual SolrCore-s , we need to perform book-keeping / loading that could be used by the request handlers and search components in the solrcores. Currently there seems to be no way to provide the hook / lifecycle handler to corecontainer to do t

Re: SOLR-1106 - Custom Admin Action handler

2009-04-13 Thread Noble Paul നോബിള്‍ नोब्ळ्
Hi Kay, The idea of one handler per command looks like an overkill. How about having a protected methods for all the known commands and have a separate method invokeCommand() which can choose to implement any extra commands if need be. This way the changes needed would be minimal. On Mon, Apr 13,

Re: SOLR-1106 - Custom Admin Action handler

2009-04-13 Thread Kay Kay
These custom action handlers need not be residing in solr . Hence I needed a hook ( listener ) that they can register themselves with and be loaded by the SolrResourceLoader ( ./lib/*.jar ) . Also I believe the default handlers are very useful , necessary and mandatory and hence ported them to the

[jira] Commented: (SOLR-773) Incorporate Local Lucene/Solr

2009-04-13 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698429#action_12698429 ] Grant Ingersoll commented on SOLR-773: -- This latest patch doesn't compile b/c it is miss

parsing bool type in solrconfig.xml

2009-04-13 Thread Koji Sekiguchi
I wan't aware of this so far... In solrconfig.xml, if I want to set hl=on by default, on or true will result what I want. But if I set on, hl will be false. If set true, hl will be true. When posting a search request, any one of hl=true|on|yes are all fine. The reason is because the arguments in

Make ant example faster

2009-04-13 Thread Shalin Shekhar Mangar
Hello, As part of SOLR-934, I'd like to setup an example for indexing mail boxes with the existing example/example-DIH demo. I see that ant example has a dependency on example-contrib. Do we want to do that? I vaguely remember Yonik complaining about the time ant example takes. For setting up the

[jira] Updated: (SOLR-773) Incorporate Local Lucene/Solr

2009-04-13 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-773: --- Attachment: SOLR-773-local-lucene.patch dooh -- here is a patch that includes SpatialParams I just ran

[jira] Created: (SOLR-1112) EmbeddedSolrServer is not being packaged with Solrj jar

2009-04-13 Thread Shalin Shekhar Mangar (JIRA)
EmbeddedSolrServer is not being packaged with Solrj jar --- Key: SOLR-1112 URL: https://issues.apache.org/jira/browse/SOLR-1112 Project: Solr Issue Type: Bug Components: clients -

Re: EmbeddedSolrServer not in solrj jar?

2009-04-13 Thread Shalin Shekhar Mangar
On Mon, Apr 6, 2009 at 3:44 AM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > I was wondering why EmbeddedSolrServer is in src/webapps/src rather than in > src/solrj? I think it accidentally got moved in there when solrj was brought > into 'src' from the 'client' directory? I also notic

[jira] Commented: (SOLR-1112) EmbeddedSolrServer is not being packaged with Solrj jar

2009-04-13 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698472#action_12698472 ] Ryan McKinley commented on SOLR-1112: - EmbeddedSolrServer can not be in the solrj packag

Re: Contributing Translations

2009-04-13 Thread Shalin Shekhar Mangar
On Fri, Apr 10, 2009 at 11:05 PM, Green Crescent Translations < ad...@greentranslations.com> wrote: > > Sure, we're actually using Solr for a project we're working on and thought > it would be nice to lend a hand. Great software. Do you have any current > translations or would this be something

[jira] Commented: (SOLR-1112) EmbeddedSolrServer is not being packaged with Solrj jar

2009-04-13 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698477#action_12698477 ] Shalin Shekhar Mangar commented on SOLR-1112: - bq. The solrj jar is limited to s

[jira] Commented: (SOLR-773) Incorporate Local Lucene/Solr

2009-04-13 Thread patrick o'leary (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698496#action_12698496 ] patrick o'leary commented on SOLR-773: -- Thanks Ryan, I've also updated local / spatial l

[jira] Resolved: (SOLR-804) include lucene misc jar in solr distro

2009-04-13 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll resolved SOLR-804. -- Resolution: Fixed Committed revision 764580. Added lucene-misc-2.9-dev.jar from rev 764281 which

Re: Make ant example faster

2009-04-13 Thread Shalin Shekhar Mangar
On Tue, Apr 14, 2009 at 12:33 AM, Grant Ingersoll wrote: > > Instead of a kitchen-sink example directory, we "revert" it back to being > the tutorial example. It still can get built by ant example, but ultimately > we "deprecate" it (more later). > > Then, as a replacement, we create a directory

Re: Contributing Translations

2009-04-13 Thread Green Crescent Translations
Hi Shalin, This looks pretty doable actually. We'll do them all for you. Would you like us to submit the page to you in HTML or would you like it in MS Word or Excel so that you can input the translations yourselves? Either way is fine for us. In fact, if you wouldn't mind putting a littl

Re: Contributing Translations

2009-04-13 Thread Grant Ingersoll
First off, let me say that I would love to see translations of Solr docs. My main concern is one of maintainability. If we agree to commit translations, then we as committers need to be able to maintain them as well. I am not sure which is worse, no translations or out of date translati

[jira] Updated: (SOLR-804) include lucene misc jar in solr distro

2009-04-13 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-804?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-804: - Fix Version/s: (was: 1.5) 1.4 > include lucene misc jar in solr distro > ---

Re: Make ant example faster

2009-04-13 Thread Grant Ingersoll
Funny you should mention it, b/c I had an idea the other day of how to speed all this up, plus will satisfy one of my other annoyances with the example and make it easier for people to get started (I think). So, here goes: Instead of a kitchen-sink example directory, we "revert" it back to

[jira] Updated: (SOLR-934) Enable importing of mails into a solr index through DIH.

2009-04-13 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-934: --- Attachment: SOLR-934.patch Updated NOTICE.txt and LICENSE.txt with the license informat

[jira] Resolved: (SOLR-934) Enable importing of mails into a solr index through DIH.

2009-04-13 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-934. Resolution: Fixed Committed revision 764601. Thanks Preetam! > Enable importing of

[jira] Resolved: (SOLR-1112) EmbeddedSolrServer is not being packaged with Solrj jar

2009-04-13 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley resolved SOLR-1112. - Resolution: Won't Fix > EmbeddedSolrServer is not being packaged with Solrj jar >

[jira] Commented: (SOLR-1112) EmbeddedSolrServer is not being packaged with Solrj jar

2009-04-13 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698549#action_12698549 ] Ryan McKinley commented on SOLR-1112: - In 1.3 I think it is in the solrj jar file. We m

[jira] Issue Comment Edited: (SOLR-1111) fix FieldCache usage in Solr

2009-04-13 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698399#action_12698399 ] Yonik Seeley edited comment on SOLR- at 4/13/09 2:50 PM: - Th

Re: Make ant example faster

2009-04-13 Thread Grant Ingersoll
On Apr 13, 2009, at 3:44 PM, Shalin Shekhar Mangar wrote: On Tue, Apr 14, 2009 at 12:33 AM, Grant Ingersoll wrote: Instead of a kitchen-sink example directory, we "revert" it back to being the tutorial example. It still can get built by ant example, but ultimately we "deprecate" it (

[jira] Commented: (SOLR-1112) EmbeddedSolrServer is not being packaged with Solrj jar

2009-04-13 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12698639#action_12698639 ] Shalin Shekhar Mangar commented on SOLR-1112: - Sure, thanks for the clarificatio

Re: parsing bool type in solrconfig.xml

2009-04-13 Thread Shalin Shekhar Mangar
2009/4/13 Koji Sekiguchi > Should we accept not only true, but also on > and yes? > I think it is easy by using parseBool() instead of Boolean.valueOf() in > DOMUtil. > +1 I know it is inconsistent but so are the request parameters like hl, debugQuery etc which I doubt will be changed. -- Reg

Re: Make ant example faster

2009-04-13 Thread Shalin Shekhar Mangar
On Tue, Apr 14, 2009 at 4:25 AM, Grant Ingersoll wrote: > > On Apr 13, 2009, at 3:44 PM, Shalin Shekhar Mangar wrote: > >> >> Isn't this the same as the current setup with the name of the directory >> changed and different ant targets to set them up? The new ant target will >> setup the default so