oh and its a string field change this to be text if you need analysis class="solr.StrField"
lee c On 2 June 2011 11:45, lee carroll <lee.a.carr...@googlemail.com> wrote: > Deniz, > > it looks like you are missing an index anlayzer ? or have you removed > that for brevity ? > > lee c > > On 2 June 2011 10:41, Gora Mohanty <g...@mimirtech.com> wrote: >> On Thu, Jun 2, 2011 at 11:58 AM, deniz <denizdurmu...@gmail.com> wrote: >>> Hi all, >>> >>> here is a piece from my solfconfig: >> [...] >>> but somehow synonyms are not read... I mean there is no match when i use a >>> word in the synonym file... any ideas? >> [...] >> >> Please provide further details, e.g., is your field in schema.xml using >> this fieldType, one example line from the synonyms.txt file, how are >> you searching, what results you expect to get, and what are the actual >> results. >> >> Also, while this is not the issue here, normally the fieldType >> "string" is a non-analyzed field, and one would normally use >> a different fieldType, e.g., "text" for data that are to be analyzed. >> >> Regards, >> Gora >> >