1-10 of 10 < Previous Next >
1 vote

ObjectReader/AttributeReader unit test

unit test demonstrating the correct way to retrieve 'fielded' attributes.

id# 7721 | Planned Release: None | Last Updated: May 1 at 3:12 PM by ax76 | Created On: May 1 at 3:12 PM by ax76
1 vote

More IQueryable<T> Extension method unit tests (Expression overloads only)

It'd be nice to have more unit tests for testing all the extension methods behave properly.

id# 7681 | Planned Release: None | Last Updated: Apr 24 at 4:01 PM by CVertex | Created On: Apr 24 at 4:01 PM by CVertex
2 votes

create binary release

1. should create MSBuild process - would be good for me to learn 2. Build both zipped source and assembly releases.

id# 7459 | Planned Release: None | Last Updated: Apr 14 at 9:41 AM by mika76 | Created On: Apr 14 at 4:25 AM by CVertex
2 votes

Built-in support for PagedList<T>

Calling LINQ_Lucene_expression.ToPagedList() performs the search twice. Once for the Count, and once of the Skip and Take methods. By building in support for PagedList<T>, the double searches may b...

id# 5627 | Planned Release: None | Last Updated: Jan 8 at 10:11 AM by wwwlicious | Created On: Jul 22 2008 at 10:29 AM by CVertex
3 votes

Compiled Expression/Queries (Performance improvement)

Converting a linq exp into a Query is not a speedy process as the expression tree is traversed many times. One idea is to have a query compiler that returns a delegate. This relegates (is that even...

id# 5626 | Planned Release: None | Last Updated: Jan 8 at 10:11 AM by wwwlicious | Created On: Jul 22 2008 at 10:23 AM by CVertex
1 vote

ObjectQueryTranslator Implementation

ParsingQueryTranslator converts a LINQ expression tree into a string for parsing by the Lucene.Net built-in QueryParser/MultiFieldQueryParser classes. ObjectQueryTranslator will convert the linq e...

id# 5625 | Planned Release: None | Last Updated: Jul 22 2008 at 10:22 AM by CVertex | Created On: Jul 22 2008 at 10:20 AM by CVertex
5 votes
fixed

OrderBy operation

OrderBy, OrderByDescending support

id# 5624 | Planned Release: None | Last Updated: Apr 24 at 3:57 PM by CVertex | Created On: Jul 22 2008 at 10:19 AM by CVertex
1 vote

Test Custom Field Formatters

Currently, Type descriptors can be used format fields. There are no unit tests for this, and it hasn't been tested in any demo code.

id# 5623 | Planned Release: None | Last Updated: Jul 22 2008 at 10:18 AM by CVertex | Created On: Jul 22 2008 at 10:18 AM by CVertex
1 vote

All() method support

Enumerable.All() and overloads support.

id# 5622 | Planned Release: None | Last Updated: Jul 22 2008 at 10:17 AM by CVertex | Created On: Jul 22 2008 at 10:17 AM by CVertex
3 votes

Add batch indexing strategy support for faster indexing

In the Lucene world, faster indexing can be accomplished by first indexing to RAMDirectory(s), then merging the directories into main index directory (whatever it's type - RAMDirectory or FSDirecto...

id# 5621 | Planned Release: None | Last Updated: Apr 14 at 9:47 AM by mika76 | Created On: Jul 22 2008 at 10:15 AM by CVertex
1-10 of 10 < Previous 1 Next >
Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2009.10.27.15987