Thanks mark harwood , I want something like Highlighter thing where can i find such examples Regards Chaminda
mark harwood <[EMAIL PROTECTED]> wrote: >> Why nobody is anwering me? Apologies for your 2 hour delay earlier this morning. The Lucene 24 hour helpdesk was temporarily closed while we had a weekend/life/sleep. If you file an official complaint you will be entitled to an immediate and full refund of your support fee. As for your problem - I suspect you want to look at the Highlighter package in the "contrib" section of the lucene distribution. The Junit test rig gives some example uses. ----- Original Message ---- From: karl wettin To: java-user@lucene.apache.org Sent: Monday, 12 March, 2007 7:40:34 AM Subject: Re: Lucene Indexing - Getting Hited words in a query 12 mar 2007 kl. 08.35 skrev Chaminda Amarasinghe: > Why nobody is anwering me? > Pls help me. It might take some time until someone that knows the answer reads you question. > > Chaminda Amarasinghe wrote: > Hi all, > > I'm new to this group, > > I'm using lucene for indexing. I have a problem. Any help gratly > appreciate. > > Please see the following code > // three fields > MultiFieldQueryParser parser = new MultiFieldQueryParser(new String > []{"title", "tags", "content"}, new StandardAnalyzer()); > // OR operator > parser.setDefaultOperator(QueryParser.Operator.OR); > // first step : search in lucene indexes > IndexSearcher searcher = new IndexSearcher(eventsBothDirectory) > > // searchString is a String with many words > Query lquery = parser.parse(searchString); > > //new QueryParser("content", new StandardAnalyzer()); > Hits hits = searcher.search(lquery); > > How can I find the matched words in searchString. > for a example > will say the searchString="wordone wordtwo wordthree". there are > some hits for "wordone" and "wordthree". but no hits for "wordtwo". > So what I want is to get "wordone" and "wordthree". (results are > available only for "wordone" and "wordthree". ).(I hope question is > clear now) > How can i get this with lucene. > > Many thanks. > Chaminda Amarasighe > > > --------------------------------- > Food fight? Enjoy some healthy debate > in the Yahoo! Answers Food & Drink Q&A. > > > --------------------------------- > Now that's room service! Choose from over 150,000 hotels > in 45,000 destinations on Yahoo! Travel to find your fit. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ___________________________________________________________ New Yahoo! Mail is the ultimate force in competitive emailing. Find out more at the Yahoo! Mail Championships. Plus: play games and win prizes. http://uk.rd.yahoo.com/evt=44106/*http://mail.yahoo.net/uk --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------- No need to miss a message. Get email on-the-go with Yahoo! Mail for Mobile. Get started.