Re: Whitespace Analyzer not producing expected search results

2004-11-17 Thread lee . a . carroll
Thanks a lot for the solution / explanation. Saved the day Erik. Summary Observation: Using a wild carded search term with queryParser and the WhitespaceAnalyser returned no hits when when hits where expected. Reason: This was caused by the default behaviour of queryParser to lower case wildcar

Re: Whitespace Analyzer not producing expected search results

2004-11-17 Thread lee . a . carroll
Thanks for the suggestions Erik. Displaying the query string is really usefull and this is what i've found. I issue a search using the search term ResponseHelper.writeNoCachingHeaders\(response\); The search is parsed using a query parser and produces the following query string +contents:Resp

Whitespace Analyzer not producing expected search results

2004-11-16 Thread lee . a . carroll
Hi, We have indexed a set of web files (jsp , js , xslt , java properties and html) using the lucene Whitespace Analyzer. The purpose is to allow developers to find where code / functions are used and defined across a large and dissperate content management repository. Hopefully to aid code re-use