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 C8EAAE76B for ; Tue, 18 Dec 2012 00:19:20 +0000 (UTC) Received: (qmail 35693 invoked by uid 500); 18 Dec 2012 00:19:18 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 35653 invoked by uid 500); 18 Dec 2012 00:19:18 -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 35645 invoked by uid 99); 18 Dec 2012 00:19:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Dec 2012 00:19:18 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of huj.nju@gmail.com designates 209.85.212.42 as permitted sender) Received: from [209.85.212.42] (HELO mail-vb0-f42.google.com) (209.85.212.42) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Dec 2012 00:19:12 +0000 Received: by mail-vb0-f42.google.com with SMTP id fa15so19249vbb.1 for ; Mon, 17 Dec 2012 16:18:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=UFiKlSXlocVMTiPa/5ZIHHoaw8Ekl0x0ELz6+3gBJi8=; b=eqvil9K1WFsgrJhMpLW2Bj7TkYOgh+qIrtIL3a3ObqE+3/6W5nI8YEJS/g49YZjesw UPh4EcYtxiCmWRpfQdcdR5tGaX5LZZXT/Df6tX5H10VoEA20ze//TCP4t3vVcEonlXsz shy738Rgt9MxN98a3afZ80lRChN9USsRoDfXcjfE16J83TySHlkUX2zH2BDtS3mPuLCw 1Vn49RV4FcSLcf58mN1WLFjQXScIWQEL3ldRZTLUMfcyAExIMPWhHZ15GNUhh8N7Hv5o qkZDRhJMkTwn2pJKtIqtHsjsBE92lCFbFgpcPAZbNXEJtszAGrQ3gGkuUBiL5s7o6gkR wmfQ== MIME-Version: 1.0 Received: by 10.220.241.141 with SMTP id le13mr238141vcb.26.1355789931453; Mon, 17 Dec 2012 16:18:51 -0800 (PST) Received: by 10.58.29.166 with HTTP; Mon, 17 Dec 2012 16:18:51 -0800 (PST) Received: by 10.58.29.166 with HTTP; Mon, 17 Dec 2012 16:18:51 -0800 (PST) Date: Tue, 18 Dec 2012 08:18:51 +0800 Message-ID: Subject: how to get term docs in lucene 4.0 From: Hu Jing To: java-user@lucene.apache.org Content-Type: multipart/alternative; boundary=14dae9cdc32b411eb104d11571eb X-Virus-Checked: Checked by ClamAV on apache.org --14dae9cdc32b411eb104d11571eb Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: quoted-printable in lucene 3.0=A3=ACi can get term doc by using indexreader termdocs. how = to implement this in lucene 4.0 --14dae9cdc32b411eb104d11571eb--