|
|
|
1-10 of 12
< Previous Next >
|
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
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
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
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
OrderBy, OrderByDescending support
id# 5624 | Planned Release: None | Last Updated: Jul 22 at 9:19 AM
by CVertex
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
Enumerable.All() and overloads support.
id# 5622 | Planned Release: None | Last Updated: Jul 22 at 9:17 AM
by CVertex
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
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
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
|
|
1-10 of 12
< Previous 1 2 Next >
|
|
|
|
|
|
|