Re: Displaying and highlighting results from a Wild Card and Fuzzy search using Lucene in Java

2008-06-15 Thread Mark Miller
First step: query = query.rewrite() Then pass the query to the Highlighter. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Displaying and highlighting results from a Wild Card and Fuzzy search using Lucene in Java

2008-06-15 Thread syedfa
Thanks for the reply, and my apologies for the delay in my response. I unfortunately have been quite busy trying to meet some deadlines at work. Unfortunately this response was a bit vague. To clarify, Lucene allows the user to return a result set when searching from an index with the users k

How to handle plural?

2008-06-15 Thread Sengly Heng
Hello all, I am facing a problem when dealing a query such as "Finding all the documents that write about at least 5 animals"? How to handle it? Do you have any idea? Thank you. Best regards, Sengly