mowali opened a new issue, #910: URL: https://github.com/apache/lucenenet/issues/910
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the documentation issue [PaulVrugt](https://github.com/PaulVrugt) was asking this question, but never got a response to it: ---------------------------------------------------------- The FieldCache GetStrings method was replace by GetTerms, but GetTerms requires an AtomicReader, we used to be able to pass an IndexReader into this method and it used to return a string array containing the values. How to I get the same kind of behavior from the GetTerms method? ---------------------------------------------------------- Is there no way to have the same behavior that GetStrings did in version 3.0.3? ### Additional context _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@lucenenet.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org