I used SnowBall Analyzer with English language.In snowball analyzer is it possible?
On Mon, May 7, 2012 at 9:48 AM, Li Li <fancye...@gmail.com> wrote: > what's your analyzer? > if you use standard analyzer, I think this won't happen. > if you want to get exact match of name field, you should index this > field but not analyze it. > > On Mon, May 7, 2012 at 11:59 AM, Yogesh patel > <yogeshpateldai...@gmail.com> wrote: > > Hi > > > > I am using lucene for search implementation . > > I have created index with two columns > > (1) Name > > (2) Year > > > > I stored values like > > > > AC 2001 > > AC 2002 > > ACC 2004 > > ACC 2001 > > ACJ 2006 > > ACJ 2007 > > > > > > I want to query in index to get year of AC ..When i query with Name:AC or > > Name: "AC" , it gives me all record with ACC , ACJ etc..who start with > > AC...But I need only records of AC.. > > > > So is it possible with lucene for exact query match?. > > > > -- > > Yogesh Patel > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > > -- Yogesh Patel