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

David vandendriessche edited comment on LUCENE-4043 at 1/21/13 4:12 PM:
------------------------------------------------------------------------

Same problem if I use:
IndexSearcher searcher = new IndexSearcher(req.getSearcher().getIndexReader());

I can't override the class since the constructor is private. This is probably 
to only use the static methods.

                
      was (Author: davidvdd):
    Same problem if I use:
IndexSearcher searcher = new IndexSearcher(req.getSearcher().getIndexReader());

                  
> Add scoring support for query time join
> ---------------------------------------
>
>                 Key: LUCENE-4043
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4043
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: modules/join
>            Reporter: Martijn van Groningen
>             Fix For: 4.0-ALPHA
>
>         Attachments: LUCENE-4043.patch, LUCENE-4043.patch, LUCENE-4043.patch, 
> LUCENE-4043.patch
>
>
> Have similar scoring for query time joining just like the index time block 
> join (with the score mode).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to