integrating Accumulo with solr

2015-04-09 Thread madhvi
Hi, I have created lucene indexes of data stored in accumulo in HDFS. Lucene queries are working fine over that but I want to use those indexes to be searched via accumulo means the lucene queries should run via accumulo.Do you have any idea about that if it is related to what you are trying

Re: integrating Accumulo with solr

2014-07-31 Thread Jack Krupansky
-Original Message- From: Ali Nazemian Sent: Wednesday, July 30, 2014 2:53 AM To: solr-user@lucene.apache.org Subject: Re: integrating Accumulo with solr Sure, Thank you very much for your guide. I think I am not that kind of gunslinger and probably I will go for another NoSQL that can

Re: integrating Accumulo with solr

2014-07-30 Thread Ali Nazemian
@lucene.apache.org Subject: Re: integrating Accumulo with solr Dear Jack, Hi, One more thing to mention: I dont want to use solr or lucence for indexing accumulo or full text search inside that. I am looking for have both in a sync mode. I mean import some parts of data to solr for indexing

Re: integrating Accumulo with solr

2014-07-27 Thread Jack Krupansky
To: solr-user@lucene.apache.org Subject: Re: integrating Accumulo with solr Dear Jack, Hi, One more thing to mention: I dont want to use solr or lucence for indexing accumulo or full text search inside that. I am looking for have both in a sync mode. I mean import some parts of data to solr for indexing

Re: integrating Accumulo with solr

2014-07-26 Thread Ali Nazemian
Nazemian Sent: Thursday, July 24, 2014 3:07 PM To: solr-user@lucene.apache.org Subject: Re: integrating Accumulo with solr Dear Jack, Thank you. I am aware of datastax but I am looking for integrating accumulo with solr. This is something like what sqrrl guys offer. Regards. On Thu, Jul 24

Re: integrating Accumulo with solr

2014-07-25 Thread Ali Nazemian
that integrated Lucene support of Sqrrl Enterprise? -- Jack Krupansky -Original Message- From: Ali Nazemian Sent: Thursday, July 24, 2014 3:07 PM To: solr-user@lucene.apache.org Subject: Re: integrating Accumulo with solr Dear Jack, Thank you. I am aware of datastax but I am looking

Re: integrating Accumulo with solr

2014-07-24 Thread Ali Nazemian
Dear Joe, Hi, I am going to store the crawl web pages in accumulo as the main storage part of my project and I need to give these data to solr for indexing and user searches. I need to do some social and web analysis on my data as well as having some security features. Therefore accumulo is my

Re: integrating Accumulo with solr

2014-07-24 Thread Joe Gresock
Ali, Sounds like a good choice. It's pretty standard to store the primary storage id as a field in Solr so that you can search the full text in Solr and then retrieve the full document elsewhere. I would recommend creating a document structure in Solr with whatever fields you want indexed (most

Re: integrating Accumulo with solr

2014-07-24 Thread Ali Nazemian
Thank you very much. Nice Idea but how can Solr and Accumulo can be synchronized in this way? I know that Solr can be integrated with HDFS and also Accumulo works on the top of HDFS. So can I use HDFS as integration point? I mean set Solr to use HDFS as a source of documents as well as the

Re: integrating Accumulo with solr

2014-07-24 Thread Jack Krupansky
, 2014 10:30 AM To: solr-user@lucene.apache.org Subject: Re: integrating Accumulo with solr Thank you very much. Nice Idea but how can Solr and Accumulo can be synchronized in this way? I know that Solr can be integrated with HDFS and also Accumulo works on the top of HDFS. So can I use HDFS

Re: integrating Accumulo with solr

2014-07-24 Thread Erik Hatcher
Just FYI, the blog Joe mentioned below (authored by me) has been adjusted to Solr 4.x in the original blog location here: http://searchhub.org/2012/02/22/custom-security-filtering-in-solr/ Erik On Jul 24, 2014, at 8:03 AM, Joe Gresock jgres...@gmail.com wrote: Ali, Sounds like

Re: integrating Accumulo with solr

2014-07-24 Thread Ali Nazemian
Dear Jack, Thank you. I am aware of datastax but I am looking for integrating accumulo with solr. This is something like what sqrrl guys offer. Regards. On Thu, Jul 24, 2014 at 7:27 PM, Jack Krupansky j...@basetechnology.com wrote: If you are not a true hard-core gunslinger who is willing

Re: integrating Accumulo with solr

2014-07-24 Thread Jack Krupansky
Accumulo with solr Dear Jack, Thank you. I am aware of datastax but I am looking for integrating accumulo with solr. This is something like what sqrrl guys offer. Regards. On Thu, Jul 24, 2014 at 7:27 PM, Jack Krupansky j...@basetechnology.com wrote: If you are not a true hard-core gunslinger who

integrating Accumulo with solr

2014-07-23 Thread Ali Nazemian
Dear All, Hi, I was wondering is there anybody out there that tried to integrate Solr with Accumulo? I was thinking about using Accumulo on top of HDFS and using Solr to index data inside Accumulo? Do you have any idea how can I do such integration? Best regards. -- A.Nazemian

Re: integrating Accumulo with solr

2014-07-23 Thread Joe Gresock
We store data in both Solr and Accumulo -- do you have more details about what kind of data and indexing you want? Is there a reason you're thinking of using both databases in particular? On Wed, Jul 23, 2014 at 5:17 AM, Ali Nazemian alinazem...@gmail.com wrote: Dear All, Hi, I was