Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-help-dev] Fwd: Lucene Analyzer

Giacomo,

Once you contributed documentation through org.eclipse.help.toc extension
point, it will be indexed and searchable.  You do not have to implement
org.eclipse.help.luceneAnalyzer extension point.  Help System provides
implementation of analyzers for all languages.  The only reason to
implement them is if you need to change behavior of help search, for
example cause it to ignore certain words in text.  The analyzer provided
will affect search of all help in Eclipse, not only documentation for
plug-ins that you provided.  The toc and luceneAnalyzer extension points
are unrelated.

Anyway, we have edited luceneAnalyzer extension point documentation to
emphasize that help provides default implementation for all languages.

If your goal is to change help search behavior for an Eclipse based product
you indeed need to provide extension to luceneAnalyer point.  Refer to
Lucene documentation
http://jakarta.apache.org/lucene/docs/api/org/apache/lucene/analysis/Analyzer.html

- javadoc of the class you need to implement in this extension point.

Konrad Kolosowski
Eclipse Help System



                                                                                                                                              
                      giacomofarella@interfree                                                                                                
                      .it ()                          To:       platform-help-dev@xxxxxxxxxxx                                                 
                      Sent by:                        cc:                                                                                     
                      platform-help-dev-admin@        Subject:  [platform-help-dev] Fwd: Lucene Analyzer                                      
                      eclipse.org                                                                                                             
                                                                                                                                              
                                                                                                                                              
                      03/17/2003 09:36 AM                                                                                                     
                      Please respond to                                                                                                       
                      platform-help-dev                                                                                                       
                                                                                                                                              
                                                                                                                                              




Hi all.
I have a problem. I have just built a help plug-in with the
org.eclipse.help.toc extension point. Now, i want to use the
org.eclipse.help.luceneAnalyzer extension point for indexing and searching
documentation. The documentation is very poor. Does anyone know how to use
this extension point? Is there any example? And where?

Thanks.
Giacomo


-----------------------------------------------------

Salve, il messaggio che hai ricevuto
รจ stato inviato per mezzo del sistema
di web mail interfree. Se anche tu vuoi
una casella di posta free visita il
sito http://club.interfree.it
Ti aspettiamo!

-----------------------------------------------------


_______________________________________________
platform-help-dev mailing list
platform-help-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-help-dev





Back to the top