Re: No Suggestions from SpellCheck when _text_ field tokenizer set to solr.NGramTokenizerFactory

2018-02-05 Thread Alessandro Benedetti
How is this field type defined : textSpell ?
Can you detail what it is not working as expected ?

Thanks



-
---
Alessandro Benedetti
Search Consultant, R Software Engineer, Director
Sease Ltd. - www.sease.io
--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html


Re: No Suggestions from SpellCheck when _text_ field tokenizer set to solr.NGramTokenizerFactory

2018-02-05 Thread Anupam Bhattacharya
Following is the configuration related to Spell check in the
Solr-config.xml file.


  textSpell
  
  title_txt_spellcheck_ja
  title_txt_spellcheck_ja
  true
  true
  ./spellchecker_en
  
  
  title_txt_spellcheck_en
  title_txt_spellcheck_en
  true
  true
  ./spellchecker_de
  
  
  


  

  
  default
  on
  true
  10
  5
  5
  true
  true
  10
  5


  spellcheck

  

Regards,
Anupam

On Mon, Feb 5, 2018 at 5:45 PM, Alessandro Benedetti 
wrote:

> Hi, how is your spellcheck dictionary :
> "spellcheck.dictionary=title_txt_spellcheck_ja" defined in the
> solrconfig.xml?
>
> Regards
>
>
>
> -
> ---
> Alessandro Benedetti
> Search Consultant, R Software Engineer, Director
> Sease Ltd. - www.sease.io
> --
> Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html
>



-- 
Thanks & Regards
Anupam Bhattacharya


Re: No Suggestions from SpellCheck when _text_ field tokenizer set to solr.NGramTokenizerFactory

2018-02-05 Thread Alessandro Benedetti
Hi, how is your spellcheck dictionary :
"spellcheck.dictionary=title_txt_spellcheck_ja" defined in the
solrconfig.xml?

Regards



-
---
Alessandro Benedetti
Search Consultant, R Software Engineer, Director
Sease Ltd. - www.sease.io
--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html


Re: No Suggestions from SpellCheck when _text_ field tokenizer set to solr.NGramTokenizerFactory

2018-02-04 Thread Anupam Bhattacharya
Pls. help to understand the root cause of this behavior.

Even though text_spellcheck fieldType is using solr.StandardTokenizerFactory
& doesnt have any relation with text_general field which is using
solr.NGramTokenizerFactory
tokenizer why the Solr Spell check services is not working as expected.

Regards,
Anupam

On Fri, Feb 2, 2018 at 1:04 PM, Anupam Bhattacharya 
wrote:

> I have configured Solr Managed-schema as following
>
> Below configuration is for Full Text Search:
>
>  positionIncrementGap="100">
> 
>   
>maxGramSize="10"/>
>ignoreCase="true"/>
>   
> 
> 
>   
>maxGramSize="10"/>
>ignoreCase="true"/>
>ignoreCase="true" synonyms="synonyms.txt"/>
>   
> 
>   
>
> Following is the configuration for Spell check type of field.
>
>  positionIncrementGap="100">
> 
>   
>   
>ignoreCase="true"/>
>   
> 
>   
>
> Below is the field on which I do spell check
>
>  omitNorms="true" indexed="true" stored="true"/>
>
> Below is the full text field
>  stored="false"/>
>
> I copy text from another field for suggestions.
>
> 
>
> /spell?fl=id,title_txt_spellcheck_ja=json=
> edismax=te=on=10=true&
> spellcheck.dictionary=title_txt_spellcheck_ja
> collateExtendedResults=true=3
>
> All the configurations were working fine till i changed
>   to
>  maxGramSize="10"/>
> in text_general field type.
>
> Any clues ?
>
> Regards
> Anupam Bhattacharya
>
>


-- 
Thanks & Regards
Anupam Bhattacharya