Re: Not return my expected contents

2009-08-24 Thread Elaine Li
Thanks. The fieldtype without the porter filter works for my case. I appreciate your information very much. Elaine On Sat, Aug 22, 2009 at 9:02 PM, Lance Norskog wrote: > These text types 'stem' the words arabic, arabian, and arabs to 'arab'. > > http://wiki.apache.org/solr/SchemaDesign > > The P

Re: Not return my expected contents

2009-08-22 Thread Lance Norskog
These text types 'stem' the words arabic, arabian, and arabs to 'arab'. http://wiki.apache.org/solr/SchemaDesign The Porter classes in the text definitions do this process. You want a field type without stemming. In Solr 1.3, the field type 'textSpell' and in Solr 1.4 'textgen' do not have these

Re: Not return my expected contents

2009-08-21 Thread Avlesh Singh
> > "The Arab Presense" is returned when I search for ("arabic"). > "to confirm the existence of many communities.." is returned when i search > for ("the existing"). > All such results are returned back due to something known as stemming. The stock "text" field definition comes bundled with a ste

Not return my expected contents

2009-08-21 Thread Elaine Li
Hi, In every doc of mine, there is a sentence. I tried to set the sentence to fieldtype as one of the three 'text', 'text_ws' and 'textTight'. None of them produce the correct result. For eg. "The Arab Presense" is returned when I search for ("arabic"). "to confirm the existence of many communi