asfimport
asfimport
Karl Wettin ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-626?focusedCommentId=12477674&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-12477674)) Patch depends on #1628.
Nicolas Lalevée ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-626?focusedCommentId=12477685&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-12477685)) This feature looks interesting, but why should it depend on #1628 ?
Karl Wettin ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-626?focusedCommentId=12477688&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-12477688)) Nicolas Lalevée [03/Mar/07 01:04 PM] > This feature looks interesting, but why should it depend on #1628 ? It use the Index (notification, unison index...
Karl Wettin ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-626?focusedCommentId=12520421&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-12520421)) As the phrase-suggestion layer on top of contrib/spell in this patch was noted in a bunch of forums the last weeks, I've removed the 550-dependency...
Karl Wettin ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-626?focusedCommentId=12520435&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-12520435)) RAMDirectory vs. InstantiatedIndex as apriori index: the latter is 5 to 25 times faster (leave first out). RAMDirectory: 72ms the pilates -> the pirates 440ms...
Karl Wettin ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-626?focusedCommentId=12535314&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-12535314)) New in this patch: - Dictionary persistence using BDB/je/3.2.44 - Lots of refactoring to make the code easier to follow Next patch will probably focus...
Karl Wettin ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-626?focusedCommentId=12537124&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-12537124)) In this patch: - Updated package javadoc - Simplified consumer interface with persistent session management : ```java SuggestionFacade facade = new SuggestionFacade(new File("data")); facade.getDictionary().getPrioritesBySecondLevelSuggester().putAll(facade.secondLevelSuggestionFactory()); ......
Karl Wettin ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-626?focusedCommentId=12590189&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-12590189)) If anyone have some rather large query logs with session id, time stamp and preferably click through data that I can test on this, that...
Mikkel Kamstrup Erlandsen ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-626?focusedCommentId=12803666&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-12803666)) FYI: I started working on updating on Karl's patch. The code is not yet in a compilable state, but can be found on GitHub:...
Mikkel Kamstrup Erlandsen ([migrated from JIRA](https://issues.apache.org/jira/browse/LUCENE-626?focusedCommentId=12804554&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-12804554)) `@K`arl: The test sources refer a file http://ginandtonique.org/\~kalle/LUCENE-626/queries_grouped.txt.gz which is not online anymore, is this resource still available somewhere?