Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 99490 invoked from network); 10 Aug 2010 05:04:42 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Aug 2010 05:04:42 -0000 Received: (qmail 12493 invoked by uid 500); 10 Aug 2010 05:04:42 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 11907 invoked by uid 500); 10 Aug 2010 05:04:38 -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 11900 invoked by uid 99); 10 Aug 2010 05:04:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Aug 2010 05:04:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Aug 2010 05:04:37 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7A54GPb021189 for ; Tue, 10 Aug 2010 05:04:17 GMT Message-ID: <5936992.248311281416656859.JavaMail.jira@thor> Date: Tue, 10 Aug 2010 01:04:16 -0400 (EDT) From: "Lance Norskog (JIRA)" To: dev@lucene.apache.org Subject: [jira] Commented: (SOLR-1986) Allow users to define multiple subfield types in AbstractSubTypeFieldType In-Reply-To: <19356815.200301278329150643.JavaMail.jira@thor> 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/SOLR-1986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12896766#action_12896766 ] Lance Norskog commented on SOLR-1986: ------------------------------------- +1 I would like to add a Level-Of-Detail value to the spatial types. Without this it is impossible. In fact, I would like to compose types with compound type as a subfield. Is this possible? > Allow users to define multiple subfield types in AbstractSubTypeFieldType > ------------------------------------------------------------------------- > > Key: SOLR-1986 > URL: https://issues.apache.org/jira/browse/SOLR-1986 > Project: Solr > Issue Type: Improvement > Components: Schema and Analysis > Reporter: Mark Allan > Priority: Minor > Attachments: multiSubType.patch > > Original Estimate: 48h > Remaining Estimate: 48h > > A few small changes to the AbstractSubTypeFieldType class to allow users to define distinct field types for each subfield. This enables us to define complex data types in the schema. > For example, we have our own subclass of the CoordinateFieldType called TemporalCoverage where we store a start and end date for an event but now we can store a name for the event as well. > > In this example, the start and end dates get stored as trie-coded integer subfields and the description as a string subfield. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org