On Thu, 18 Dec 2008 07:22:51 -0800, Paul M <[email protected]> wrote:

1st :
Lib-search does NOT have functionality to specify collation on a PER facet basis. Only the config (for all facets) is an option. If I wanted this functionality, I would need to implement it as a lib-search add-on?

2nd:
when specifically using T0000 collation option as such:
en/S1/AS/T0000

What is the rule regarding witch value is returned for cts:element-values function?

a + b
a - b
a     b
a b

I can see that it is rolling them up accurately(4), but why a + b?


The first value the indexer encounters wins.  There is no sense of
canonicalization in the collations: only comparison.  A value gets
added to the lexicon if it is not equal to any previously seen
values.

//Mary
_______________________________________________
General mailing list
[email protected]
http://xqzone.com/mailman/listinfo/general

Reply via email to