paulirwin opened a new issue, #921: URL: https://github.com/apache/lucenenet/issues/921
Any ideas what the string returned here is supposed to represent? Java: `spanNear([f:lucene, f:net, f:solr], 0, true)` .NET: `SpanNear([f:lucene, f:net, f:solr], 0, True)` This looks like something that may be copied and pasted somewhere to me, but it may just be a textual description. If the former, we should probably at least strive to match the case of the boolean. I am guessing the name is the correct casing for .NET, though. Of course, we are probably using upper case for all booleans converted to string in .NET, because that is what .NET does by default. So, whatever the fix, it should be applied consistently in all queries. _Originally posted by @NightOwl888 in https://github.com/apache/lucenenet/pull/914#discussion_r1493338630_ -- 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