You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@forrest.apache.org by Claus Bech Rasmussen - TELMORE <cb...@telmore.dk> on 2004/10/14 12:08:07 UTC

Configuring the way Lucene performs searches

Hi folks,

Could someone point me to where I can configure the way Lucene performs
searches? 

I'd like to:

* Enable stemming: a search for "web" should hit "webservice" instead of
having to search for "web*"
* Possibly let Lucene search a couple of external indicies (if this is
possible).

I'm working on the latest and greatest from svn.

/claus