[ 
https://issues.apache.org/jira/browse/LUCENE-3602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martijn van Groningen updated LUCENE-3602:
------------------------------------------

    Attachment: LUCENE-3602.patch

Attached new patch.
* Extract collector from JoinUtil and named it TermsCollector.
* TermsCollector uses BytesRefHash.
* Renamed TermSetQuery to TermsQuery.
* TermsQuery uses sorted ByteRes[]
* TermsCollector has two concrete impl. One for single value per field and one 
for multiple values per field.
* Moved the classes for query time joining under the package 
o.a.l.search.join.query
* Added documentation.

The JoinUtil is now just a convience class.

Should we add the existing block joining classes under o.a.l.search.join.index 
or o.a.l.search.join.block?

I think this patch is ready to get committed.
                
> Add join query to Lucene
> ------------------------
>
>                 Key: LUCENE-3602
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3602
>             Project: Lucene - Java
>          Issue Type: New Feature
>          Components: modules/join
>            Reporter: Martijn van Groningen
>             Fix For: 3.6, 4.0
>
>         Attachments: LUCENE-3602.patch, LUCENE-3602.patch, LUCENE-3602.patch, 
> LUCENE-3602.patch, LUCENE-3602.patch
>
>
> Solr has (psuedo) join query for a while now. I think this should also be 
> available in Lucene.  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to