[ 
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:46 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.

I've used an output to see the hashcode and it stays the same. Can I change 
this behaviour somehow?

                
      was (Author: davidvdd):
    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.

True the I've used an output to see the hashcode and it stays the same. Can I 
change this behaviour somehow?

                  
> 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