> On Fri, 7 Jan 2005, Matthew J. Dovey wrote:
> > Ah, I'd always assumed that these were "server default" rather than
> > "server choice" i.e. that if you omitted the index the server would
>
> They're the same thing.
No they are not.
If
/explain/configInfo/default[@type='index']
Were say "title" then the two CQL queries
"lord rings"
and
"2004"
Would be equivalent to
title "lord rings"
and
title "2004"
But that the queries
cql.serverchoice "lord rings"
cql.serverchoice "2004-12-24"
Might involve some "clever" analysis of the term by the server, and in a
particular implementation might be equivalent to
title "lord rings"
date "2004-12-24
i.e. the index chosen by omission is consistently interpreted
independently of the term, but by serverChoice may vary depending on the
term.
Matthew
|