<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:40:01 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-1575] Better way to create indexes</title>
                <link>https://jira.mongodb.org/browse/CSHARP-1575</link>
                <project id="10041" key="CSHARP">C# Driver</project>
                    <description>&lt;p&gt;Hi, I just upgraded from 1.9 to 2.2 and i think the new changes are great. Said this, I think there&apos;s room for improvement in the process of create indexes.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://pastebin.com/WRhZvVi9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;This is my wrapper&lt;/a&gt; of  indexes.CreateOne(). As you can see, there&apos;s no general way to tell a to the method if an index key is ascending or descending.&lt;/p&gt;

&lt;p&gt;So, what do you think about &lt;a href=&quot;http://pastebin.com/YSzWZbzV&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;this kind of implementation&lt;/a&gt;? &lt;br/&gt;
As you can see, using something like keys.Add() method it&apos;s MUCH easier to set the directions of multiple keys, specially when you have many of them. Thank you for your time.&lt;/p&gt;</description>
                <environment></environment>
        <key id="267025">CSHARP-1575</key>
            <summary>Better way to create indexes</summary>
                <type id="4" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14710&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="4" iconUrl="https://jira.mongodb.org/images/icons/priorities/minor.svg">Minor - P4</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="-1">Unassigned</assignee>
                                    <reporter username="Zeioth">Zeioth</reporter>
                        <labels>
                            <label>index</label>
                            <label>indexes</label>
                    </labels>
                <created>Sun, 21 Feb 2016 00:26:58 +0000</created>
                <updated>Thu, 24 Mar 2016 19:55:49 +0000</updated>
                            <resolved>Thu, 24 Mar 2016 19:55:49 +0000</resolved>
                                    <version>2.2.2</version>
                                                    <component>API</component>
                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="1182490" author="zeioth" created="Tue, 23 Feb 2016 22:50:45 +0000"  >&lt;p&gt;Yes Craig thank you so much. This solution has &lt;a href=&quot;http://pastebin.com/q1t8XKG0&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;significantly less bloat code&lt;/a&gt;. Then I think this issue is closed.&lt;/p&gt;</comment>
                            <comment id="1181739" author="craiggwilson" created="Tue, 23 Feb 2016 14:17:55 +0000"  >&lt;p&gt;Hi Zeioth,&lt;/p&gt;

&lt;p&gt;This is what I think you are saying: The direction of the indexes is indicated by the method name and not a parameter.&lt;/p&gt;

&lt;p&gt;I believe this is possible by using a BsonDocument and let that get automatically converted to an IndexKeyDefinition&amp;lt;TDocument&amp;gt;.&lt;/p&gt;

&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;keys = Builders&amp;lt;TDocument&amp;gt;.IndexKeys.Combine(new BsonDocument(&quot;fieldName&quot;, 1), new BsonDocument(&quot;fieldName2&quot;, -1));&lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;

&lt;p&gt;Does this satisfy your need?&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|hsimbb:</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>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>