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 <robe...@gmx.net> > 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 >> > > You're comparing Java's trunk with .NET's 2.9. > > In Lucene/Java 2.9 this field is a plain ArrayList: > > > https://svn.apache.org/repos/asf/lucene/java/branches/lucene_2_9/src/java/org/apache/lucene/document/Document.java > > Robert > >