Re: Solr & HBase - Re: How is Data Indexed in HBase?

2012-02-23 Thread T Vinod Gupta
I attempt to use HBase. > > But I don't know how HBase support high performance when it needs to keep > consistency in a large scale distributed system. > > Now both of them are used in my system. > > I will check out ElasticSearch. > > Best regards, > Bing > > &

Re: correct usage of StreamingUpdateSolrServer?

2012-02-10 Thread T Vinod Gupta
.commit(); thanks On Fri, Feb 10, 2012 at 7:41 AM, Erick Erickson wrote: > Can you post the code? SUSS should essentially be a drop-in > replacement for CHSS. > > It's not advisable to commit after every add, it's usually better > to use commitWithin, and perhaps commi

correct usage of StreamingUpdateSolrServer?

2012-02-09 Thread T Vinod Gupta
Hi, I wrote a hello world program to add documents to solr server. When I use CommonsHttpSolrServer, the program exits but when I use StreamingUpdateSolrServer, the program never exits. And I couldn't find a way to close it? Are there any best practices here? Do I have to do anything differently at

linking documents in solr

2012-02-08 Thread T Vinod Gupta
hi, I have a question around documents linking in solr and want to know if its possible. lets say i have a set of blogs and their authors that i want to index seperately. is it possible to link a document describing a blog to another document describing an author? if yes, can i search for blogs wit

can solr server be pointed to lucene index?

2012-01-29 Thread T Vinod Gupta
hi, i am really new to solr/lucene and doing some experiments.. i have a question - if i create an index using lucene, can i use solr to query against that index? if yes, how do i setup solr? i already have a lucene index. i just copied over the index dir as /examples/solr/data. But that is not ma