Re: Hits Highlighting

2003-11-25 Thread Dror Matalon
Hi,

The lucene home page has a lot of resources, including the FAQs,
articles, javadocs and contributions. 

For instance, there's a query hilighter in the contributions page. 



On Tue, Nov 25, 2003 at 12:17:41PM -0500, Pleasant, Tracy wrote:
 
  Are there any  hits highlighting functions? 
 
  I have a simple one, but it gets complicated with searching multiple
 words, having tokens, etc.
 
 
  
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

-- 
Dror Matalon
Zapatec Inc 
1700 MLK Way
Berkeley, CA 94709
http://www.fastbuzz.com
http://www.zapatec.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Hits Highlighting

2003-11-25 Thread Pleasant, Tracy
I have seen that one, but it doesn't include the source code, only the
jar with classes.

I need something to actually highlight - like if you took a yellow
marker and highlighted,not doing it in bold.  

 

-Original Message-
From: Dror Matalon [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 25, 2003 12:29 PM
To: Lucene Users List
Subject: Re: Hits Highlighting


Hi,

The lucene home page has a lot of resources, including the FAQs,
articles, javadocs and contributions. 

For instance, there's a query hilighter in the contributions page. 



On Tue, Nov 25, 2003 at 12:17:41PM -0500, Pleasant, Tracy wrote:
 
  Are there any  hits highlighting functions? 
 
  I have a simple one, but it gets complicated with searching multiple
 words, having tokens, etc.
 
 
  
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

-- 
Dror Matalon
Zapatec Inc 
1700 MLK Way
Berkeley, CA 94709
http://www.fastbuzz.com
http://www.zapatec.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Hits Highlighting

2003-11-25 Thread Otis Gospodnetic
There are several Lucene highlighting solutions for Lucene out there.
I know of two that include source code, and I think at least one of
them is on the Contributions page.
There are some threads that talk about this issue, too.

Otis

--- Pleasant, Tracy [EMAIL PROTECTED] wrote:
 I have seen that one, but it doesn't include the source code, only
 the
 jar with classes.
 
 I need something to actually highlight - like if you took a yellow
 marker and highlighted,not doing it in bold.  
 
  
 
 -Original Message-
 From: Dror Matalon [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, November 25, 2003 12:29 PM
 To: Lucene Users List
 Subject: Re: Hits Highlighting
 
 
 Hi,
 
 The lucene home page has a lot of resources, including the FAQs,
 articles, javadocs and contributions. 
 
 For instance, there's a query hilighter in the contributions page. 
 
 
 
 On Tue, Nov 25, 2003 at 12:17:41PM -0500, Pleasant, Tracy wrote:
  
   Are there any  hits highlighting functions? 
  
   I have a simple one, but it gets complicated with searching
 multiple
  words, having tokens, etc.
  
  
   
  
 
 -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail:
 [EMAIL PROTECTED]
  
 
 -- 
 Dror Matalon
 Zapatec Inc 
 1700 MLK Way
 Berkeley, CA 94709
 http://www.fastbuzz.com
 http://www.zapatec.com
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Hits Highlighting

2003-11-25 Thread Dror Matalon
You can always try:

http://www.google.com/search?q=lucene+highlightsourceid=mozilla-searchstart=0start=0ie=utf-8oe=utf-8

Which leads to various things including

http://www.mail-archive.com/[EMAIL PROTECTED]/msg02893.html

which includes an example at 

http://www.oscom.org/search/go?publication-id=allqueryString=Lenyafields=allfind=Search

As far as making it look yellog rather than bold, you'll need to
customize the code to generate the right HTML.

Regards,

Dror

On Tue, Nov 25, 2003 at 12:35:36PM -0500, Pleasant, Tracy wrote:
 I have seen that one, but it doesn't include the source code, only the
 jar with classes.
 
 I need something to actually highlight - like if you took a yellow
 marker and highlighted,not doing it in bold.  
 
  
 
 -Original Message-
 From: Dror Matalon [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, November 25, 2003 12:29 PM
 To: Lucene Users List
 Subject: Re: Hits Highlighting
 
 
 Hi,
 
 The lucene home page has a lot of resources, including the FAQs,
 articles, javadocs and contributions. 
 
 For instance, there's a query hilighter in the contributions page. 
 
 
 
 On Tue, Nov 25, 2003 at 12:17:41PM -0500, Pleasant, Tracy wrote:
  
   Are there any  hits highlighting functions? 
  
   I have a simple one, but it gets complicated with searching multiple
  words, having tokens, etc.
  
  
   
  
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  
 
 -- 
 Dror Matalon
 Zapatec Inc 
 1700 MLK Way
 Berkeley, CA 94709
 http://www.fastbuzz.com
 http://www.zapatec.com
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

-- 
Dror Matalon
Zapatec Inc 
1700 MLK Way
Berkeley, CA 94709
http://www.fastbuzz.com
http://www.zapatec.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]