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