Project

General

Profile

LuceneNotes » History » Version 2

Andreas Kohlbecker, 09/11/2013 02:35 PM

1 1 Andreas Kohlbecker
2
# Various notes and links on Lucene
3
4
5
{{>toc}}
6
7
8
9
10
### Joins in Lucene
11
12
13 2 Andreas Kohlbecker
14
#### joins using BlockJoinQuery
15
16 1 Andreas Kohlbecker
* possible since v3.4.0
17
18
19
see 
20
21
* http://blog.mikemccandless.com/2012/01/searching-relational-content-with.html
22 2 Andreas Kohlbecker
23
24
==== joins using the JoinUtil ===
25
26
27
is slower than BlockJoinQuery but seems more flexible and does not require special indexing
28
29
30
* https://issues.apache.org/jira/browse/LUCENE-3602