If you want this behavior then the field type should not be 'text'. for default fieldtype=text there are many filters applied before the values are indexed, this includes stemming (reducing the word to root word, removing s in ur case.
try using fieldtype=string instead. this will match strictly to the values in the field (exact match, case sensitive) try tweaking schema.xml in the conf folder . you can tweak the definition in this file to be able to use delimiter/ case filters as seems fir for your case. -umar 2008/4/2 Tim Mahy <[EMAIL PROTECTED]>: > Hi all, > > is there a Solr wide setting that with which I can achieve the following : > > if I now search for q=onderwij, I also receive documents with results of > "onderwijs" etc.. this is ofcourse the behavior that is described but if I > search on "onderwij", I still get the "onderwijs" hits, I use for this field > the type "text" from the schema.xml that is supplied with the default > Solr. > > Is there a global setting on Solr to always search Exact ? > > Greetings, > > Tim > > > > > > Info Support - http://www.infosupport.com > > Alle informatie in dit e-mailbericht is onder voorbehoud. Info Support is > op geen enkele wijze aansprakelijk voor vergissingen of onjuistheden in dit > bericht en staat niet in voor de juiste en volledige overbrenging van de > inhoud hiervan. Op al de werkzaamheden door Info Support uitgevoerd en op al > de aan ons gegeven opdrachten zijn - tenzij expliciet anders overeengekomen > - onze Algemene Voorwaarden van toepassing, gedeponeerd bij de Kamer van > Koophandel te Utrecht onder nr. 30135370. Een exemplaar zenden wij u op uw > verzoek per omgaande kosteloos toe. > > De informatie in dit e-mailbericht is uitsluitend bestemd voor de > geadresseerde. Gebruik van deze informatie door anderen is verboden. > Openbaarmaking, vermenigvuldiging, verspreiding en/of verstrekking van deze > informatie aan derden is niet toegestaan. > > Dit e-mailbericht kan vertrouwelijke informatie bevatten. Indien u dit > bericht dus per ongeluk ontvangt, stelt Info Support het op prijs als u de > zender door een antwoord op deze e-mail hiervan op de hoogte brengt en deze > e-mail vervolgens vernietigt. >