Re: solr 1.3 how to parse "rich" documents

2010-11-12 Thread Lance Norskog
Did you do a 'commit' after this? If there is no error in the log or
the HTTP response, the document should get added.

Solr 1.4.1 has much newer versions of this software.

On Thu, Nov 11, 2010 at 6:46 AM, Nikola Garafolic
 wrote:
> Hi,
>
> I use solr 1.3 with patch for parsing rich documents, and when uploading for
> example pdf file, only thing I see in solr.log is following:
>
> INFO: [] webapp=/solr path=/update/rich
> params={id=250&stream.type=pdf&fieldnames=id,name&commit=true&stream.fieldname=body&name=iphone+user+guide+pdf+iphone_user_guide.pdf}
> status=0 QTime=12656
>
> solrconfig.xml contains the line:
>
>   startup="lazy" />
>
> What else am I missing?
>
> Since I am running solr as standalone, I do not need to build it with ant,
> or?
>
> Regards,
> Nikola
>
> --
> Nikola Garafolic
> SRCE, Sveucilisni racunski centar
> tel: +385 1 6165 804
> email: nikola.garafo...@srce.hr
>



-- 
Lance Norskog
goks...@gmail.com


solr 1.3 how to parse "rich" documents

2010-11-11 Thread Nikola Garafolic

Hi,

I use solr 1.3 with patch for parsing rich documents, and when uploading 
for example pdf file, only thing I see in solr.log is following:


INFO: [] webapp=/solr path=/update/rich 
params={id=250&stream.type=pdf&fieldnames=id,name&commit=true&stream.fieldname=body&name=iphone+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?


Regards,
Nikola

--
Nikola Garafolic
SRCE, Sveucilisni racunski centar
tel: +385 1 6165 804
email: nikola.garafo...@srce.hr