Hi, 
This is a very simple question, but I just can't find the ressources I
need ... 
I am using the StandardAnalyzer : 
StandardAnalyzer stdAnalyzer; 
if ((stopWordList != null) && (stopWordList.length != 0)) { 
stdAnalyzer = new StandardAnalyzer(stopWordList); 
} else { 
stdAnalyzer = new StandardAnalyzer(); 
} 
What I want to achive is be able to use an englsih stemmer, 
But I can't find any methods to associate my stemmer to my Analayzer. 
I appreciate any help, thank u. 

__________________________________

   Mathieu Decaffmeyer
   Web Developer
   Fortis Banque Luxembourg
   50, avenue J. F. Kennedy
   L-2951 Luxembourg
   IS Retail Banking - Web Content Management
   Mobile : 0032  479 / 69 . 42 . 96



============================================
Internet communications are not secure and therefore Fortis Banque Luxembourg 
S.A. does not accept legal responsibility for the contents of this message. The 
information contained in this e-mail is confidential and may be legally 
privileged. It is intended solely for the addressee. If you are not the 
intended recipient, any disclosure, copying, distribution or any action taken 
or omitted to be taken in reliance on it, is prohibited and may be unlawful. 
Nothing in the message is capable or intended to create any legally binding 
obligations on either party and it is not intended to provide legal advice.
============================================

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

Reply via email to