You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Erik Hatcher (JIRA)" <ji...@apache.org> on 2015/09/22 14:48:04 UTC

[jira] [Comment Edited] (SOLR-8078) Data driven solrconfig spellchecker refers to a non-existent field

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

Erik Hatcher edited comment on SOLR-8078 at 9/22/15 12:47 PM:
--------------------------------------------------------------

I look forward to the day that we have the APIs complete enough to be able to have a minimal Solr starting "config" (it'd really be without config) and be able to script up to the data driven, tech products, example/files, example/films, etc.  I think that's the ideal goal here.

But pragmatically, I think switching to {{\_text\_}} for data driven spell checking is a reasonable fix to allow data driven to work out of the box with spell checking.


was (Author: ehatcher):
I look forward to the day that we have the APIs complete enough to be able to have a minimal Solr starting "config" (it'd really be without config) and be able to script up to the data driven, tech products, example/files, example/films, etc.  I think that's the ideal goal here.

But pragmatically, I think switching to `_text_` for data driven spell checking is a reasonable fix to allow data driven to work out of the box with spell checking.

> Data driven solrconfig spellchecker refers to a non-existent field
> ------------------------------------------------------------------
>
>                 Key: SOLR-8078
>                 URL: https://issues.apache.org/jira/browse/SOLR-8078
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Varun Thacker
>
> In the data driven solrconfig.xml file, the "default" spellchecker refers to a field called "text" which doesn't exist in the schema.
> Even the "wordbreak" spellchecker refers to a field called "name" which does not exist. 
> So when you run this query {{http://localhost:8983/solr/gettingstarted/spell?q=*}} Solr will throw an error. 
> I guess the field name should be {{\_text\_}} ?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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