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 keyword(s) highlighted. I am able to do this. What I am unable to do, is have the user's keywords highlighted when doing a fuzzy search, or a wild card search. Is this possible, and if so, how? At present, I am trying to search an xml document, which I am searching using the SAX API. Any help in accomplishing this would be greatly appreciated. Sincerely; Fayyaz Daniel Naber-10 wrote: > > On Sonntag, 1. Juni 2008, syedfa wrote: > >> I am trying to display my results from doing a search of an xml document >> (some quotes from shakespeare's "Hamlet") using a WildCard and Fuzzy >> search, and then I'm trying to highlight the keyword(s) in the results, >> but unfortunately I am having problems. > > Please see > http://wiki.apache.org/lucene-java/LuceneFAQ#head-75566820ee94a425c7e2950ac61d24e405fbd914 > > regards > Daniel > > -- > http://www.danielnaber.de > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Displaying-and-highlighting-results-from-a-Wild-Card-and-Fuzzy-search-using-Lucene-in-Java-tp17582678p17855832.html Sent from the Lucene - Java Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
