Re: [PR] SOLR-12089: FileBasedSpellChecker docs have some missing params [solr]

2024-03-22 Thread via GitHub
AndreyBozhko commented on PR #2356: URL: https://github.com/apache/solr/pull/2356#issuecomment-2015325094 Sure @epugh - here's the PR: https://github.com/apache/solr/pull/2365 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [PR] SOLR-12089: FileBasedSpellChecker docs have some missing params [solr]

2024-03-22 Thread via GitHub
epugh commented on PR #2356: URL: https://github.com/apache/solr/pull/2356#issuecomment-2014943816 This is really great @AndreyBozhko. Would you be interested in doing the follow up PR to remove the deprecated code from 10x? And add an entry into the major changes for 10x release notes?

Re: [PR] SOLR-12089: FileBasedSpellChecker docs have some missing params [solr]

2024-03-22 Thread via GitHub
epugh merged PR #2356: URL: https://github.com/apache/solr/pull/2356 -- 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...@solr.apache.org

Re: [PR] SOLR-12089: FileBasedSpellChecker docs have some missing params [solr]

2024-03-22 Thread via GitHub
epugh commented on PR #2356: URL: https://github.com/apache/solr/pull/2356#issuecomment-2014932225 > Thanks for this. I'm actually a little surprised we don't have a well defined approach for sharing deprecation messages in logs.. I poked about and yeah, some things have helpers, but

Re: [PR] SOLR-12089: FileBasedSpellChecker docs have some missing params [solr]

2024-03-21 Thread via GitHub
epugh commented on PR #2356: URL: https://github.com/apache/solr/pull/2356#issuecomment-2012293378 Thanks for this. I'm actually a little surprised we don't have a well defined approach for sharing deprecation messages in logs.. -- This is an automated message from the Apache Git Ser

Re: [PR] SOLR-12089: FileBasedSpellChecker docs have some missing params [solr]

2024-03-20 Thread via GitHub
AndreyBozhko commented on code in PR #2356: URL: https://github.com/apache/solr/pull/2356#discussion_r1533183040 ## solr/core/src/java/org/apache/solr/spelling/WordBreakSolrSpellChecker.java: ## @@ -62,15 +62,15 @@ public class WordBreakSolrSpellChecker extends SolrSpellChecker

Re: [PR] SOLR-12089: FileBasedSpellChecker docs have some missing params [solr]

2024-03-20 Thread via GitHub
epugh commented on code in PR #2356: URL: https://github.com/apache/solr/pull/2356#discussion_r1532281318 ## solr/core/src/java/org/apache/solr/spelling/WordBreakSolrSpellChecker.java: ## @@ -62,15 +62,15 @@ public class WordBreakSolrSpellChecker extends SolrSpellChecker { p

Re: [PR] SOLR-12089: FileBasedSpellChecker docs have some missing params [solr]

2024-03-20 Thread via GitHub
cpoerschke commented on code in PR #2356: URL: https://github.com/apache/solr/pull/2356#discussion_r1531943470 ## solr/core/src/java/org/apache/solr/spelling/WordBreakSolrSpellChecker.java: ## @@ -62,15 +62,15 @@ public class WordBreakSolrSpellChecker extends SolrSpellChecker {

Re: [PR] SOLR-12089: FileBasedSpellChecker docs have some missing params [solr]

2024-03-19 Thread via GitHub
AndreyBozhko commented on PR #2356: URL: https://github.com/apache/solr/pull/2356#issuecomment-2007853365 Thanks for the review @epugh, please feel free to merge this -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] SOLR-12089: FileBasedSpellChecker docs have some missing params [solr]

2024-03-19 Thread via GitHub
epugh commented on code in PR #2356: URL: https://github.com/apache/solr/pull/2356#discussion_r1530850952 ## solr/core/src/java/org/apache/solr/spelling/AbstractLuceneSpellChecker.java: ## @@ -81,7 +81,6 @@ public abstract class AbstractLuceneSpellChecker extends SolrSpellCheck

Re: [PR] SOLR-12089: FileBasedSpellChecker docs have some missing params [solr]

2024-03-19 Thread via GitHub
AndreyBozhko commented on code in PR #2356: URL: https://github.com/apache/solr/pull/2356#discussion_r1530738178 ## solr/solr-ref-guide/modules/query-guide/pages/spell-checking.adoc: ## @@ -530,4 +597,4 @@ For example: http://localhost:8983/solr/techproducts/spell?spellcheck=t

