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

Cassandra Targett commented on SOLR-11835:
------------------------------------------

I changed the example to:

{code}
<analyzer>
  <tokenizer class="solr.StandardTokenizerFactory"/>
  <filter class="solr.StopFilterFactory" 
words="org/apache/lucene/analysis/uk/stopwords.txt"/>
  <filter class="solr.LowerCaseFilterFactory"/>
  <filter class="solr.MorfologikFilterFactory" 
dictionary="org/apache/lucene/analysis/uk/ukrainian.dict"/>
</analyzer>
{code}

And then removed the next paragraph which explained why LowerCaseFilterFactory 
was placed after MorfologikFilterFactory. The paragraph after that remains the 
same.

> Adjust instructions for Ukrainian on LanguageAnalysis page
> ----------------------------------------------------------
>
>                 Key: SOLR-11835
>                 URL: https://issues.apache.org/jira/browse/SOLR-11835
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: documentation
>            Reporter: Andriy Rysin
>            Assignee: Cassandra Targett
>            Priority: Major
>             Fix For: 7.3
>
>
> Since Lucene 6.6 the dictionary for Ukrainian analyzer contains all proper 
> names in lowercase, this seems to be much better way to have it for searching.
> Can we please move LowerCaseFilterFactory back before MorfologikFilterFactory 
> at 
> https://lucene.apache.org/solr/guide/6_6/language-analysis.html#LanguageAnalysis-Ukrainian?



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to