Thanks Alan!

On Fri, Feb 8, 2019 at 5:46 AM <[email protected]> wrote:

> This is an automated email from the ASF dual-hosted git repository.
>
> romseygeek pushed a commit to branch master
> in repository https://gitbox.apache.org/repos/asf/lucene-solr.git
>
>
> The following commit(s) were added to refs/heads/master by this push:
>      new b80df5b  Fix escaping in Solr Reference Guide
> b80df5b is described below
>
> commit b80df5bbc006a9c6aa93b2efb1cb297c8f58596b
> Author: Alan Woodward <[email protected]>
> AuthorDate: Fri Feb 8 13:45:25 2019 +0000
>
>     Fix escaping in Solr Reference Guide
> ---
>  solr/solr-ref-guide/src/language-analysis.adoc | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/solr/solr-ref-guide/src/language-analysis.adoc
> b/solr/solr-ref-guide/src/language-analysis.adoc
> index cca0387..758c7f6 100644
> --- a/solr/solr-ref-guide/src/language-analysis.adoc
> +++ b/solr/solr-ref-guide/src/language-analysis.adoc
> @@ -654,9 +654,9 @@ There are two filters written specifically for dealing
> with Bengali language. Th
>
>  ----
>
> -*Normalisation* - `মানুষ` -> `মানুস`
> +*Normalisation* - `মানুষ` \-> `মানুস`
>
> -*Stemming* - `সমস্ত` -> `সমস্`
> +*Stemming* - `সমস্ত` \-> `সমস্`
>
>
>  === Brazilian Portuguese
>
>

Reply via email to