From dev-return-11648-apmail-lucenenet-dev-archive=lucenenet.apache.org@lucenenet.apache.org Mon Sep 14 04:46:41 2020 Return-Path: X-Original-To: apmail-lucenenet-dev-archive@www.apache.org Delivered-To: apmail-lucenenet-dev-archive@www.apache.org Received: from mxout1-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by minotaur.apache.org (Postfix) with ESMTP id 225751958C for ; Mon, 14 Sep 2020 04:46:41 +0000 (UTC) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id 20DF1635B8 for ; Mon, 14 Sep 2020 04:46:40 +0000 (UTC) Received: (qmail 28865 invoked by uid 500); 14 Sep 2020 04:46:39 -0000 Delivered-To: apmail-lucenenet-dev-archive@lucenenet.apache.org Received: (qmail 28699 invoked by uid 500); 14 Sep 2020 04:46:36 -0000 Mailing-List: contact dev-help@lucenenet.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucenenet.apache.org Delivered-To: mailing list dev@lucenenet.apache.org Received: (qmail 28677 invoked by uid 99); 14 Sep 2020 04:46:35 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Sep 2020 04:46:35 +0000 From: =?utf-8?q?GitBox?= To: dev@lucenenet.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Blucenenet=5D_NightOwl888_opened_a_new_pull_request?= =?utf-8?q?_=23339=3A_Fixed_several_references_to_J2N=2EBitConversion?= Message-ID: Date: Mon, 14 Sep 2020 04:46:35 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit NightOwl888 opened a new pull request #339: URL: https://github.com/apache/lucenenet/pull/339 Fixed several references to `J2N.BitConversion` that were calling the overload that normalizes NaN when they should have been calling the raw bit conversion instead. This is to match Lucene's behavior, but only affects those who are storing NaN in the index. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: users@infra.apache.org