Re: [PR] SOLR-12089: FileBasedSpellChecker docs have some missing params [solr]

2024-03-19 Thread via GitHub
AndreyBozhko commented on code in PR #2356: URL: https://github.com/apache/solr/pull/2356#discussion_r1530737343 ## solr/core/src/java/org/apache/solr/spelling/AbstractLuceneSpellChecker.java: ## @@ -81,7 +81,6 @@ public abstract class AbstractLuceneSpellChecker extends SolrSpe

Re: [PR] SOLR-12089: FileBasedSpellChecker docs have some missing params [solr]

2024-03-19 Thread via GitHub
epugh commented on PR #2356: URL: https://github.com/apache/solr/pull/2356#issuecomment-2007595741 Tests pass!, let me know if you are ready for this to be merged! -- 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] SOLR-12089: FileBasedSpellChecker docs have some missing params [solr]

2024-03-19 Thread via GitHub
epugh commented on code in PR #2356: URL: https://github.com/apache/solr/pull/2356#discussion_r1530600667 ## solr/solr-ref-guide/modules/query-guide/pages/spell-checking.adoc: ## @@ -530,4 +597,4 @@ For example: http://localhost:8983/solr/techproducts/spell?spellcheck=true&spe

Re: [PR] SOLR-12089: FileBasedSpellChecker docs have some missing params [solr]

2024-03-19 Thread via GitHub
epugh commented on code in PR #2356: URL: https://github.com/apache/solr/pull/2356#discussion_r1530599052 ## solr/core/src/java/org/apache/solr/spelling/AbstractLuceneSpellChecker.java: ## @@ -81,7 +81,6 @@ public abstract class AbstractLuceneSpellChecker extends SolrSpellCheck

Re: [PR] SOLR-12089: FileBasedSpellChecker docs have some missing params [solr]

2024-03-19 Thread via GitHub
AndreyBozhko commented on code in PR #2356: URL: https://github.com/apache/solr/pull/2356#discussion_r1530571928 ## solr/solr-ref-guide/modules/query-guide/pages/spell-checking.adoc: ## @@ -530,4 +597,4 @@ For example: http://localhost:8983/solr/techproducts/spell?spellcheck=t

Re: [PR] SOLR-12089: FileBasedSpellChecker docs have some missing params [solr]

2024-03-19 Thread via GitHub
AndreyBozhko commented on code in PR #2356: URL: https://github.com/apache/solr/pull/2356#discussion_r1530571928 ## solr/solr-ref-guide/modules/query-guide/pages/spell-checking.adoc: ## @@ -530,4 +597,4 @@ For example: http://localhost:8983/solr/techproducts/spell?spellcheck=t

Re: [PR] SOLR-12089: FileBasedSpellChecker docs have some missing params [solr]

2024-03-19 Thread via GitHub
epugh commented on PR #2356: URL: https://github.com/apache/solr/pull/2356#issuecomment-2007367282 I'd love to review a PR that rationalizes the string/floats..We would probably need to make the string version deprecated in 9x with a warning, and then require just the float in 10x...

Re: [PR] SOLR-12089: FileBasedSpellChecker docs have some missing params [solr]

2024-03-19 Thread via GitHub
epugh commented on code in PR #2356: URL: https://github.com/apache/solr/pull/2356#discussion_r1530500951 ## solr/solr-ref-guide/modules/query-guide/pages/spell-checking.adoc: ## @@ -25,26 +25,34 @@ The basis for these suggestions can be terms in a field in Solr, externally cre

Re: [PR] SOLR-12089: FileBasedSpellChecker docs have some missing params [solr]

2024-03-19 Thread via GitHub
AndreyBozhko commented on code in PR #2356: URL: https://github.com/apache/solr/pull/2356#discussion_r1530503936 ## solr/core/src/java/org/apache/solr/spelling/AbstractLuceneSpellChecker.java: ## @@ -81,7 +81,6 @@ public abstract class AbstractLuceneSpellChecker extends SolrSpe

[PR] SOLR-12089: FileBasedSpellChecker docs have some missing params [solr]

2024-03-19 Thread via GitHub
AndreyBozhko opened a new pull request, #2356: URL: https://github.com/apache/solr/pull/2356 https://issues.apache.org/jira/browse/SOLR-12089 # Description Updated the Ref Guide about Spell Checking. Also, I noticed some inconsistencies with how different spel