Markus Maeder wrote:

Zitat von Unico Hommes <[EMAIL PROTECTED]>:


What happens when you just add a text file? Are those indexes correctly as shown by the results of a DASL <contains> query?


Zitat von Unico Hommes <[EMAIL PROTECTED]>:


What happens when you just add a text file? Are those indexes correctly
as shown by the results of a DASL <contains> query?




Text files are working fine. I get more than one hit...

DOC and PDF seem to be indexed, but not found within the search.

German umlauts don't seem to be indexed correct. Can I change the analyser (e.g.
org.apache.lucene.analysis.de.GermanAnalyzer) used by slide/lucene in a
configuration file?



Yes:

<contentindexer classname="org.apache.slide.index.TextContentIndexer">
 <parameter name="indexpath">store/index</parameter>
 <parameter name="analyzer">org.apache.lucene.analysis.de.GermanAnalyzer</parameter>
</contentindexer>

--
Unico



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



Reply via email to