You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by pratik shinghal <pr...@gmail.com> on 2007/06/27 22:14:48 UTC

queryparser

sir/mam,
  i want to know how to parse a single character string from the
queryparser.parse() method.

  eg :
   if the string is " t 5 "
   when i use QueryParser.parse("t 5")
  then it doesn't results in anything...
 but i want the result as

t
5

So what should i do do get the single character from the parse method.
i am quite new to lucene so plz reply as early as possible.




-- 
Pratik Shinghal