Re: wildcard support

2006-03-21 Thread Erik Hatcher
If you've rewritten a WildcardQuery and get an empty query, that means that no terms matched the wildcard expression in the index pointed to by the IndexReader you provided. Erik On Mar 21, 2006, at 5:08 AM, Raghavendra Prabhu wrote: Hi I am using the highlightertest.java to extr

wildcard support

2006-03-21 Thread Raghavendra Prabhu
Hi I am using the highlightertest.java to extract the wild card terms. I use the queryParser to parse my queryString Then i store the text in a RAM directory ( which i want to scan) and then rewrite it as mentioned in the highlighter example query=query.rewrite(reader) Now if i print the quer