Hi Paul,

I need some help on Lucene prefix search. I have implemented prefix search in 
my application but it is return different result like following way.

E.g. three products see below

Abc def zse,
def sde sed,
fed fer def.

I entered the characters like "def" and I performed prefix search, I got 
following results.

Abc def zse
def sde sed
fed fer def.

But I want only one result instead of above result i.e. "def sde sed"

Please help me.


Thanks & Regards

|Sr.Software Engineer| NIIT Technologies Ltd.
Tapasya(Corporate Heights), Plot No. 5, EFGH, Sector 126,

Greater Noida Express Way, NOIDA(Office: Ex.No 51523 Mb: 9958381449)

| Email:- vhanuma...@nii-tech.com|www.niit-tech.com|


-----Original Message-----
From: Paul Taylor [mailto:paul_t...@fastmail.fm]
Sent: Friday, March 19, 2010 5:02 PM
To: java-user@lucene.apache.org
Subject: Version.onOrAfter() complaing its Deprecated but it isnt

Hi since downloading Lucene 3.1 my code complains that
Version.onOrAfter() complaing its deprecated but i also have svn access
to the source and it isn't deprecated , and doesnt look like it ever has
been, anyone else get this ?

Paul

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org


DISCLAIMER

The content of this email and any attachments ('email') is confidential, may be 
privileged, subject to copyright and may be read and used only by the intended 
recipient. If you are not the intended recipient please notify us by return 
email or telephone and erase all copies and do not disclose the email or any 
part of it to any person. Email transmission cannot be guaranteed to be secure, 
or error free as information could be intercepted, corrupted, lost or destroyed 
as a result of the transmission process. The sender, therefore, does not accept 
liability for any errors, omissions, viruses or delay in transmission as a 
result of this mail.  We monitor email communications through our networks for 
regulatory compliance purposes and to protect our clients, employees and 
business. Opinions, conclusions, and other information in this message that do 
not relate to the official business of NIIT Technologies Ltd. or its 
affiliate(s) shall be understood to be neither given nor endorsed by NIIT 
Technologies Ltd. or its affiliate(s).

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to