Timo, by the nature of your questions it seems like you didn't see the
Articles section of Lucene's site.  There are links to several articles
there.  A few of them explain indexing (intro + more advanced), at
least one explains QueryParser and maybe Analyzer, and a few explain
vanilla searching.

Otis

--- [EMAIL PROTECTED] wrote:
> On Monday 16 February 2004 19:45, Markus Spath wrote:
> > Analyzers preprocess the text to be indexed; different Analyzers
> will
> > generate different text-tokens that are indexed. only you can know
> which
> > Analyzer fits your needs, but you need to apply this one
> consistently for
> > indexing, searching and generating lists of unique words, if you
> want to
> > get expectable results.
> 
> Well, not sure whether I understood.
> 
> GermanAnalyzer - just as any other analyzer - does index all word
> except stop 
> words, right? What's actually the sense of a search engine if I
> cannot search 
> for words in the text? :-)
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to