You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "James Dyer (JIRA)" <ji...@apache.org> on 2018/08/09 13:41:00 UTC

[jira] [Commented] (SOLR-12650) Spellcheck Collator does not work with "spellcheck.q"

    [ https://issues.apache.org/jira/browse/SOLR-12650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16574853#comment-16574853 ] 

James Dyer commented on SOLR-12650:
-----------------------------------

The user's test-case was:

 
{noformat}
http://localhost:8983/solr/master_Product_default/select?fq=(catalogId:%22ProductCatalog%22%20AND%20catalogVersion:%22Online%22)&q=((code_string:halogan^100.0))%20OR%20((code_string:balbs^100.0))%20OR%20((code_string:%22halogan%20balbs%22~10.0^100.0)%20OR%20(brand.search_text_mv:%22halogan%20balbs%22~10.0^300.0)%20OR%20(categoryName_text_en_mv:%22halogan%20balbs%22~10.0^700.0)%20OR%20(type.search_text_mv:%22halogan%20balbs%22~10.0^800.0)%20OR%20(name_text_en:%22halogan%20balbs%22~10.0^500.0))&rows=20&spellcheck.dictionary=default&spellcheck.q=halogan%20balbs&spellcheck=true&spellcheck.collate=true&spellcheck.extendedResults=true&spellcheck.collateExtendedResults=true&spellcheck.count=100&spellcheck.maxCollationTries=500
{noformat}

> Spellcheck Collator does not work with "spellcheck.q"
> -----------------------------------------------------
>
>                 Key: SOLR-12650
>                 URL: https://issues.apache.org/jira/browse/SOLR-12650
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: spellchecker
>    Affects Versions: 7.4
>            Reporter: James Dyer
>            Priority: Minor
>
> In many cases, using spellcheck.collate=true and spellcheck.maxCollationTries > 0 with the spellcheck.q parameter results in no collations, even if there should be some. 
>  
> Reported on the user's list 8/8/2018.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org