Re: MongoDB and Solr - Massive re-indexing

2016-06-02 Thread Shawn Heisey
On 6/2/2016 11:56 AM, Robert Brown wrote: > My question is whether sending batches of 1,000 documents to Solr is > still beneficial (thinking about docs that may not change), or if I > should look at the MongoDB connector for Solr, based on the volume of > incoming data we see. > > Would the connec

Re: MongoDB and Solr

2012-05-29 Thread Gora Mohanty
On 30 May 2012 03:51, rjain15 wrote: > Hi Gora, > > I am working on a Mobile App, which is updating/accessing/searching data and > I have created a simple prototype using Solr and the Update JSON / Get JSON > functions of Solr. > > I came across some discussion on MongoDB and how it natively store

Re: MongoDB and Solr

2012-05-29 Thread Walter Underwood
Solr does not natively store/index/search arbitrary JSON documents. It accepts JSON in a specific format for document input. wunder On May 29, 2012, at 3:21 PM, rjain15 wrote: > Hi Gora, > > I am working on a Mobile App, which is updating/accessing/searching data and > I have created a simple

Re: MongoDB and Solr

2012-05-29 Thread rjain15
Hi Gora, I am working on a Mobile App, which is updating/accessing/searching data and I have created a simple prototype using Solr and the Update JSON / Get JSON functions of Solr. I came across some discussion on MongoDB and how it natively stores JSON data, and hence as I was looking at scala

Re: MongoDB and Solr

2012-05-29 Thread Gora Mohanty
On 29 May 2012 22:27, rjain15 wrote: > Hi > > I am building web app/mobile app, where users can update information > frequently and there is a search function to quick search the information > using different types of searches. > > Most of the data is going to be posted in JSON Format and stored i

Re: MongoDB and Solr

2012-05-29 Thread rjain15
Hi This is a sample schema, but it can be more nested as I build the app. As more students enroll, or more classes are added, it will grow. colleges [ "college": { "id" : "college Id" "classes":

Re: MongoDB and Solr

2012-05-29 Thread Jack Krupansky
Could you give us an example of one of your documents. Then we can give you better feedback on what makes sense within Solr. -- Jack Krupansky -Original Message- From: rjain15 Sent: Tuesday, May 29, 2012 2:20 PM To: solr-user@lucene.apache.org Subject: Re: MongoDB and Solr Hi Jack

Re: MongoDB and Solr

2012-05-29 Thread Michael Della Bitta
1. Yes, and 2. Yes. :) Solr's adding more NoSQL-like features for 4.0, but in the meantime, you're better off storing documents with a complex schema in a document store and using Solr for findability. Basically the schema for a document in Solr/Lucene is flat (although it can contain arbitrarily-

Re: MongoDB and Solr

2012-05-29 Thread rjain15
Hi Jack Thanks for the information. I do have multi-level nesting of JSON data. So back to my questions, apologize for repeating... 1. Should I use MongoDB to store the JSON documents, or does Solr natively store the documents in the data directory 2. Does Solr require a specific schema for

Re: MongoDB and Solr

2012-05-29 Thread Jack Krupansky
Although Solr uses XML format for document update and query, JSON is a supported option. To post documents in JSON, see: http://wiki.apache.org/solr/UpdateJSON To retrieve query results in JSON, see: http://wiki.apache.org/solr/SolJSON That works well for relatively flat data (each field has a

RE: MongoDB and Solr Integration

2011-08-29 Thread Jagdish Kumar
Hi Anshum thanks for the link.. I could see some snnipets in there .. can u help me out with some more eloborative expalanation? Thanks and regards Jagdish > From: ansh...@gmail.com > Date: Mon, 29 Aug 2011 14:54:15 +0530 > Subject: Re: MongoDB and Solr Integration > T

Re: MongoDB and Solr Integration

2011-08-29 Thread Anshum
Kumar < jagdish.thapar...@hotmail.com> wrote: > > Thanks Gora for ur reply .. I will follow these links and see if they work > for me ... > > Thanks and regards > Jagdish > > > > From: g...@mimirtech.com > > Date: Mon, 29 Aug 2011 13:23:19 +0530 > > Subjec

RE: MongoDB and Solr Integration

2011-08-29 Thread Jagdish Kumar
Thanks Gora for ur reply .. I will follow these links and see if they work for me ... Thanks and regards Jagdish > From: g...@mimirtech.com > Date: Mon, 29 Aug 2011 13:23:19 +0530 > Subject: Re: MongoDB and Solr Integration > To: solr-user@lucene.apache.org > > On Mon, Au

Re: MongoDB and Solr Integration

2011-08-29 Thread Gora Mohanty
On Mon, Aug 29, 2011 at 1:01 PM, Jagdish Kumar wrote: > > Hi Gora > > Nothing concreate I was able to get out of this query .. have you done any > such stuff on ur own? [...] Hmm, maybe there is nothing ready-made in the language that you want (which is that?), but surely this thread http://mark

RE: MongoDB and Solr Integration

2011-08-29 Thread Jagdish Kumar
Hi Gora Nothing concreate I was able to get out of this query .. have you done any such stuff on ur own? Thanks and regards Jagdish > From: g...@mimirtech.com > Date: Mon, 29 Aug 2011 12:47:21 +0530 > Subject: Re: MongoDB and Solr Integration > To: solr-user@lucene.apache.org

Re: MongoDB and Solr Integration

2011-08-29 Thread Gora Mohanty
On Mon, Aug 29, 2011 at 12:38 PM, Jagdish Kumar wrote: > > Hi > > I need to integrate MongoDB with Solr, can anyone please help me out with > this as I m not able to find any relevant information on net. [...] The links from http://lmgtfy.com/?q=mongodb+solr do not help? Regards, Gora