Zitat von Unico Hommes <[EMAIL PROTECTED]>:
> ...
> <contentindexer classname="org.apache.slide.index.TextContentIndexer">
>   <parameter name="indexpath">store/index</parameter>
>   <parameter
> name="analyzer">org.apache.lucene.analysis.de.GermanAnalyzer</parameter>
> </contentindexer>

If I look at the CVS source, I see

        IndexWriter writer =
            new IndexWriter(indexDb, new StandardAnalyzer(), false);

in LuceneIndexer.java

As I am no java crack, I might misunterstand this. But IMHO this will always
call then StandardAnalyzer... 

The problem with the PDF files not getting indexed still exists. The content
gets extracted with PDFBox. I will trace LuceneIndexer now.


Regards
Markus


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

Reply via email to