Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5D5476CC9 for ; Tue, 14 Jun 2011 10:32:46 +0000 (UTC) Received: (qmail 39008 invoked by uid 500); 14 Jun 2011 10:32:45 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 38760 invoked by uid 500); 14 Jun 2011 10:32:45 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 38753 invoked by uid 99); 14 Jun 2011 10:32:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jun 2011 10:32:45 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dawid.weiss@gmail.com designates 209.85.213.176 as permitted sender) Received: from [209.85.213.176] (HELO mail-yx0-f176.google.com) (209.85.213.176) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jun 2011 10:32:38 +0000 Received: by yxd5 with SMTP id 5so3408560yxd.35 for ; Tue, 14 Jun 2011 03:32:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type; bh=veH022M6MIqXci2Wt95JUh0I3VPpJpZiDsVe8b7vnlY=; b=sUcfMxXUBSMWprTYHjLeynlCBXHIks27s4EJ+U65sVSn3YRlhb7W7nhLGFvMLNPAHn ku/FQG+vZxYeriTAB1FqPd71tCUFOycUnE8xFs+SLUc4pTXzMvgrAclZxIMJJe9cXWwY aheuwbTvuISRpKl4ZCDfYg2ZbOjDYWAeKhTG0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=wY6lpuIkImEEvN0kjq+urY9TFkPAFbslW4+1i3Bb6mos25HIWBQpPoSqa3rvViRkK5 pkToqnsr7bDGnZb8V/gFdsmE2GYSRmsSqsj+aV+KuI6iMuqnX9UldDwFAJ/Yz1wFh0M5 oiO331sWiogr9pfwsBF5apDzoSbuASp72lVwA= Received: by 10.90.111.7 with SMTP id j7mr2506061agc.83.1308047538107; Tue, 14 Jun 2011 03:32:18 -0700 (PDT) MIME-Version: 1.0 Received: by 10.91.147.6 with HTTP; Tue, 14 Jun 2011 03:31:58 -0700 (PDT) From: Dawid Weiss Date: Tue, 14 Jun 2011 12:31:58 +0200 Message-ID: Subject: External strings sort and case folding. To: dev@lucene.apache.org Content-Type: text/plain; charset=UTF-8 Hi. While I was playing with automata recently, I had a use case scenario when I could really use an external sort of a large list of unicode strings. I know I could simply emulate this by creating synthetic documents, index, etc., but is there a more "direct" way of achieving this using Lucene's internals? Dawid --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org