Solr for real time analytics system

2016-02-03 Thread Rohit Kumar
Hi I am quite new to Solr. I have to build a real time analytics system which displays metrics based on multiple filters over a huge data set (~50million documents with ~100 fileds ). I would need mostly aggregation queries like sum/average/groupby etc, but data set is quite huge. The aggregation

Re: Solr for real time analytics system

2016-02-04 Thread Rohit Kumar
his banana but I'm not sure about > how fast solr compare to ELK <https://www.elastic.co/products> > > On Thu, Feb 4, 2016 at 10:51 AM, Rohit Kumar < > rohitkumarbhagat...@gmail.com> > wrote: > > > Hi > > > > I am quite new to Solr. I have to build a real time a

Auto Soft commit not working !!!

2013-07-04 Thread Rohit Kumar
My solr config has : 15000 false 1000 Machine is ubuntu 13 / 4 cores / 16GB RAM. Given 6gb to Solr running over tomcat. Still when i am adding documents to solr and searching its returning 0 hits. Its taking long before the document actu

Re: Auto Soft commit not working !!!

2013-07-04 Thread Rohit Kumar
hey come up at the > expected frequency? > > > On 4 July 2013 15:35, Rohit Kumar wrote: > > > My solr config has : > > > > > >15000 > >false > > > > > > > > > > 1000 > &

Re: Auto Soft commit not working !!!

2013-07-04 Thread Rohit Kumar
hanks * On Fri, Jul 5, 2013 at 8:30 AM, Jack Krupansky wrote: > 1. Do you have an update processor chain that doesn't have RunUpdate in it? > > 2. Is the solrconfig directive missing? > > 3. Is _version_ missing from your schema? > > -- Jack Krupansky > > -----Original

Using Solr to search between two Strings without using index

2013-07-25 Thread Rohit Kumar
Hi, I have a scenario. String array = ["Input1 is good", ""Input2 is better", "Input2 is sweet", "Input3 is bad"] I want to compare the string array against the given input : String inputarray= ["Input1", "Input2"] It involves no indexes. I just want to use the power of string search to do a r

Searching in stopwords

2013-07-27 Thread Rohit Kumar
. Thanks Rohit Kumar

Searching solr on school name during year

2013-09-08 Thread Rohit Kumar
year_2004, year_2005, end_2005 schoolNameWithTermOriginal:Canterbury University||2001-2005 Please suggest if its a correct approach or there is a better way to do the same. I am using Solr 4.3. Thanks, Rohit Kumar

Frequent softCommits leading to high faceting times?

2013-09-15 Thread Rohit Kumar
* 0.0 0.0 0.0 5.0 143.0 Please help. Thanks, Rohit Kumar

Section Search in SOLR

2013-09-28 Thread Rohit Kumar
i.e. should return me only doc id 1. Thanks, Rohit Kumar

Re: Section Search in SOLR

2013-09-28 Thread Rohit Kumar
s. > > You must flatten your data your data to achieve any correspondence. > > Multivalued field are a powerful feature of Solr, but you must be > extremely careful to use them only in moderation. > > -- Jack Krupansky > > -Original Message- From: Rohit Kuma

SOLR : ArrayIndexOutOfBoundsException from SolrDispatchFilter

2013-06-19 Thread Rohit Kumar
Need help to figure out the error below. *Code Snippet*: public class ConnectionComponent extends SearchComponent { @Override public void process(ResponseBuilder rb) throws IOException { NamedList nList = new SimpleOrderedMap(); NamedList nl= new SimpleOrderedMap(); List ld =