Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-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 E4B3F11A6A for ; Wed, 23 Jul 2014 22:09:32 +0000 (UTC) Received: (qmail 98313 invoked by uid 500); 23 Jul 2014 22:09:32 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 98279 invoked by uid 500); 23 Jul 2014 22:09:32 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 98267 invoked by uid 99); 23 Jul 2014 22:09:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jul 2014 22:09:32 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of david.medinets@gmail.com designates 209.85.212.179 as permitted sender) Received: from [209.85.212.179] (HELO mail-wi0-f179.google.com) (209.85.212.179) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jul 2014 22:09:30 +0000 Received: by mail-wi0-f179.google.com with SMTP id f8so2948990wiw.12 for ; Wed, 23 Jul 2014 15:09:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=wqIsxjn+QlPfYIHwZbuKMVMoB8eWiJmmwsUV/qTf4zY=; b=TWArFGOF8+hDLXuhS1WKztnBhTdBho1LUdGV58tbCuhprwTQ3pIiBQuvOZwI3maxBj JrOxvb9Q06aNaIXwdJgowzLHno0FW1HyIG+3mSka4Ez/FH3uy22X11S+rpzmLRk5cwOs MlX7RNk6/sZCPY3QKES+ezZORR/8l9V5V25OlNC1vf449hS9rlKU14QYxrGXUplv19Ha WJ7CdF8WEmQ1eu0HL1JGTJ+HM661osj6HegwXN13eRyBayXgQkUQ0ycWTPjjTBiJ8xvo zBdOLgnmFZG+DnXZvil2t6jT13m2icPaKq08TBZgUniO3Toh5sTSFz5u8aSjjC3LwSnz +n2A== MIME-Version: 1.0 X-Received: by 10.194.174.66 with SMTP id bq2mr6121326wjc.96.1406153345974; Wed, 23 Jul 2014 15:09:05 -0700 (PDT) Received: by 10.194.2.132 with HTTP; Wed, 23 Jul 2014 15:09:05 -0700 (PDT) In-Reply-To: References: <53C81EA5.7010302@gmail.com> <211D3DDA-7209-48DD-BC6B-55F6A7D4158A@clearedgeit.com> Date: Wed, 23 Jul 2014 18:09:05 -0400 Message-ID: Subject: Re: Search From: David Medinets To: accumulo-dev Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Ingest to a queue. Have two processes subscribe to the queue. One pushing into Accumulo and the other pushing into SolrCloud. Why tightly couple the capabilities? On Wed, Jul 23, 2014 at 4:39 PM, Roshan Punnoose wrote: > Is there a way to tie into the write process in Accumulo? Maybe just use an > Iterator that worked on compaction to send data to blur/solr? I have seen > something similar in Cassandra, a data hook to save data in Solr. > > > On Fri, Jul 18, 2014 at 6:46 PM, Nehal Mehta wrote: > >> We were trying to do so, but adding visibility while adding/searching >> documents needs lot more thinking. Adding visibility to core search engine >> needs changes to algorithm and that does not make it very scalable. >> Integration besides granular visibility is very doable. and we had taken >> inspiration from Solandra. >> >> Obviously if we can get it done it adds lot of value. I believe Sqrrl >> people have already done it, are they thinking to open source it anytime in >> future? >> >> >> On Thu, Jul 17, 2014 at 3:09 PM, Donald Miner >> wrote: >> >> > We briefly toyed with blur on accumulo but didnt get too far just because >> > it was obe. I think that would be cool. >> > >> > > On Jul 17, 2014, at 3:06 PM, Josh Elser wrote: >> > > >> > > It's definitely possible. I remember hearing about someone doing lucene >> > on top of Accumulo once, but I don't recall seeing a nice package with a >> > bow on top. >> > > >> > >> On 7/17/14, 2:53 PM, THORMAN, ROBERT D wrote: >> > >> What lexical search package (like lucene/solr) has anyone put on top >> of >> > accumulo? Is this possible or does everyone just index log files and >> > documents? >> > >> >> > >> v/r >> > >> Bob Thorman >> > >> Principal Big Data Engineer >> > >> AT&T Big Data CoE >> > >> 2900 W. Plano Parkway >> > >> Plano, TX 75075 >> > >> 972-658-1714 >> > >> >> > >> >> > >> >> > >>