Re: DocsEnum and TermsEnum "reuse" in lucene join library?

2014-12-06 Thread Michael McCandless
Mike McCandless http://blog.mikemccandless.com On Fri, Dec 5, 2014 at 8:14 PM, Darin Amos wrote: > Hi All, > > I have been working on a custom query and I am going off of samples in the > lucene join library (4.3.0) and I am a little unclear about a couple lines. > > 1) When

DocsEnum and TermsEnum "reuse" in lucene join library?

2014-12-05 Thread Darin Amos
Hi All, I have been working on a custom query and I am going off of samples in the lucene join library (4.3.0) and I am a little unclear about a couple lines. 1) When getting a TermsEnum in TermsIncludingScoreQuery.createWeight(…).scorer()… A previous TermsEnum is used like the following

Re: Lucene Join

2014-01-30 Thread Michael McCandless
Look in lucene's join module? Mike McCandless http://blog.mikemccandless.com On Thu, Jan 30, 2014 at 4:15 AM, anand chandak wrote: > Hi, > > > I am trying to find whether the lucene joins (not solr join) if they are > using any filter cache. The API that lucene uses is for joining > joinutil.c

Lucene Join

2014-01-30 Thread anand chandak
Hi, I am trying to find whether the lucene joins (not solr join) if they are using any filter cache. The API that lucene uses is for joining joinutil.createjoinquery(), where can I find the source code for this API. Thanks in advance Thanks, Anand