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 7EF59DC4F for ; Wed, 12 Dec 2012 20:03:17 +0000 (UTC) Received: (qmail 10160 invoked by uid 500); 12 Dec 2012 20:03:15 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 10025 invoked by uid 500); 12 Dec 2012 20:03:15 -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 10017 invoked by uid 99); 12 Dec 2012 20:03:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Dec 2012 20:03:15 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [129.176.212.47] (HELO mail10.mayo.edu) (129.176.212.47) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Dec 2012 20:03:04 +0000 Received: from roedlp005a.mayo.edu (HELO mail10.mayo.edu) ([129.176.158.0]) by ironport10-dlp.mayo.edu with ESMTP; 12 Dec 2012 14:02:43 -0600 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EAIbiyFCBsNQ1/2dsb2JhbABFvxgWc4IeAQEBAwE6UQEIIhRCJQIEG4gDBpwvmEGJCZAtYQOmUYJzgiI Received: from mhro1a.mayo.edu ([129.176.212.53]) by ironport10.mayo.edu with ESMTP; 12 Dec 2012 14:02:43 -0600 Received: from MSGPEXCEI06A.mfad.mfroot.org (msgpexcei06a.mayo.edu [129.176.249.167]) by mhro1a.mayo.edu with ESMTP id BT-MMP-338762 for java-user@lucene.apache.org; Wed, 12 Dec 2012 14:02:43 -0600 Received: from MSGPEXCHA28B.mfad.mfroot.org ([169.254.11.218]) by MSGPEXCEI06A.mfad.mfroot.org ([169.254.3.26]) with mapi id 14.02.0309.002; Wed, 12 Dec 2012 14:02:42 -0600 From: "Wu, Stephen T., Ph.D." To: "java-user@lucene.apache.org" Subject: Re: What is "flexible indexing" in Lucene 4.0 if it's not the ability to make new postings codecs? Thread-Topic: What is "flexible indexing" in Lucene 4.0 if it's not the ability to make new postings codecs? Thread-Index: AQHNzN8H6ON4KT+c/ECB9fVtodtoWZf+xJ6AgAPhGgCAAG73gIASmNuA Date: Wed, 12 Dec 2012 20:02:41 +0000 Message-ID: <5E12F7FD7D58D54DA5542ECC8B1451980205B3@MSGPEXCHA28B.mfad.mfroot.org> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-Entourage/13.13.0.120411 x-originating-ip: [10.128.209.12] Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-CFilter-Loop: Reflected X-Virus-Checked: Checked by ClamAV on apache.org >> Is there any (preliminary) code checked in somewhere that I can look at, >> that would help me understand the practical issues that would need to be >> addressed? >=20 > Maybe we can make this more concrete: what new attribute are you > needing to record in the postings and access at search time? For example:=20 - part of speech of a token. - syntactic parse subtree (over a span). - semantically normalized phrase (to canonical text or ontological code). - semantic group (of a span). - coreference link. stephen --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org