Reputation: 530
As per the documentation: The generic language support only stems words to themselves, queries in these languages will not include variations of words based on their meanings in the results.
xdmp:document-insert("/lang/test.xml", <el xml:lang="fr">chats</el>)
Considering I do not have a license for french language, will the word "chats" be stemmed to "chat" in the term list ? or will it be indexed as chats, i.e. without any variations ?
Upvotes: 2
Views: 52
Reputation: 20414
You can easily check this yourself using cts:stem
:
cts:stem("chats", "fr")
Without necessary licenses it simply returns chats
.
HTH!
Upvotes: 1
Reputation: 7142
No license for French means no stemming for French.
I'm actually kind of confused by the question. If it did work without the license, then what would the license get you?
Upvotes: 1