Re: unable to search from a string containing numbers seperated by comma.

2007-08-30 Thread Grant Ingersoll
Give these tips a try to see if they help: http://wiki.apache.org/lucene-java/ LuceneFAQ#head-3558e5121806fb4fce80fc022d889484a9248b71 Luke is your friend. Cheers, Grant On Aug 30, 2007, at 6:06 AM, prabin meitei wrote: Hi, I am trying to search from an idlist (string containing comma s

unable to search from a string containing numbers seperated by comma.

2007-08-30 Thread prabin meitei
Hi, I am trying to search from an idlist (string containing comma seperated numeric values) eg: QueryParser vParser = new QueryParser("idlist", new AlphanumAnalyzer()); // analyzer using custom lettertokenizer which tokenize nuber also. class is given below. Query q = vParser.parse("55"); // exa