al message-
From: Mike Thomsen
Sent: Mon 16-08-2010 19:09
To: solr-user@lucene.apache.org;
Subject: Newbie question about search behavior
Is it possible to set up Lucene to treat a keyword search such as
title:News
implicitly like
title:News*
so that any title that begins with News will be return
Is it possible to set up Lucene to treat a keyword search such as
title:News
implicitly like
title:News*
so that any title that begins with News will be returned without the
user having to throw in a wildcard?
Also, are there any common filters and such that are generally
considered a good pra