[
https://issues.apache.org/jira/browse/LUCENE-1690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13638071#comment-13638071
]
Richard Marr commented on LUCENE-1690:
--------------------------------------
[~erickerickson] as far as I know this is still an issue. I'm not aware of any
change, although I haven't re-run the benchmark recently. If I get around to
re-running the benchmark I'll post the results
> Morelikethis queries are very slow compared to other search types
> -----------------------------------------------------------------
>
> Key: LUCENE-1690
> URL: https://issues.apache.org/jira/browse/LUCENE-1690
> Project: Lucene - Core
> Issue Type: Improvement
> Components: modules/other
> Affects Versions: 2.4.1
> Reporter: Richard Marr
> Priority: Minor
> Attachments: LruCache.patch, LUCENE-1690.patch, LUCENE-1690.patch
>
> Original Estimate: 2h
> Remaining Estimate: 2h
>
> The MoreLikeThis object performs term frequency lookups for every query.
> From my testing that's what seems to take up the majority of time for
> MoreLikeThis searches.
> For some (I'd venture many) applications it's not necessary for term
> statistics to be looked up every time. A fairly naive opt-in caching
> mechanism tied to the life of the MoreLikeThis object would allow
> applications to cache term statistics for the duration that suits them.
> I've got this working in my test code. I'll put together a patch file when I
> get a minute. From my testing this can improve performance by a factor of
> around 10.
--
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: [email protected]
For additional commands, e-mail: [email protected]