1-10 of 12 < Previous Next >
1 vote
closed

Field boosting (on FieldAttribute)

This code might already be there, but a unit test should be added

id# 5801 | Planned Release: None | Last Updated: Aug 25 at 12:07 PM  by CVertex
1 vote

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: Jul 22 at 9:29 AM  by CVertex
1 vote

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: Jul 22 at 9:27 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 at 9:22 AM  by CVertex
1 vote

OrderBy operation

OrderBy, OrderByDescending support

id# 5624 | Planned Release: None | Last Updated: Jul 22 at 9: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 at 9:18 AM  by CVertex
1 vote

All() method support

Enumerable.All() and overloads support.

id# 5622 | Planned Release: None | Last Updated: Jul 22 at 9:17 AM  by CVertex
1 vote

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: Jul 22 at 9:16 AM  by CVertex
1 vote
closed

Remove IndexContext dependency on Enterprise Library

Refactor IndexContext into a base class (and SqlIndexContext) so that Lucene.Net.Linq doesn't have a dependency on entlib.

id# 5019 | Planned Release: None | Last Updated: Jul 22 at 9:13 AM  by CVertex
1 vote
closed

Check in consolidated source trunk

Please check in all the latest source code into version control so it'll build for others.

id# 4168 | Planned Release: None | Last Updated: May 28 at 3:23 AM  by CVertex

Configure View

Search
Sort by Id
Release
Title
Updated
Votes
1-10 of 12 < Previous 1 2 Next >
Updating...