Mark Miller wrote:

> Try hitting /solr/admin/luke and see what it says.

Oh, interesting. I think I have to check the stopword list. Is there a
way to filter single characters like the "h"?

<lst name="data_de_de">
<str name="type">text_de_de</str>
<str name="schema">ITS----------</str>
<str name="index">ITS----------</str>
<int name="docs">2340</int>
<int name="distinct">57971</int> <!-- is this much? -->

<lst name="topTerms">
<int name="für">1454</int>  <!-- should be stopword -->
<int name="glas">1016</int>
<int name="werden">1008</int>  <!-- should be stopword -->
<int name="h">980</int>  <!-- should be filtered -->
<int name="gmbh">927</int>
<int name="gmb">924</int>
<int name="quelle">895</int>
<int name="wird">843</int>  <!-- should be stopword -->
<int name="über">730</int>  <!-- should be stopword -->
<int name="durch">730</int>  <!-- should be stopword -->

Thank you for the information.
Gert

Reply via email to