From dev-return-320691-archive-asf-public=cust-asf.ponee.io@lucene.apache.org Tue May 1 13:43:06 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id D4EE4180645 for ; Tue, 1 May 2018 13:43:05 +0200 (CEST) Received: (qmail 79946 invoked by uid 500); 1 May 2018 11:43:03 -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 79934 invoked by uid 99); 1 May 2018 11:43:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 May 2018 11:43:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 0080E1A03C5 for ; Tue, 1 May 2018 11:43:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -101.511 X-Spam-Level: X-Spam-Status: No, score=-101.511 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 6b8V36vG4qZQ for ; Tue, 1 May 2018 11:43:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 65C7D5F167 for ; Tue, 1 May 2018 11:43:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 890F1E012E for ; Tue, 1 May 2018 11:43:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 4627E21297 for ; Tue, 1 May 2018 11:43:00 +0000 (UTC) Date: Tue, 1 May 2018 11:43:00 +0000 (UTC) From: "mosh (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (SOLR-12298) Index Full nested document Hierarchy For Queries (umbrella issue) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-12298?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1645= 9631#comment-16459631 ]=20 mosh edited comment on SOLR-12298 at 5/1/18 11:42 AM: ------------------------------------------------------ Approach: I see [~janhoy]'s proposal as a starting point for this issue, as= it addresses most of the problems was (Author: moshebla): A similar issue has been brought up in the mailing list > Index Full nested document Hierarchy For Queries (umbrella issue) > ----------------------------------------------------------------- > > Key: SOLR-12298 > URL: https://issues.apache.org/jira/browse/SOLR-12298 > Project: Solr > Issue Type: Improvement > Security Level: Public(Default Security Level. Issues are Public)=20 > Reporter: mosh > Priority: Major > > Solr ought to have the ability to index deeply nested objects, while stor= ing the original document hierarchy. > Currently the client has to index the child document's full path and leve= l to manually reconstruct the original document structure, since the childr= en are flattened and returned in the reserved "_childDocuments_" key. > Ideally you could index a nested document, having Solr transparently add = the required fields while providing a document transformer to rebuild the o= riginal document's hierarchy. > =C2=A0 > This issue is an umbrella issue for the particular tasks that will make i= t all happen =E2=80=93 either subtasks or issue linking. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org