On Wed, Sep 30, 2009 at 3:01 PM, con <convo...@gmail.com> wrote: > > Hi all > I am getting incorrect results when i search with numbers only or string > containing numbers. > when such a search is done, all the results in the index is returned, > irrespective of the search key. > For eg, the phone number field is mapped to TextField. it can contains > values like , 653-23345 > also search string like john25, searched against name will show all the > results. > > Getting all results irrespective of the query is very odd. Try adding debugQuery=on to the queries. That will show you exactly how the query is being parsed.
-- Regards, Shalin Shekhar Mangar.