Re: [PR] Make FSTCompiler.compile() to only return the FSTMetadata [lucene]

2024-02-07 Thread via GitHub
mikemccand commented on PR #12831: URL: https://github.com/apache/lucene/pull/12831#issuecomment-1932617133 > Thank you for merging @mikemccand ! Thank you! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] Make FSTCompiler.compile() to only return the FSTMetadata [lucene]

2024-02-05 Thread via GitHub
dungba88 commented on PR #12831: URL: https://github.com/apache/lucene/pull/12831#issuecomment-1928655191 Thank you for merging @mikemccand ! -- 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 s

Re: [PR] Make FSTCompiler.compile() to only return the FSTMetadata [lucene]

2024-02-05 Thread via GitHub
mikemccand merged PR #12831: URL: https://github.com/apache/lucene/pull/12831 -- 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] Make FSTCompiler.compile() to only return the FSTMetadata [lucene]

2024-02-05 Thread via GitHub
mikemccand commented on PR #12831: URL: https://github.com/apache/lucene/pull/12831#issuecomment-1927303409 This is technically an API break, but `FSTCompiler` is an experimental API and effectively an internal Lucene datastructure, so I think we can safely backport to 9.x without deprecati

Re: [PR] Make FSTCompiler.compile() to only return the FSTMetadata [lucene]

2024-01-29 Thread via GitHub
github-actions[bot] commented on PR #12831: URL: https://github.com/apache/lucene/pull/12831#issuecomment-1915807375 This PR has not had activity in the past 2 weeks, labeling it as stale. If the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you for your contributi

Re: [PR] Make FSTCompiler.compile() to only return the FSTMetadata [lucene]

2024-01-14 Thread via GitHub
dungba88 commented on PR #12831: URL: https://github.com/apache/lucene/pull/12831#issuecomment-1891168778 Thanks bot and @mikemccand, apparently I forgot about this PR! I'll make another revision. The rebase after conflict seems to break the build. -- This is an automated message f

Re: [PR] Make FSTCompiler.compile() to only return the FSTMetadata [lucene]

2024-01-12 Thread via GitHub
mikemccand commented on PR #12831: URL: https://github.com/apache/lucene/pull/12831#issuecomment-1889722033 Thank you stale bot! @dungba88 -- what is the status of this change? I think it makes sense to have two FST compile+consume paths -- one on heap, that you can (efficientl

Re: [PR] Make FSTCompiler.compile() to only return the FSTMetadata [lucene]

2024-01-10 Thread via GitHub
github-actions[bot] commented on PR #12831: URL: https://github.com/apache/lucene/pull/12831#issuecomment-1885965745 This PR has not had activity in the past 2 weeks, labeling it as stale. If the PR is waiting for review, notify the d...@lucene.apache.org list. Thank you for your contributi

Re: [PR] Make FSTCompiler.compile() to only return the FSTMetadata [lucene]

2023-12-20 Thread via GitHub
dungba88 commented on code in PR #12831: URL: https://github.com/apache/lucene/pull/12831#discussion_r1421299753 ## lucene/analysis/common/src/java/org/apache/lucene/analysis/charfilter/NormalizeCharMap.java: ## @@ -111,7 +111,7 @@ public NormalizeCharMap build() { for

Re: [PR] Make FSTCompiler.compile() to only return the FSTMetadata [lucene]

2023-12-10 Thread via GitHub
dungba88 commented on PR #12831: URL: https://github.com/apache/lucene/pull/12831#issuecomment-184998 One of the point I'm unsure about this PR is that there is now 2 (obscured) ways to construct the FST, one using the DataInput+FSTStore and one using FSTReader returned by the on-heap D

Re: [PR] Make FSTCompiler.compile() to only return the FSTMetadata [lucene]

2023-12-08 Thread via GitHub
dungba88 commented on code in PR #12831: URL: https://github.com/apache/lucene/pull/12831#discussion_r1420866991 ## lucene/core/src/java/org/apache/lucene/util/fst/FST.java: ## @@ -503,9 +518,7 @@ public FSTMetadata getMetadata() { } /** - * Save the FST to DataOutput.

Re: [PR] Make FSTCompiler.compile() to only return the FSTMetadata [lucene]

2023-12-05 Thread via GitHub
dungba88 commented on PR #12831: URL: https://github.com/apache/lucene/pull/12831#issuecomment-1840269923 I'll put the CHANGES.txt for #12624 together with this -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a