Re: Single "A" parsing problem

2010-01-05 Thread sqzaman
sqzaman wrote: > > > > Philip Puffinburger wrote: >> >> That depends on what you are trying to do. >> >> You could create the StandardAnalyzer and pass in your own stop word set, >> but that would use that stop word set for all y

Re: Single "A" parsing problem

2010-01-05 Thread sqzaman
top words and stem, > while our name fields don't. > > On Jan 5, 2010, at 12:40 AM, sqzaman wrote: > >> >> >> >> Philip Puffinburger wrote: >>> >>> I'm going to take a guess that you are using the StandardAnalyzer or >>>

Re: Single "A" parsing problem

2010-01-04 Thread sqzaman
Philip Puffinburger wrote: > > I'm going to take a guess that you are using the StandardAnalyzer or > another analyzer that removes stop words. 'a' is a stop word so is > removed. > > On Jan 4, 2010, at 11:55 PM, sqzaman wrote: > >> >> hi

Single "A" parsing problem

2010-01-04 Thread sqzaman
hi i am using Java Lucene 2.9.1 my problem is When i parse the folowing query name: zaman AND name:15 name:A just last "A" skiped after parsing i found query = (+name: zaman +name:15) why A is missing can anybody tell me the reason? need quick feedback -- View this message in context: http://