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

MongoDB and Solr - Massive re-indexing

2016-06-02 Thread Robert Brown
Hi, Currently we import data-sets from various sources (csv, xml, json, etc.) and POST to Solr, after some pre-processing to get it into a consistent format, and some other transformations. We currently dump out to a json file in batches of 1,000 documents and POST that file to Solr. Rough

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
r can natively store/index/search json documents, then that is the solution I can build on top of. Thanks Rajesh -- View this message in context: http://lucene.472066.n3.nabble.com/MongoDB-and-Solr-tp3986636p3986729.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: MongoDB and Solr

2012-05-29 Thread Gora Mohanty
not provide nearly enough information for people to be able to make sensible suggestions. What is your use case? MongoDB is largely a different beast from Solr. What do you think merits its use, and where does it fit in your scheme of things? In many cases, one could have both MongoDB, and Solr. In

Re: MongoDB and Solr

2012-05-29 Thread rjain15
] "locations": [ { "id": "6001", "address": "Address-1" }, { "id": "6001", "address": "Address-2" }, ] } ] -- View this message in context: http://lucene.472066.n3.nabble.com/MongoDB-and-Solr-tp3986637p3986676.html Sent from the Solr - User mailing list archive at Nabble.com.

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
s Solr require a specific schema for the JSON document. > > Thanks > Rajesh > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/MongoDB-and-Solr-tp3986637p3986662.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: MongoDB and Solr

2012-05-29 Thread rjain15
the JSON document. Thanks Rajesh -- View this message in context: http://lucene.472066.n3.nabble.com/MongoDB-and-Solr-tp3986637p3986662.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: MongoDB and Solr

2012-05-29 Thread Jack Krupansky
- From: rjain15 Sent: Tuesday, May 29, 2012 12:57 PM To: solr-user@lucene.apache.org Subject: MongoDB and Solr 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

MongoDB and Solr

2012-05-29 Thread rjain15
: http://lucene.472066.n3.nabble.com/MongoDB-and-Solr-tp3986637.html Sent from the Solr - User mailing list archive at Nabble.com.

MongoDB and Solr

2012-05-29 Thread rjain15
: http://lucene.472066.n3.nabble.com/MongoDB-and-Solr-tp3986636.html Sent from the Solr - User mailing list archive at Nabble.com.

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

MongoDB and Solr Integration

2011-08-29 Thread Jagdish Kumar
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. Thanks and regards Jagdish