You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ro...@apache.org on 2019/02/08 13:46:41 UTC

[lucene-solr] branch master updated: Fix escaping in Solr Reference Guide

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 <ro...@apache.org>
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


Re: [lucene-solr] branch master updated: Fix escaping in Solr Reference Guide

Posted by Tomás Fernández Löbbe <to...@gmail.com>.
Thanks Alan!

On Fri, Feb 8, 2019 at 5:46 AM <ro...@apache.org> 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 <ro...@apache.org>
> 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
>
>