I think it might be a problem with the indexing, looking at the lucene.log I 
see a:

        ERROR index.AbstractIndexer           - java.io.IOException: Permission 
denied

My question is, where does AbstractIndexer try to write? I would think from 
lucene-live.xconf that it was here:

        <index-dir src="../../work/search/lucene/index/live/index"/>

However, if I remove the index dir I can see this in the lucene.log:

        WARN  index.AbstractIndexer           - Directory has been created: 
(absolute path)../../work/search/lucene/index/live/index
        ERROR index.AbstractIndexer           - java.io.IOException: Permission 
denied

I'm not a FreeBSD expert but I would think that if AbstractIndexer is able to 
create a directory (and it is!) it should be able to write to it. Can anyone 
offer an explanation?

Marc

> -----Oprindelig meddelelse-----
> Fra: Rafa Pérez [mailto:[EMAIL PROTECTED] 
> Sendt: 21. juni 2005 11:04
> Til: user@lenya.apache.org
> Emne: Re: Lucene: problem while crawling
> 
> > Thanks.  I had forgotten search-and-results.xsl.  I also 
> had patched 
> > page2xhtml.xsl to show <xhtml:div id="body">, <div id="body">, or 
> > "page/content" depending on which was available, so the patch to 
> > search-and-results.xsl was unnecessary for me.  I updated the 
> > instructions.
> > 
> > And thanks for confirming it does work for someone else.
> > 
> > Rafa,
> > Does this solve your issues?
> > 
> > solprovider
> > 
> 
> Yes, it solved my exception issues, thank you. But the 
> problem now is that the search does not return any hits as 
> happened to Sebastien.
> 
> Sebastien,
> Did you solve this problem?
> 
> Thanks
> 
> Rafa
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED] For 
> additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to