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

2012-02-23 Thread T Vinod Gupta
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 On Thu, Feb 23, 2012 at 1:35 AM, T Vinod Gupta tvi...@readypulse.comwrote: Bing

Re: correct usage of StreamingUpdateSolrServer?

2012-02-10 Thread T Vinod Gupta
erickerick...@gmail.comwrote: 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 commit at the very end of the run. Best Erick On Thu, Feb 9, 2012 at 4:00 PM, T Vinod

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

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

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 solr installation