NOT_ANALYZED field

2009-04-28 Thread CM Wong
Hi, In my simple program I have an ID field which is NON_ANALYZED. I find that if the field contains only numeric characters (e.g. id="00023"), I can successsfully search for the doc. (search for "id:00023") But if the field contains non-numeric characates (e.g. id="nJK00023") then the search re

RE: NOT_ANALYZED field

2009-04-28 Thread CM Wong
k about PerFieldAnalyzerWrapper > using KeywordTokenizer for the id field. > > Uwe > > - > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: u...@thetaphi.de > > > > -Original Message- > > From: CM Wo