RE: Wildcard Searching

2002-02-27 Thread Doug Cutting
From: Howk, Michael [mailto:[EMAIL PROTECTED]] Also, Lucene returns the parsed version of each of our searches. When we search by rou*d, Lucene parses it as rou*d (which is what we would expect). But when we search by rou?d, Lucene parses it as rou d. It seems to wrap the term in

RE: Wildcard Searching

2002-02-27 Thread Howk, Michael
We just tried adding the ? character to QueryParser.jj under #_TERM_START_CHAR. We noticed that the * was in that list, so we figured we'd just give it a try. It seems to have worked. Now when we search on rou?d, we get hits on the word round. We're going to try searching for some other

rookie question

2002-02-27 Thread John Howay
Greetings. I've managed to create a few indexes and get the demo web app working...mostly. However, I get no results from queries. I know the IndexHTML routine is picking up lots of stuff Several things are unclear: 1. when creating an index, after the -index switch, should you type in a