<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>linqtolucene Work Item Rss Feed</title><link>http://www.codeplex.com/linqtolucene/WorkItem/List.aspx</link><description>linqtolucene Work Item Rss Description</description><item><title>Created Issue: Not possible to select to a new object... [15620]</title><link>http://linqtolucene.codeplex.com/workitem/15620</link><description>var pp &amp;#61; &amp;#40;from  p in runs&lt;br /&gt;                              where&lt;br /&gt;                                  p.Field &amp;#61;&amp;#61; field &amp;#38;&amp;#38;&lt;br /&gt;                                  p.Value.Between&amp;#40;value1, value2&amp;#41;&lt;br /&gt;                              select p&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;                    foreach&amp;#40;var ppp in pp&amp;#41;&lt;br /&gt;                    &amp;#123;&lt;br /&gt;                        runList.Add&amp;#40;new IndexedRunContainer &amp;#123; StoredIndex &amp;#61; ppp.Index, Position &amp;#61; ppp.Position &amp;#125;&amp;#41;&amp;#59;&lt;br /&gt;                    &amp;#125;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Totally useless.... I give up &amp;#33;&lt;br /&gt;</description><author>cmwalolo</author><pubDate>Mon, 17 Sep 2012 11:37:50 GMT</pubDate><guid isPermaLink="false">Created Issue: Not possible to select to a new object... [15620] 20120917113750A</guid></item><item><title>Created Issue: LINQ Queries  and CompareTo [15619]</title><link>http://linqtolucene.codeplex.com/workitem/15619</link><description>return &amp;#40;from IndexedValueSetAndRun p in runs.Where&amp;#40;p&amp;#61;&amp;#62; &lt;br /&gt;                            p.Field &amp;#61;&amp;#61; field &amp;#38;&amp;#38;&lt;br /&gt;                            &amp;#40;p.Value.CompareTo&amp;#40;value1&amp;#41; &amp;#62;&amp;#61; 0 &amp;#38;&amp;#38; p.Value.CompareTo&amp;#40;value2&amp;#41; &amp;#60;&amp;#61; 0&amp;#41;&amp;#41;&lt;br /&gt;                            select new IndexedRunContainer &amp;#123; StoredIndex &amp;#61; p.Index, Position &amp;#61; p.Position &amp;#125;&amp;#41;.ToList&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;&amp;#123;&amp;#34;Method &amp;#39;CompareTo&amp;#39; has no supported translation to Lucene&amp;#34;&amp;#125;&lt;br /&gt;&lt;br /&gt;I&amp;#39;m so happy to have started with it...  &amp;#33; Source code is not compiling &amp;#40;compiling but not working&amp;#41;... And Binaries do not fit &amp;#58;-&amp;#41;&lt;br /&gt;</description><author>cmwalolo</author><pubDate>Mon, 17 Sep 2012 11:09:32 GMT</pubDate><guid isPermaLink="false">Created Issue: LINQ Queries  and CompareTo [15619] 20120917110932A</guid></item><item><title>Commented Issue: Bug that resets indexes [15433]</title><link>http://linqtolucene.codeplex.com/workitem/15433</link><description>It seems that EfDatabaseIndexSet.Write&amp;#60;T&amp;#62;&amp;#40;&amp;#41; generates the index fine, I can query and everything.&lt;br /&gt;&lt;br /&gt;However, if I reload the application, the index gets deleted and I have to recreate it.&lt;br /&gt;&lt;br /&gt;Is there any way to override this behavior&amp;#63; I want to generate the index on demand and add objects as I add them to the DB.&lt;br /&gt;Comments: ** Comment from web user: stemarie ** &lt;p&gt;Because lock is never released, it forced a recreation of the index as a safety measure.&lt;br /&gt;This will have to be changed as I consider it unacceptable since data could be lost.&lt;/p&gt;</description><author>stemarie</author><pubDate>Fri, 20 Jul 2012 14:22:03 GMT</pubDate><guid isPermaLink="false">Commented Issue: Bug that resets indexes [15433] 20120720022203P</guid></item><item><title>Commented Issue: Bug that resets indexes [15433]</title><link>http://linqtolucene.codeplex.com/workitem/15433</link><description>It seems that EfDatabaseIndexSet.Write&amp;#60;T&amp;#62;&amp;#40;&amp;#41; generates the index fine, I can query and everything.&lt;br /&gt;&lt;br /&gt;However, if I reload the application, the index gets deleted and I have to recreate it.&lt;br /&gt;&lt;br /&gt;Is there any way to override this behavior&amp;#63; I want to generate the index on demand and add objects as I add them to the DB.&lt;br /&gt;Comments: ** Comment from web user: stemarie ** &lt;p&gt;write.lock is also left there&lt;/p&gt;</description><author>stemarie</author><pubDate>Fri, 20 Jul 2012 13:57:06 GMT</pubDate><guid isPermaLink="false">Commented Issue: Bug that resets indexes [15433] 20120720015706P</guid></item><item><title>Commented Issue: Bug that resets indexes [15433]</title><link>http://linqtolucene.codeplex.com/workitem/15433</link><description>It seems that EfDatabaseIndexSet.Write&amp;#60;T&amp;#62;&amp;#40;&amp;#41; generates the index fine, I can query and everything.&lt;br /&gt;&lt;br /&gt;However, if I reload the application, the index gets deleted and I have to recreate it.&lt;br /&gt;&lt;br /&gt;Is there any way to override this behavior&amp;#63; I want to generate the index on demand and add objects as I add them to the DB.&lt;br /&gt;Comments: ** Comment from web user: stemarie ** &lt;p&gt;Repro steps&amp;#58;&lt;br /&gt;Run Demo.exe&lt;br /&gt;Index is created&lt;br /&gt;Run Demo.exe&lt;br /&gt;On Line 150 of IndexSet.cs the index is reinitialized&lt;/p&gt;&lt;p&gt;Code&amp;#58;&lt;br /&gt;&amp;#47;&amp;#47; create the index using the single LDirectory parameter ctor&lt;br /&gt;context &amp;#61; Activator.CreateInstance&amp;#40;genericIndexType, LuceneDirectory&amp;#41; as IIndex&amp;#59;&lt;/p&gt;</description><author>stemarie</author><pubDate>Fri, 20 Jul 2012 13:56:48 GMT</pubDate><guid isPermaLink="false">Commented Issue: Bug that resets indexes [15433] 20120720015648P</guid></item><item><title>Created Issue: Bug that resets indexes [15433]</title><link>http://linqtolucene.codeplex.com/workitem/15433</link><description>It seems that EfDatabaseIndexSet.Write&amp;#60;T&amp;#62;&amp;#40;&amp;#41; generates the index fine, I can query and everything.&lt;br /&gt;&lt;br /&gt;However, if I reload the application, the index gets deleted and I have to recreate it.&lt;br /&gt;&lt;br /&gt;Is there any way to override this behavior&amp;#63; I want to generate the index on demand and add objects as I add them to the DB.&lt;br /&gt;</description><author>stemarie</author><pubDate>Fri, 20 Jul 2012 13:42:52 GMT</pubDate><guid isPermaLink="false">Created Issue: Bug that resets indexes [15433] 20120720014252P</guid></item><item><title>Commented Task: Refactor system - Improve design [15025]</title><link>http://linqtolucene.codeplex.com/workitem/15025</link><description>&lt;br /&gt;Comments: Associated with changeset 90343.</description><author>stemarie</author><pubDate>Fri, 13 Apr 2012 19:16:52 GMT</pubDate><guid isPermaLink="false">Commented Task: Refactor system - Improve design [15025] 20120413071652P</guid></item><item><title>Created Task: Refactor system - Improve design [15025]</title><link>http://linqtolucene.codeplex.com/workitem/15025</link><description>&lt;br /&gt;</description><author>stemarie</author><pubDate>Fri, 13 Apr 2012 19:08:15 GMT</pubDate><guid isPermaLink="false">Created Task: Refactor system - Improve design [15025] 20120413070815P</guid></item><item><title>Closed Task: Update Linq branch with new code from trunk [15003]</title><link>http://linqtolucene.codeplex.com/workitem/15003</link><description>&lt;br /&gt;Comments: Resolved with changeset 90071.</description><author>stemarie</author><pubDate>Thu, 05 Apr 2012 21:21:49 GMT</pubDate><guid isPermaLink="false">Closed Task: Update Linq branch with new code from trunk [15003] 20120405092149P</guid></item><item><title>Created Task: Update Linq branch with new code from trunk [15003]</title><link>http://linqtolucene.codeplex.com/workitem/15003</link><description>&lt;br /&gt;</description><author>stemarie</author><pubDate>Thu, 05 Apr 2012 21:21:33 GMT</pubDate><guid isPermaLink="false">Created Task: Update Linq branch with new code from trunk [15003] 20120405092133P</guid></item><item><title>Closed Task: Merge Azure Branch back into trunk [15002]</title><link>http://linqtolucene.codeplex.com/workitem/15002</link><description>&lt;br /&gt;Comments: Resolved with changeset 90069.</description><author>stemarie</author><pubDate>Thu, 05 Apr 2012 21:17:52 GMT</pubDate><guid isPermaLink="false">Closed Task: Merge Azure Branch back into trunk [15002] 20120405091752P</guid></item><item><title>Created Task: Merge Azure Branch back into trunk [15002]</title><link>http://linqtolucene.codeplex.com/workitem/15002</link><description>&lt;br /&gt;</description><author>stemarie</author><pubDate>Thu, 05 Apr 2012 21:17:23 GMT</pubDate><guid isPermaLink="false">Created Task: Merge Azure Branch back into trunk [15002] 20120405091723P</guid></item><item><title>Closed Feature: Add DatabaseIndexSetIncremental class [15001]</title><link>http://linqtolucene.codeplex.com/workitem/15001</link><description>from http&amp;#58;&amp;#47;&amp;#47;linqtolucene.codeplex.com&amp;#47;discussions&amp;#47;350464&lt;br /&gt;user Zarepheth&lt;br /&gt;Comments: Resolved with changeset 90068.</description><author>stemarie</author><pubDate>Thu, 05 Apr 2012 21:14:43 GMT</pubDate><guid isPermaLink="false">Closed Feature: Add DatabaseIndexSetIncremental class [15001] 20120405091443P</guid></item><item><title>Created Feature: Add DatabaseIndexSetIncremental class [15001]</title><link>http://linqtolucene.codeplex.com/workitem/15001</link><description>from http&amp;#58;&amp;#47;&amp;#47;linqtolucene.codeplex.com&amp;#47;discussions&amp;#47;350464&lt;br /&gt;user Zarepheth&lt;br /&gt;</description><author>stemarie</author><pubDate>Thu, 05 Apr 2012 21:12:09 GMT</pubDate><guid isPermaLink="false">Created Feature: Add DatabaseIndexSetIncremental class [15001] 20120405091209P</guid></item><item><title>Closed Feature: Support for Azure XDrive (Azure Drive) [14991]</title><link>http://linqtolucene.codeplex.com/workitem/14991</link><description>&lt;br /&gt;Comments: Resolved with changeset 89976.</description><author>stemarie</author><pubDate>Mon, 02 Apr 2012 17:20:28 GMT</pubDate><guid isPermaLink="false">Closed Feature: Support for Azure XDrive (Azure Drive) [14991] 20120402052028P</guid></item><item><title>Created Feature: Support for Azure XDrive (Azure Drive) [14991]</title><link>http://linqtolucene.codeplex.com/workitem/14991</link><description>&lt;br /&gt;</description><author>stemarie</author><pubDate>Mon, 02 Apr 2012 16:52:56 GMT</pubDate><guid isPermaLink="false">Created Feature: Support for Azure XDrive (Azure Drive) [14991] 20120402045256P</guid></item><item><title>Commented Feature: Any method support [14988]</title><link>http://linqtolucene.codeplex.com/workitem/14988</link><description>&lt;br /&gt;Comments: Associated with changeset 89968.</description><author>stemarie</author><pubDate>Mon, 02 Apr 2012 15:00:16 GMT</pubDate><guid isPermaLink="false">Commented Feature: Any method support [14988] 20120402030016P</guid></item><item><title>Commented Feature: Any method support [14988]</title><link>http://linqtolucene.codeplex.com/workitem/14988</link><description>&lt;br /&gt;Comments: Associated with changeset 89966.</description><author>stemarie</author><pubDate>Mon, 02 Apr 2012 14:03:48 GMT</pubDate><guid isPermaLink="false">Commented Feature: Any method support [14988] 20120402020348P</guid></item><item><title>Closed Task: Create Linq branch to implement more Linq commands [14987]</title><link>http://linqtolucene.codeplex.com/workitem/14987</link><description>&lt;br /&gt;Comments: Resolved with changeset 89966.</description><author>stemarie</author><pubDate>Mon, 02 Apr 2012 14:03:47 GMT</pubDate><guid isPermaLink="false">Closed Task: Create Linq branch to implement more Linq commands [14987] 20120402020347P</guid></item><item><title>Created Feature: Any method support [14988]</title><link>http://linqtolucene.codeplex.com/workitem/14988</link><description>&lt;br /&gt;</description><author>stemarie</author><pubDate>Mon, 02 Apr 2012 14:03:02 GMT</pubDate><guid isPermaLink="false">Created Feature: Any method support [14988] 20120402020302P</guid></item></channel></rss>