solr 1.3 how to parse "rich" documents

2010-11-11 Thread Nikola Garafolic
phone+user+guide+pdf+iphone_user_guide.pdf} status=0 QTime=12656 solrconfig.xml contains the line: class="solr.RichDocumentRequestHandler" startup="lazy" /> What else am I missing? Since I am running solr as standalone, I do not need to build it with ant, or?

Re: solr init.d script

2010-11-09 Thread Nikola Garafolic
On 11/09/2010 07:00 PM, Israel Ekpo wrote: Yes. I recommend running Solr via a servlet container. It is much easier to manage compared to running it by itself. On Tue, Nov 9, 2010 at 10:03 AM, Nikola Garafolic wrote: But in my case, that would make things more complex as I see it. Two

Re: solr init.d script

2010-11-09 Thread Nikola Garafolic
Ekpo wrote: I think it would be a better idea to load solr via a servlet container like Tomcat and then create the init.d script for tomcat instead. http://wiki.apache.org/solr/SolrTomcat#Installing_Tomcat_6 -- Nikola Garafolic SRCE, Sveucilisni racunski centar tel: +385 1 6165 804 email

Re: solr init.d script

2010-11-09 Thread Nikola Garafolic
nks to the script. sudo update-rc.d solr defaults Type in the following command in TERMINAL to make the script executable. sudo chmod a+rx /etc/init.d/solr To test. Reboot your Ubuntu Server. Wait until Ubuntu Server reboot is completed. Wait 2 minutes for Apache Solr to startup. Using your intern

solr init.d script

2010-11-08 Thread Nikola Garafolic
Hi, Does anyone have some kind of init.d script for solr, that can start, stop and check solr status? -- Nikola Garafolic SRCE, Sveucilisni racunski centar tel: +385 1 6165 804 email: nikola.garafo...@srce.hr

Re: indexing rich documents

2010-07-13 Thread Nikola Garafolic
ther schema.xml file, but I get "undefined field text" error in log. With default schema.xml file (that came with solr) I get "undefined field 'body'". Attached is file I got from guys at gss project, that is also not working for me. Regards, Nikola -- Nikola Garafolic