Re: [PR] hunspell: allow in-memory entry sorting for faster dictionary loading [lucene]

2023-11-23 Thread via GitHub
donnerpeter merged PR #12834: URL: https://github.com/apache/lucene/pull/12834 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene

Re: [PR] hunspell: allow in-memory entry sorting for faster dictionary loading [lucene]

2023-11-22 Thread via GitHub
dweiss commented on code in PR #12834: URL: https://github.com/apache/lucene/pull/12834#discussion_r1402712071 ## lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/SortingStrategy.java: ## @@ -0,0 +1,180 @@ +/* + * Licensed to the Apache Software Foundation (AS

Re: [PR] hunspell: allow in-memory entry sorting for faster dictionary loading [lucene]

2023-11-22 Thread via GitHub
dweiss commented on code in PR #12834: URL: https://github.com/apache/lucene/pull/12834#discussion_r1402711522 ## lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/SortingStrategy.java: ## @@ -0,0 +1,180 @@ +/* + * Licensed to the Apache Software Foundation (AS

Re: [PR] hunspell: allow in-memory entry sorting for faster dictionary loading [lucene]

2023-11-22 Thread via GitHub
donnerpeter commented on code in PR #12834: URL: https://github.com/apache/lucene/pull/12834#discussion_r1402703007 ## lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/SortingStrategy.java: ## @@ -0,0 +1,180 @@ +/* + * Licensed to the Apache Software Foundatio

Re: [PR] hunspell: allow in-memory entry sorting for faster dictionary loading [lucene]

2023-11-22 Thread via GitHub
dweiss commented on code in PR #12834: URL: https://github.com/apache/lucene/pull/12834#discussion_r1402449022 ## lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/SortingStrategy.java: ## @@ -0,0 +1,180 @@ +/* + * Licensed to the Apache Software Foundation (AS

Re: [PR] hunspell: allow in-memory entry sorting for faster dictionary loading [lucene]

2023-11-22 Thread via GitHub
donnerpeter commented on code in PR #12834: URL: https://github.com/apache/lucene/pull/12834#discussion_r1401913469 ## lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/SortingStrategy.java: ## @@ -0,0 +1,180 @@ +/* + * Licensed to the Apache Software Foundatio

[PR] hunspell: allow in-memory entry sorting for faster dictionary loading [lucene]

2023-11-22 Thread via GitHub
donnerpeter opened a new pull request, #12834: URL: https://github.com/apache/lucene/pull/12834 ### Description -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.