So, change is not only acceptable, but necessary too, for future versions.
Which version is the path below?
https://svn.apache.org/repos/asf/lucene/lucene.net/trunk/C#/src/Lucene.Net/Document/Document.cs
Regards
Leo
2010/5/5 Robert Jordan
> On 05.05.2010 14:01, Leonardo Azize Martins wrote:
>
Hi,
Good morning for all. (For me is morning)
I had compared files in C# and in Java, from:
https://svn.apache.org/repos/asf/lucene/dev/trunk/lucene/src/java/org/apache/lucene/document/Document.java
And in java the variable "fields" is (line 40):
List fields = new ArrayList();
So, why in C# we a