<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:38:05 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>[CSHARP-874] IndexKeysBuilder and IndexOptionsBuilder should support building text index</title>
                <link>https://jira.mongodb.org/browse/CSHARP-874</link>
                <project id="10041" key="CSHARP">C# Driver</project>
                    <description>&lt;p&gt;IndexKeysBuilder should support building a text index on entire document, field, set of fields.&lt;br/&gt;
IndexOptionsBuilder should allow specifying default_language, language_override, weight&lt;/p&gt;</description>
                <environment></environment>
        <key id="101855">CSHARP-874</key>
            <summary>IndexKeysBuilder and IndexOptionsBuilder should support building text index</summary>
                <type id="2" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14711&amp;avatarType=issuetype">New Feature</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="9">Done</resolution>
                                        <assignee username="sridhar">Sridhar Nanjundeswaran</assignee>
                                    <reporter username="sridhar">Sridhar Nanjundeswaran</reporter>
                        <labels>
                    </labels>
                <created>Tue, 10 Dec 2013 23:43:22 +0000</created>
                <updated>Thu, 2 Apr 2015 18:28:03 +0000</updated>
                            <resolved>Mon, 13 Jan 2014 18:58:06 +0000</resolved>
                                    <version>1.8.3</version>
                                    <fixVersion>1.9</fixVersion>
                                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="502407" author="xgen-internal-githook" created="Thu, 20 Feb 2014 16:58:19 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;craiggwilson&apos;, u&apos;name&apos;: u&apos;Craig Wilson&apos;, u&apos;email&apos;: u&apos;craiggwilson@gmail.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-874&quot; title=&quot;IndexKeysBuilder and IndexOptionsBuilder should support building text index&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-874&quot;&gt;&lt;del&gt;CSHARP-874&lt;/del&gt;&lt;/a&gt;: added support for setting weights on a text index.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/252317f142d6af489609372b5bfc49c0604431c0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/252317f142d6af489609372b5bfc49c0604431c0&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="481133" author="xgen-internal-githook" created="Mon, 13 Jan 2014 18:57:29 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;sridharn&apos;, u&apos;name&apos;: u&apos;Sridhar Nanjundeswaran&apos;, u&apos;email&apos;: u&apos;sridhar@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-874&quot; title=&quot;IndexKeysBuilder and IndexOptionsBuilder should support building text index&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-874&quot;&gt;&lt;del&gt;CSHARP-874&lt;/del&gt;&lt;/a&gt; - Change string[] to IEnumberable&amp;lt;string&amp;gt; for the Text index&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/9243c6edf00167d18a430894c0fa47c52806ef68&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/9243c6edf00167d18a430894c0fa47c52806ef68&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="481132" author="xgen-internal-githook" created="Mon, 13 Jan 2014 18:57:27 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;sridharn&apos;, u&apos;name&apos;: u&apos;Sridhar Nanjundeswaran&apos;, u&apos;email&apos;: u&apos;sridhar@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-874&quot; title=&quot;IndexKeysBuilder and IndexOptionsBuilder should support building text index&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-874&quot;&gt;&lt;del&gt;CSHARP-874&lt;/del&gt;&lt;/a&gt; - Add overload to allow string[] fields to be indexed using the typed builder&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/c2e969532c22fd932267acf64abe6a91b40fe222&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/c2e969532c22fd932267acf64abe6a91b40fe222&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="481131" author="xgen-internal-githook" created="Mon, 13 Jan 2014 18:57:25 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;sridharn&apos;, u&apos;name&apos;: u&apos;Sridhar Nanjundeswaran&apos;, u&apos;email&apos;: u&apos;sridhar@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-874&quot; title=&quot;IndexKeysBuilder and IndexOptionsBuilder should support building text index&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-874&quot;&gt;&lt;del&gt;CSHARP-874&lt;/del&gt;&lt;/a&gt; - Made the generic and non generic versions of the options builder the same for consistency.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/9bb24e51539ed9e3d902bd5cb301e7951ec31eca&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/9bb24e51539ed9e3d902bd5cb301e7951ec31eca&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="481130" author="xgen-internal-githook" created="Mon, 13 Jan 2014 18:57:23 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;sridharn&apos;, u&apos;name&apos;: u&apos;Sridhar Nanjundeswaran&apos;, u&apos;email&apos;: u&apos;sridhar@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-874&quot; title=&quot;IndexKeysBuilder and IndexOptionsBuilder should support building text index&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-874&quot;&gt;&lt;del&gt;CSHARP-874&lt;/del&gt;&lt;/a&gt; - Modified text index creation to use the index builders&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/196379d3b702521625085493b35850eac5ff74f7&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/196379d3b702521625085493b35850eac5ff74f7&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="481129" author="xgen-internal-githook" created="Mon, 13 Jan 2014 18:57:21 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;sridharn&apos;, u&apos;name&apos;: u&apos;Sridhar Nanjundeswaran&apos;, u&apos;email&apos;: u&apos;sridhar@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-874&quot; title=&quot;IndexKeysBuilder and IndexOptionsBuilder should support building text index&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-874&quot;&gt;&lt;del&gt;CSHARP-874&lt;/del&gt;&lt;/a&gt; - Typed builder/test for text index language override field&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/8c8593807dbb66554b96bb24bce155b997b08e05&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/8c8593807dbb66554b96bb24bce155b997b08e05&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="481128" author="xgen-internal-githook" created="Mon, 13 Jan 2014 18:57:19 +0000"  >&lt;p&gt;Author:&lt;/p&gt;
{u&apos;username&apos;: u&apos;sridharn&apos;, u&apos;name&apos;: u&apos;Sridhar Nanjundeswaran&apos;, u&apos;email&apos;: u&apos;sridhar@10gen.com&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CSHARP-874&quot; title=&quot;IndexKeysBuilder and IndexOptionsBuilder should support building text index&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CSHARP-874&quot;&gt;&lt;del&gt;CSHARP-874&lt;/del&gt;&lt;/a&gt; - Support for text index in the index builders&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-csharp-driver/commit/1e7db3bedb3bee1b0ccecdb5f8ff39854526213a&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-csharp-driver/commit/1e7db3bedb3bee1b0ccecdb5f8ff39854526213a&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hrupvb:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>93173</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>