[ 
https://issues.apache.org/jira/browse/LUCENE-6352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14393544#comment-14393544
 ] 

ASF subversion and git services commented on LUCENE-6352:
---------------------------------------------------------

Commit 1670990 from [~martijn.v.groningen] in branch 'dev/trunk'
[ https://svn.apache.org/r1670990 ]

LUCENE-6352: Added a new query time join to the join module that uses global 
ordinals, which is faster for subsequent joins between reopens.

> Add global ordinal based query time join 
> -----------------------------------------
>
>                 Key: LUCENE-6352
>                 URL: https://issues.apache.org/jira/browse/LUCENE-6352
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Martijn van Groningen
>         Attachments: LUCENE-6352.patch, LUCENE-6352.patch, LUCENE-6352.patch, 
> LUCENE-6352.patch, LUCENE-6352.patch, LUCENE-6352.patch, LUCENE-6352.patch
>
>
> Global ordinal based query time join as an alternative to the current query 
> time join. The implementation is faster for subsequent joins between reopens, 
> but requires an OrdinalMap to be built.
> This join has certain restrictions and requirements:
> * A document can only refer to on other document. (but can be referred by one 
> or more documents)
> * A type field must exist on all documents and each document must be 
> categorized to a type. This is to distingues between the "from" and "to" side.
> * There must be a single sorted doc values field use by both the "from" and 
> "to" documents. By encoding join into a single doc values field it is trival 
> to build an ordinals map from it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to