bongohrtech / lucenenet

Mirror of Apache Lucene.Net
Apache License 2.0
0 stars 0 forks source link

.NETify the public API where appropriate #138

Open bongohrtech opened 12 years ago

bongohrtech commented 12 years ago

Although we haven't abandoned the line-by-line port of Java lucene, there are many idioms in Java that make little to no sense in a .NET assembly. The API can change to allow for a conventional .NET experience, while still maintaining the ability and ease during the porting process of Java logic.

JIRA link - [LUCENENET-467] created by ccurrens

bongohrtech commented 12 years ago

TopFieldCollector still has a Java-style create method (with lower case 'c')
I'll submit a patch that changes it and all references to it.

by lvl

bongohrtech commented 12 years ago

Thanks. Patch applied in revision 1347715

by ccurrens

bongohrtech commented 12 years ago

Moving to 3.5

by ccurrens