Found these errors in Tomcat's log file:
May 9, 2010 10:57:24 PM org.apache.solr.common.SolrException log
SEVERE: java.lang.RuntimeException: [was class
java.net.SocketTimeoutException] Read timed out
at
com.ctc.wstx.util.ExceptionUtil.throwRuntimeException(ExceptionUtil.java:18)
a
Hi,
I am getting the following error when I run the index process once in a
while. I'm using Solr 1.4. Any suggestions on how to resolve this error?
Caused by: org.apache.solr.client.solrj.SolrServerException:
org.apache.commons.httpclient.ProtocolException: Unbuffered entity enclosing
request ca
On May 9, 2010, at 3:20 PM, Andrew Clegg wrote:
N.B. In case this catches anyone out -- there's also a few places
where you
need to put the core name into the templates in the conf/velocity
directory
for the core. They don't pick this up automatically so you need to
find any
references to /
Don't worry Erik -- I figured this one out.
For the benefit of future searchers, you need
lucene
And to avoid the NullPointerException from the /solr/CORENAME/itas page, you
actually need to supply a
?q=blah
initial query.
I just assumed it would give you a blank search page if you di
Sorry -- in the second of those error messages (the NPE) I meant
lucene
not standard.
Andrew Clegg wrote:
>
>
> Erik Hatcher-4 wrote:
>>
>> What version of Solr? Try switching to
>> class="solr.VelocityResponseWriter", and if that doesn't work use
>> class="org.apache.solr.requ
Erik Hatcher-4 wrote:
>
> What version of Solr? Try switching to
> class="solr.VelocityResponseWriter", and if that doesn't work use
> class="org.apache.solr.request.VelocityResponseWriter". The first
> form is the recommended way to do it. The actual package changed in
> trunk not t
What version of Solr? Try switching to
class="solr.VelocityResponseWriter", and if that doesn't work use
class="org.apache.solr.request.VelocityResponseWriter". The first
form is the recommended way to do it. The actual package changed in
trunk not too long ago.
Erik
On May
Hi,
I'm trying to get the Velocity / Solritas feature to work for one core of a
two-core Solr instance, but it's not playing nice.
I know the right jars are being loaded, because I can see them mentioned in
the log, but still I get a class not found exception:
09-May-2010 15:34:02 org.apache.so
Thank you for the explanation, Hoss.
At the moment, I am not able to try out Solr, because I am going to write my
exam from tomorrow to Wednesday.
This is because I would try out as much as possible and dive into some
sourcecode and this would be no good idea in this context. So my questions
are
Rivulet Enterprise Search Provides a web interface, DIH, you might try
http://sourceforge.net/projects/rivu/ http://sourceforge.net/projects/rivu/
--
View this message in context:
http://lucene.472066.n3.nabble.com/Custom-DIH-variables-tp777696p786836.html
Sent from the Solr - User mailing lis
try Rivulet Enterprise Search , http://sourceforge.net/projects/rivu/
http://sourceforge.net/projects/rivu/
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-work-at-Drupal-tp786638p786810.html
Sent from the Solr - User mailing list archive at Nabble.com.
try copy to /opt/tomcat/bin
--
View this message in context:
http://lucene.472066.n3.nabble.com/Please-Help-how-to-Xinclude-in-schema-xml-tp779769p786808.html
Sent from the Solr - User mailing list archive at Nabble.com.
You shoud edit Solr Source Code , define a Single static SolrCore , after
reload solr.xml , change this single static SolrCore
--
View this message in context:
http://lucene.472066.n3.nabble.com/How-to-load-Core-Properties-after-Core-creation-tp782389p786792.html
Sent from the Solr - User maili
use Rivulet Enterprise Search , http://sourceforge.net/projects/rivu/
http://sourceforge.net/projects/rivu/ , it's very easy to use
--
View this message in context:
http://lucene.472066.n3.nabble.com/CommonsHttpSolrServer-vs-EmbeddedSolrServer-tp784201p786785.html
Sent from the Solr - User mai
user Rivulet Enterprise Search http://sourceforge.net/projects/rivu/
http://sourceforge.net/projects/rivu/
it's very easy .
--
View this message in context:
http://lucene.472066.n3.nabble.com/Help-indexing-PDF-files-tp783677p786781.html
Sent from the Solr - User mailing list archive at Nabble.
Hi,
thank you for your reply.
What you suggested is a good idea and I am probably going to follow it.
However, I'd like to hear a comment on the approach of doing the parsing
using Lucene and then constructing a SolrQuery from a Lucene Query:
QueryParser parser = new QueryParser("", analyzer)
16 matches
Mail list logo