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