[jira] Commented: (LUCENE-965) Implement a state-of-the-art retrieval function in Lucene

2009-08-21 Thread Hui Fang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745995#action_12745995 ] Hui Fang commented on LUCENE-965: - Jason, the problem has been fixed. Please try a

[jira] Commented: (LUCENE-965) Implement a state-of-the-art retrieval function in Lucene

2009-08-20 Thread Hui Fang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745608#action_12745608 ] Hui Fang commented on LUCENE-965: - Hello everyone, We have re-implemented the retri

[jira] Commented: (LUCENE-965) Implement a state-of-the-art retrieval function in Lucene

2007-09-22 Thread Hui Fang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12529725 ] Hui Fang commented on LUCENE-965: - Hi Charlie, I am sorry for the late reply. I just saw your message. I am not

[jira] Commented: (LUCENE-965) Implement a state-of-the-art retrieval function in Lucene

2007-07-25 Thread Hui Fang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12515514 ] Hui Fang commented on LUCENE-965: - Hi Grant and Doron, Thank you very much for your comments! They are very useful

[jira] Updated: (LUCENE-965) Implement a state-of-the-art retrieval function in Lucene

2007-07-25 Thread Hui Fang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hui Fang updated LUCENE-965: Attachment: axiomaticFunction.patch > Implement a state-of-the-art retrieval function in Luc

[jira] Created: (LUCENE-965) Implement a state-of-the-art retrieval function in Lucene

2007-07-25 Thread Hui Fang (JIRA)
Components: Search Affects Versions: 2.2 Reporter: Hui Fang We implemented the axiomatic retrieval function, which is a state-of-the-art retrieval function, to replace the default similarity function in Lucene. We compared the performance of these two functions and reported

implementatin of the state-of-art retrieval models for lucene?

2007-02-01 Thread Hui Fang
Dear all, My primary research interest is Information retrieval, with a focus on developing effective and robust retrieval models. I am happy to send my first email to Lucene community. Lucene and nutch are really useful IR systems. But I think that the current retrieval function implemented in