Hi Lance and Gora,

Thanks for your support!

I have changed 
 <fields>
        <field name="Shop_artikel_rg" type="string"  indexed="true" 
stored="true"
/>
        <field name="Artikel" type="string" indexed="true" stored="true" />
        <field name="Omschrijving" type="string" indexed="true" stored="true" />
 </fields>
Into
 <fields>
        <field name="Shop_artikel_rg" type="string"  indexed="true" 
stored="true"
/>
        <field name="Artikel" type="text" indexed="true" stored="true" />
        <field name="Omschrijving" type="text" indexed="true" stored="true" />
 </fields>

In the schema.xml, then restarted Tomcat. 
Also I used quotation marks for my search string and it works fine now!

Problem solved!

Best regards,
Bob

-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/Newbie-question-no-search-results-tp1416482p1422211.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to