<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 07:58:37 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[DOCS-9546] Docs for SERVER-17620: RLP Tokenizer (includes C++ unit tests)</title>
                <link>https://jira.mongodb.org/browse/DOCS-9546</link>
                <project id="10380" key="DOCS">Documentation</project>
                    <description>&lt;p&gt;Engineering Ticket Description:&lt;/p&gt;

&lt;p&gt;Implement a derived class of FTSTokenizer that uses the Basis Tech Rosette Linguistics API to tokenize documents.&lt;/p&gt;

&lt;p&gt;Below is the table of languages we will add. Included in the table below is the official ISO language identifiers from various ISO standards. We will use ISO-639-3 codes for these new languages as ISO-639-1 identifiers are two letters and cannot discriminate between languages in certain language families (ie, Farsi).&lt;/p&gt;

&lt;p&gt;For Chinese, Simplified, and Traditional are not language dialects, but script dialects so we use a combination of the RLP names (zhs, Simplified Chinese), and the official ISO 15924 name (Hant, note the identifier is title cased in the ISO spec).&lt;/p&gt;

&lt;p&gt;ISO Definitions:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;ISO-639-1 - Two Letter Codes - &lt;em&gt;Codes for the representation of names of languages&lt;/em&gt;&lt;/li&gt;
	&lt;li&gt;ISO-639-3 - Three Letter Codes - &lt;em&gt;Codes for the representation of names of languages&lt;/em&gt;&lt;/li&gt;
	&lt;li&gt;ISO 15924 - &lt;em&gt;Codes for the representation of names of scripts&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;div class=&apos;table-wrap&apos;&gt;
&lt;table class=&apos;confluenceTable&apos;&gt;&lt;tbody&gt;
&lt;tr&gt;
&lt;th class=&apos;confluenceTh&apos;&gt;Language&lt;/th&gt;
&lt;th class=&apos;confluenceTh&apos;&gt;ISO-639-1&lt;/th&gt;
&lt;th class=&apos;confluenceTh&apos;&gt;ISO-639-3&lt;/th&gt;
&lt;th class=&apos;confluenceTh&apos;&gt;RLP&lt;/th&gt;
&lt;th class=&apos;confluenceTh&apos;&gt;MongoDB&lt;/th&gt;
&lt;th class=&apos;confluenceTh&apos;&gt;RLP Language Code&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;Arabic&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;ar&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;ara&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;ara&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;ara,arabic&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;BT_LANGUAGE_ARABIC&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;Dari&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;fa&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;prs&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;prs&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;prs,dari&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;BT_LANGUAGE_DARI&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;Farsi (Persian)&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;fa&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;pes&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;pes&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;pes,iranian persian&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;BT_LANGUAGE_WESTERN_FARSI&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;Urdu&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;ur&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;urd&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;urd&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;urd,urdu&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;BT_LANGUAGE_URDU&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;Simplified Chinese&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;N/A&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;N/A&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;zhs&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;zhs,hans,simplified chinese&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;BT_LANGUAGE_SIMPLIFIED_CHINESE&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;Traditional Chinese&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;N/A&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;N/A&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;zht&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;zht,hant,traditional chinese&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;BT_LANGUAGE_TRADITIONAL_CHINESE&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
</description>
                <environment></environment>
        <key id="336352">DOCS-9546</key>
            <summary>Docs for SERVER-17620: RLP Tokenizer (includes C++ unit tests)</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="3">Duplicate</resolution>
                                        <assignee username="kay.kim@mongodb.com">Kay Kim</assignee>
                                    <reporter username="emily.hall">Emily Hall</reporter>
                        <labels>
                    </labels>
                <created>Mon, 5 Dec 2016 14:18:14 +0000</created>
                <updated>Sun, 21 Jan 2018 04:49:24 +0000</updated>
                            <resolved>Sun, 21 Jan 2018 04:49:24 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="1780064" author="kay.kim@10gen.com" created="Sun, 21 Jan 2018 04:49:24 +0000"  >&lt;p&gt;Was already done a year before this ticket was created.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10320">
                    <name>Documented</name>
                                            <outwardlinks description="documents">
                                        <issuelink>
            <issuekey id="189901">SERVER-17620</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Sun, 21 Jan 2018 04:49:24 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        6 years, 3 weeks, 4 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>PM-37</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>jess.mokrzecki@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            6 years, 3 weeks, 4 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>emily.hall</customfieldvalue>
            <customfieldvalue>kay.kim@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrmaf3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hssjav:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hryxs7:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                </customfields>
    </item>
</channel>
</rss>