From dev-return-10535-archive-asf-public=cust-asf.ponee.io@gora.apache.org Sat Mar 24 01:15:05 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 6E73418067E for ; Sat, 24 Mar 2018 01:15:04 +0100 (CET) Received: (qmail 25143 invoked by uid 500); 24 Mar 2018 00:15:03 -0000 Mailing-List: contact dev-help@gora.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@gora.apache.org Delivered-To: mailing list dev@gora.apache.org Received: (qmail 25019 invoked by uid 99); 24 Mar 2018 00:15:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Mar 2018 00:15:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id BC622C121E for ; Sat, 24 Mar 2018 00:15:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -110.311 X-Spam-Level: X-Spam-Status: No, score=-110.311 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id ywrN69pgQCNV for ; Sat, 24 Mar 2018 00:15:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 6174860D42 for ; Sat, 24 Mar 2018 00:15:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id CE8EDE0373 for ; Sat, 24 Mar 2018 00:15:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 2D162214E7 for ; Sat, 24 Mar 2018 00:15:00 +0000 (UTC) Date: Sat, 24 Mar 2018 00:15:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@gora.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GORA-266) Lucene datastore for Gora MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GORA-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16412297#comment-16412297 ] ASF GitHub Bot commented on GORA-266: ------------------------------------- Github user lewismc commented on a diff in the pull request: https://github.com/apache/gora/pull/131#discussion_r176891528 --- Diff: gora-core/src/main/java/org/apache/gora/util/IOUtils.java --- @@ -434,7 +432,7 @@ public static void writeBoolArray(DataOutput out, boolean[] boolArray) WritableUtils.writeVInt(out, boolArray.length); byte b = 0; - int i = 0; + int i; --- End diff -- @renato2099 as I said the increment is used in line 447 > Lucene datastore for Gora > ------------------------- > > Key: GORA-266 > URL: https://issues.apache.org/jira/browse/GORA-266 > Project: Apache Gora > Issue Type: New Feature > Components: gora-lucene > Reporter: Lewis John McGibbney > Assignee: Lewis John McGibbney > Priority: Minor > Labels: features > Fix For: 0.9 > > Attachments: GORA-266.patch > > > Sometimes we don't need to set up, administer, maintain and configure a running solr server(s). > Sometime we just want to write to Lucene index files and read directly from them. -- This message was sent by Atlassian JIRA (v7.6.3#76005)