Parameters in interface TermDocs.Read() are not passed by reference
-------------------------------------------------------------------
Key: LUCENENET-185
URL: https://issues.apache.org/jira/browse/LUCENENET-185
Project: Lucene.Net
Issue Type: Bug
Environment: Win XP SP3, .net framework 3.5
Reporter: Nick Crowther
Priority: Minor
The 'docs' and 'freqs' integer arrays passed in as parameters may be modified
in classes that implement this method (e.g.: in class
Lucene.Net.Index.SegmentTermDocs), so they should be passed by reference to
allow calling classes to access the modifications.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.