Re: [jira] Commented: (SOLR-284) Parsing Rich Document Types

2008-03-24 Thread pavan kumar donepudi
This patch is failing when i try to index large documents of size >20MB(mainly excel and pdf) Can anyone help? Regards, Pavan On Wed, Mar 12, 2008 at 2:04 PM, pavan kumar donepudi < [EMAIL PROTECTED]> wrote: > I got the following error when try to launch solr in tomcat after applying > patch

Solr nightly build failure

2008-03-24 Thread solr-dev
init-forrest-entities: [mkdir] Created dir: /tmp/apache-solr-nightly/build compile-common: [mkdir] Created dir: /tmp/apache-solr-nightly/build/common [javac] Compiling 31 source files to /tmp/apache-solr-nightly/build/common [javac] Note: Some input files use unchecked or unsafe o

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

2008-03-24 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Solr-trunk/386/changes

Re: svn commit: r640449 - /lucene/solr/trunk/src/webapp/src/org/apache/solr/servlet/SolrDispatchFilter.java

2008-03-24 Thread Chris Hostetter
: Log: : Incorporate the prefixPath, if configured, on the forwards this doesn't really seem like the correct usage of prefixPath .. it's suppose to be set to whatever the SolrDispatchFIlter is configured to intercept, not a generic webapp name ... with this change, won't SolrDispatchFilter co

Re: svn commit: r640449 - /lucene/solr/trunk/src/webapp/src/org/apache/solr/servlet/SolrDispatchFilter.java

2008-03-24 Thread Erik Hatcher
On Mar 24, 2008, at 4:54 PM, Chris Hostetter wrote: : Log: : Incorporate the prefixPath, if configured, on the forwards this doesn't really seem like the correct usage of prefixPath .. it's suppose to be set to whatever the SolrDispatchFIlter is configured to intercept, not a generic webapp nam

Re: svn commit: r640449 - /lucene/solr/trunk/src/webapp/src/org/apache/solr/servlet/SolrDispatchFilter.java

2008-03-24 Thread Erik Hatcher
Further on this via the servlet-spec RequestDispatcher#forward may or may not re-run the filter chain, depending on web.xml configuration. FORWARD on the filter- mapping is required which I don't have configured. Iff that were the case, then yeah I guess it could be recursive, huh? So

Re: svn commit: r640449 - /lucene/solr/trunk/src/webapp/src/org/apache/solr/servlet/SolrDispatchFilter.java

2008-03-24 Thread Chris Hostetter
: Going to /solr/admin/stats.jsp, it was intercepting and forwarding to : /admin/stats.jsp which is a 404. _info.jsp can leverage a default core in a : multicore configuration and let the old (non-core prefixed) paths work fine, : but the forwarding wasn't taking into account /solr being mapped v

Re: svn commit: r640449 - /lucene/solr/trunk/src/webapp/src/org/apache/solr/servlet/SolrDispatchFilter.java

2008-03-24 Thread Chris Hostetter
: not re-run the filter chain, depending on web.xml configuration. : FORWARD on the filter-mapping is required which I : don't have configured. Iff that were the case, then yeah I guess it could be : recursive, huh? So perhaps we put a note by the filter-mapping in our web.xml : that says "don't

[jira] Commented: (SOLR-303) Distributed Search over HTTP

2008-03-24 Thread Stu Hood (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12581747#action_12581747 ] Stu Hood commented on SOLR-303: --- Because the subqueries to Solr shards use GET requests (via So

Re: svn commit: r640449 - /lucene/solr/trunk/src/webapp/src/org/apache/solr/servlet/SolrDispatchFilter.java

2008-03-24 Thread Erik Hatcher
On Mar 24, 2008, at 6:23 PM, Chris Hostetter wrote: : Going to /solr/admin/stats.jsp, it was intercepting and forwarding to : /admin/stats.jsp which is a 404. _info.jsp can leverage a default core in a : multicore configuration and let the old (non-core prefixed) paths work fine, : but t

Re: svn commit: r640449 - /lucene/solr/trunk/src/webapp/src/org/apache/solr/servlet/SolrDispatchFilter.java

2008-03-24 Thread Erik Hatcher
On Mar 24, 2008, at 8:50 PM, Erik Hatcher wrote: On Mar 24, 2008, at 6:23 PM, Chris Hostetter wrote: : Going to /solr/admin/stats.jsp, it was intercepting and forwarding to : /admin/stats.jsp which is a 404. _info.jsp can leverage a default core in a : multicore configuration and let the

[jira] Created: (SOLR-510) client source needs to be included in releases

2008-03-24 Thread Hoss Man (JIRA)
client source needs to be included in releases -- Key: SOLR-510 URL: https://issues.apache.org/jira/browse/SOLR-510 Project: Solr Issue Type: Bug Reporter: Hoss Man Fix For

Re: svn commit: r640449 - /lucene/solr/trunk/src/webapp/src/org/apache/solr/servlet/SolrDispatchFilter.java

2008-03-24 Thread Chris Hostetter
: I've updated the docs. I'm not quite sure what the setter and getter of : pathPrefix are good for though, as the setting comes from the init-param, and : that setter is never called. Seems like we could remove the setter/getter : altogether, unless someone has a case where the Filter would be