Return-Path: X-Original-To: apmail-lucene-java-user-archive@www.apache.org Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B051910536 for ; Fri, 9 Aug 2013 23:00:48 +0000 (UTC) Received: (qmail 13801 invoked by uid 500); 9 Aug 2013 23:00:46 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 13752 invoked by uid 500); 9 Aug 2013 23:00:46 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 13744 invoked by uid 99); 9 Aug 2013 23:00:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Aug 2013 23:00:46 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of SRS0=g//G5N=RW=basetechnology.com=jack@yourhostingaccount.com designates 65.254.254.69 as permitted sender) Received: from [65.254.254.69] (HELO mailout05.yourhostingaccount.com) (65.254.254.69) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Aug 2013 23:00:39 +0000 Received: from mailscan09.yourhostingaccount.com ([10.1.15.9] helo=mailscan09.yourhostingaccount.com) by mailout05.yourhostingaccount.com with esmtp (Exim) id 1V7vfO-0007sX-18 for java-user@lucene.apache.org; Fri, 09 Aug 2013 19:00:18 -0400 Received: from impout01.yourhostingaccount.com ([10.1.55.1] helo=impout01.yourhostingaccount.com) by mailscan09.yourhostingaccount.com with esmtp (Exim) id 1V7vfN-0008Sf-Sa for java-user@lucene.apache.org; Fri, 09 Aug 2013 19:00:17 -0400 Received: from authsmtp17.yourhostingaccount.com ([10.1.18.17]) by impout01.yourhostingaccount.com with NO UCE id An0H1m0050N5tVm01n0H0m; Fri, 09 Aug 2013 19:00:17 -0400 X-Authority-Analysis: v=2.0 cv=EJGEIilC c=1 sm=1 a=UdCbmyego4VUa/xJBgcoFg==:17 a=aQzbgH187woA:10 a=3jZET7lWBKwA:10 a=8nJEP1OIZ-IA:10 a=jvYhGVW7AAAA:8 a=4vA4S73ak0gA:10 a=mV9VRH-2AAAA:8 a=ZwsPnn64az2B8a-zaJ8A:9 a=wPNLvfGTeEIA:10 a=ayZJSlMgWVhgG3n+ZwULew==:117 X-EN-OrigOutIP: 10.1.18.17 X-EN-IMPSID: An0H1m0050N5tVm01n0H0m Received: from 207-237-114-232.c3-0.nyr-ubr1.nyr.ny.cable.rcn.com ([207.237.114.232] helo=JackKrupansky) by authsmtp17.yourhostingaccount.com with esmtpa (Exim) id 1V7vfN-0003gE-Ih for java-user@lucene.apache.org; Fri, 09 Aug 2013 19:00:17 -0400 Message-ID: <9176A6AA78B647DCAD8CA0EE330958E2@JackKrupansky> From: "Jack Krupansky" To: References: In-Reply-To: Subject: Re: DV limited to 32766 ? Date: Fri, 9 Aug 2013 19:00:03 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 15.4.3555.308 X-MimeOLE: Produced By Microsoft MimeOLE V15.4.3555.308 X-EN-UserInfo: e0a4b55451ed9f27313ebf02e3d4348d:fc4a93e1349e680c52bdd723c0ab3ef6 X-EN-AuthUser: jack@basetechnology.com Sender: "Jack Krupansky" X-EN-OrigIP: 207.237.114.232 X-EN-OrigHost: 207-237-114-232.c3-0.nyr-ubr1.nyr.ny.cable.rcn.com X-Virus-Checked: Checked by ClamAV on apache.org Check out the discussion on: https://issues.apache.org/jira/browse/LUCENE-4583 "StraightBytesDocValuesField fails if bytes > 32k" -- Jack Krupansky -----Original Message----- From: Nicolas Guyot Sent: Friday, August 09, 2013 5:57 PM To: java-user@lucene.apache.org Subject: DV limited to 32766 ? Hi, when writing a large binaryDocValue, BinaryDocValuesWriter throws an exception saying DocValuesField "fieldName" is too large, must be <= 32766 Is there a way to avoid that limit? Thanks, Nicolas --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org