Re: Solr for real time analytics system

2016-02-04 Thread Rohit Kumar
ved by this 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.

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

Section Search in SOLR

2013-09-28 Thread Rohit Kumar
the documents as expected. What changes will i have to make to be able to search for companyName:Boeing and positionName:Executive both at same indexes in the corresponding multivalued fields i.e. should return me only doc id 1. Thanks, Rohit Kumar

Re: Section Search in SOLR

2013-09-28 Thread Rohit Kumar
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 Kumar Sent: Saturday, September 28, 2013 12:11 PM To: solr-user

Frequent softCommits leading to high faceting times?

2013-09-15 Thread Rohit Kumar
Please help. Thanks, Rohit Kumar

Searching solr on school name during year

2013-09-08 Thread Rohit Kumar
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

Searching in stopwords

2013-07-27 Thread Rohit Kumar
=solr.RemoveDuplicatesTokenFilterFactory/ /analyzer /fieldType Thanks Rohit Kumar

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 runtime

Auto Soft commit not working !!!

2013-07-04 Thread Rohit Kumar
My solr config has : autoCommit maxTime15000/maxTime openSearcherfalse/openSearcher /autoCommit !-- softAutoCommit is like autoCommit except it causes a 'soft' commit which only ensures that changes are visible but does not ensure that data is synced

Re: Auto Soft commit not working !!!

2013-07-04 Thread Rohit Kumar
. Given 6gb to Solr running over tomcat. On Fri, Jul 5, 2013 at 12:13 AM, Daniel Collins danwcoll...@gmail.comwrote: You should see the commit messages in the solr logs, do they come up at the expected frequency? On 4 July 2013 15:35, Rohit Kumar rohit.kku...@gmail.com wrote: My solr

Re: Auto Soft commit not working !!!

2013-07-04 Thread Rohit Kumar
Message- From: Rohit Kumar Sent: Thursday, July 04, 2013 9:22 PM To: solr-user@lucene.apache.org Subject: Re: Auto Soft commit not working !!! I checked with the tomcat logs. Although the config says it to commit every 15000ms autoCommit maxTime15000/maxTime openSearcherfalse

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();