On 7-Oct-08, at 9:27 AM, Jon Drukman wrote:
Mike Klaas wrote:
On 6-Oct-08, at 11:20 AM, Jon Drukman wrote:
is there any way i could 'fake' it by adding a second field
without stopwords, or something like that?
Yep, you can "fake" it by only using fieldsets (qf) that have a
consistent set of stopwords.
does that mean changing the query or changing the schema?
As you already found out, changing the schema (and consequently the
fields you query). You can also have fields that have two version,
stopped and non-stopped. Just make sure that the list of fields you
query at a given time are all stopped or all non-stopped.
cheers,
-Mike