On Wed, Jan 19, 2011 at 7:35 PM, Jörg Agatz <joerg.ag...@googlemail.com> wrote:
> ok, but i cant find the folders in the Tomcat folder /varlib/tomcat6/solr/
> no existing contrib folder or lib folder?

The contrib/extraction/lib folder should be under the top-level
directory of your Solr source directory. The location of that might
depend on how you installed Solr, and on which operating system,
and distribution you are running.

> where will missing an ampersand missing???
[...]
> curl "
> http://192.168.105.210:8080/solr/rechnungen/update/extract?literal.id=1234567&uprefix=attr_commit=true";
[...]

An ampersand is missing between the uprefix=attr_ and the
commit=true, i.e., the URL should be
  
http://192.168.105.210:8080/solr/rechnungen/update/extract?literal.id=1234567&uprefix=attr_&commit=true

Regards,
Gora

Reply via email to