SolrDocumentList - bitwise operation

2013-10-13 Thread Michael Tyler
Hello, I have 2 different solr indexes returning 2 different sets of SolrDocumentList. Doc Id is the foreign key relation. After obtaining them, I want to perform "AND" operation between them and then return results to user. Can you tell me how do I get this? I am using solr 4.3 SolrDocumen

Re: SolrDocumentList - bitwise operation

2013-10-14 Thread Michael Tyler
mance. Regards Michael On Sun, Oct 13, 2013 at 8:54 PM, Shawn Heisey wrote: > On 10/13/2013 8:34 AM, Michael Tyler wrote: > > Hello, > > > > I have 2 different solr indexes returning 2 different sets of > > SolrDocumentList. Doc Id is the foreign key relation. > &g

Solr DocValues - String

2013-10-14 Thread Michael Tyler
Hi All, I wanted to learn more about docValues. I did a fair google search but I didn't understand on the point that how do I use docvalues as column fields. How can we use this as column stride fields? Right now, we are having fewer data in hbase, we are thinking to move it to solr itself if

Re: SolrDocumentList - bitwise operation

2013-10-17 Thread Michael Tyler
all or > pursuing bitsets is a red herring. > > You might be substantially faster by sorting the > results and then doing a skip-list sort of thing. > > FWIW, > Erick > > > On Mon, Oct 14, 2013 at 1:47 PM, Michael Tyler > wrote: > > > Hi Shawn, > > > >