Hello,

i've got a problem with stopword elimination function.
i'm trying to use this function:

GermanAnalyzer germanAnalyzer = new GermanAnalyzer();
IndexWriter writer = new IndexWriter("dbind",
germanAnalyzer, true);

String cont = rs.getString("x");
d.add(Field.Text("cont", cont));
writer.addDocument(d);

to get results from a database into lucene index. but
when i check println(d) i can see the german stopwords
too. how can i eliminate this?

thx in advice

miro 


        

        
                
___________________________________________________________
Gesendet von Yahoo! Mail - Jetzt mit 100MB Speicher kostenlos - Hier anmelden: 
http://mail.yahoo.de

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

Reply via email to