Re: How to Fast Bulk Inserting documents

2015-08-19 Thread Vineeth Dasaraju
I have been using the solrj client and get speeds of 1000 objects per second. The size of my object is around 4 kb. On Aug 19, 2015 12:09 PM, "Troy Edwards" wrote: > I have a requirement where I have to bulk insert a lot of documents in > SolrCloud. > > My average document size is 400 bytes > Num

Join Parent and Child Documents

2015-08-01 Thread Vineeth Dasaraju
Hi, I had indexed a nested json object into solr as a parent document with child documents. Whenever I query for a term in the child document, I am returned only the child documents. Is it possible to get the parent document along with the child documents as a part of the results? I have been tryi

Sum Aggregate Query for a particular field

2015-07-27 Thread Vineeth Dasaraju
Hi, How can I get the sum of a particular field in the documents in solr? Eg:. [{"item": "ice cream", "price" : "345"}, {"item": "snickers", "price" : "34"}, {"item": "hersheys", "price" : "5"}] I want to get the total price for the items. Regards, Vineeth

Some info on creating panels in Banana

2015-07-22 Thread Vineeth Dasaraju
Hi, I have been trying to create panels in the dashboard of banana similar to ones that had been done by my colleagues in Kibana. I have attached an image for your reference. I created a panel in a non-time series dashboard in Banana using the configurations shown in images 1-4. But after saving t

Re: Tips for faster indexing

2015-07-22 Thread Vineeth Dasaraju
Sorry, the "ID" mistake was pointed out by Upayavira. Thank you Upayavira! On Wed, Jul 22, 2015 at 10:56 AM, Vineeth Dasaraju wrote: > Hi Erick, > > As correctly pointed out by you, the main reason why documents were > disappearing was that I was assigning same id to mu

Re: Tips for faster indexing

2015-07-22 Thread Vineeth Dasaraju
seen > this happen. > > On Tue, Jul 21, 2015 at 1:47 PM, Fadi Mohsen > wrote: > > In Java: UUID.randomUUID(); > > > > That is what I'm using. > > > > Regards > > > >> On 21 Jul 2015, at 22:38, Vineeth Dasaraju > wrote: > >> &g

References for Banana

2015-07-22 Thread Vineeth Dasaraju
Hi, Could anyone please direct me towards any online resources that outline how a dashboard can be created for Solr Queries in Banana? Regards, Vineeth

Custom Response Writer for JSON Objects

2015-07-22 Thread Vineeth Dasaraju
Hi, I have been using json objects of the form shown below to index into solr. As you can see, there are nested JSON objects and JSON arrays. { "RawEventMessage": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam dolor orci, placerat ac pretium a, tincidunt consectetur mauris.

Re: Tips for faster indexing

2015-07-21 Thread Vineeth Dasaraju
dic when sending batches. > > > > Like if sole/jetty drops couple of documents out of the batch. > > > > Regards > > > > > On 21 Jul 2015, at 21:38, Vineeth Dasaraju > wrote: > > > > > > Hi, > > > > > > Thank You Erick fo

Re: Tips for faster indexing

2015-07-21 Thread Vineeth Dasaraju
ff against how bug the docs > are of course. > > Assuming that you really are calling this method for one doc (and > children) at a time, the far bigger problem other than calling > server.add for each parent/children is that you're then calling > solr.commit() every time. This

Installing Banana on Solr 5.2.1

2015-07-20 Thread Vineeth Dasaraju
Hi, I am trying to install Banana on top of solr but haven't been able to do so. All the procedures that I get are for an earlier version of solr. Since the directory structure has changed in the new version, inspite of me placing the banana folder under the server/solr-webapp/webapp folder, I am

Tips for faster indexing

2015-07-19 Thread Vineeth Dasaraju
Hi, I am trying to index JSON objects (which contain nested JSON objects and Arrays in them) into solr. My JSON Object looks like the following (This is fake data that I am using for this example): { "RawEventMessage": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam dolor o