You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by br...@apache.org on 2013/08/02 10:01:18 UTC

svn commit: r1509578 - in /jspwiki/trunk/jspwiki-war/src/main/config/wikipages: de/ en/ es/ fr/ it/ nl/ pt_BR/ zh_CN/

Author: brushed
Date: Fri Aug  2 08:01:17 2013
New Revision: 1509578

URL: http://svn.apache.org/r1509578
Log:
Fixing Lucene help page URL in the SearchPageHelp.txt

Modified:
    jspwiki/trunk/jspwiki-war/src/main/config/wikipages/de/SearchPageHelp.txt
    jspwiki/trunk/jspwiki-war/src/main/config/wikipages/en/SearchPageHelp.txt
    jspwiki/trunk/jspwiki-war/src/main/config/wikipages/es/SearchPageHelp.txt
    jspwiki/trunk/jspwiki-war/src/main/config/wikipages/fr/SearchPageHelp.txt
    jspwiki/trunk/jspwiki-war/src/main/config/wikipages/it/SearchPageHelp.txt
    jspwiki/trunk/jspwiki-war/src/main/config/wikipages/nl/SearchPageHelp.txt
    jspwiki/trunk/jspwiki-war/src/main/config/wikipages/pt_BR/SearchPageHelp.txt
    jspwiki/trunk/jspwiki-war/src/main/config/wikipages/zh_CN/SearchPageHelp.txt

Modified: jspwiki/trunk/jspwiki-war/src/main/config/wikipages/de/SearchPageHelp.txt
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/wikipages/de/SearchPageHelp.txt?rev=1509578&r1=1509577&r2=1509578&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/config/wikipages/de/SearchPageHelp.txt (original)
+++ jspwiki/trunk/jspwiki-war/src/main/config/wikipages/de/SearchPageHelp.txt Fri Aug  2 08:01:17 2013
@@ -14,7 +14,7 @@ Die Groß-/Kleinschreibung wird niemal
 
 !!Anfragesyntaxtabelle
 
-Details gibt es unter %%slimbox [Apache Lucene - Query Parser Syntax|http://lucene.apache.org/java/docs/queryparsersyntax.html]%%.
+Details gibt es unter %%slimbox [Apache Lucene - Query Parser Syntax|http://www.lucenetutorial.com/lucene-query-syntax.html]%%.
 
 || term  | ein einfaches Wort finden | {{hello}}
 || "..." | eine Folge von Wörtern finden | {{"hello dolly"}}

Modified: jspwiki/trunk/jspwiki-war/src/main/config/wikipages/en/SearchPageHelp.txt
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/wikipages/en/SearchPageHelp.txt?rev=1509578&r1=1509577&r2=1509578&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/config/wikipages/en/SearchPageHelp.txt (original)
+++ jspwiki/trunk/jspwiki-war/src/main/config/wikipages/en/SearchPageHelp.txt Fri Aug  2 08:01:17 2013
@@ -1,4 +1,4 @@
-This page gives a quick overview of the search engine query syntax.  
+This page gives a quick overview of the search engine query syntax.
 This page is called [Search Page Help].
 
 Use '+' to require a word, '-' to forbid a word.  For example:
@@ -16,7 +16,7 @@ forbidden and required keywords, it is n
 
 !! Query syntax table
 
-For more info look at %%slimbox [Lucene's query syntax|http://lucene.apache.org/java/docs/queryparsersyntax.html]/%.
+For more info look at %%slimbox [Lucene's query syntax|http://www.lucenetutorial.com/lucene-query-syntax.html]/%.
 
 || term  | find a single Term is easy   | {{hello}}
 || "..." | find a group of words | {{"hello dolly"}}

Modified: jspwiki/trunk/jspwiki-war/src/main/config/wikipages/es/SearchPageHelp.txt
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/wikipages/es/SearchPageHelp.txt?rev=1509578&r1=1509577&r2=1509578&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/config/wikipages/es/SearchPageHelp.txt (original)
+++ jspwiki/trunk/jspwiki-war/src/main/config/wikipages/es/SearchPageHelp.txt Fri Aug  2 08:01:17 2013
@@ -11,12 +11,12 @@ encontrará todas las páginas que inclu
 la palabra "emacs".  Además, las páginas que contengan la palabra "jsp" serán mostradas
 antes que las páginas que no la tengan.
 
-Las búsquedas no son sensibles a mayúsculas/minúsculas.  Si una página incluye palabras requeridas 
+Las búsquedas no son sensibles a mayúsculas/minúsculas.  Si una página incluye palabras requeridas
 y prohibidas, no es mostrada.
 
 !! Tabla con la sintaxis de consulta
 
-Para más información echa un ojo a la %%slimbox [sintaxis de consulta de Lucene|http://lucene.apache.org/java/docs/queryparsersyntax.html]/%.
+Para más información echa un ojo a la %%slimbox [sintaxis de consulta de Lucene|http://www.lucenetutorial.com/lucene-query-syntax.html]/%.
 
 || término  | encontrar un término es fácil   | {{hola}}
 || "..." | encuentra un grupo de palabras | {{"hola fondo norte"}}

Modified: jspwiki/trunk/jspwiki-war/src/main/config/wikipages/fr/SearchPageHelp.txt
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/wikipages/fr/SearchPageHelp.txt?rev=1509578&r1=1509577&r2=1509578&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/config/wikipages/fr/SearchPageHelp.txt (original)
+++ jspwiki/trunk/jspwiki-war/src/main/config/wikipages/fr/SearchPageHelp.txt Fri Aug  2 08:01:17 2013
@@ -10,7 +10,7 @@ Les recherches sont toutes insensibles �
 
 !! Syntaxe des requêtes
 
-Plus plus d'information, vous pouvez vous référer à la %%slimbox [syntaxe des requêtes Lucene|http://lucene.apache.org/java/docs/queryparsersyntax.html]/%.
+Plus plus d'information, vous pouvez vous référer à la %%slimbox [syntaxe des requêtes Lucene|http://www.lucenetutorial.com/lucene-query-syntax.html]/%.
 
 |       || Description             || Exemple
 || mot   | sélectionne les documents contenant un simple mot   | {{bonjour}}

Modified: jspwiki/trunk/jspwiki-war/src/main/config/wikipages/it/SearchPageHelp.txt
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/wikipages/it/SearchPageHelp.txt?rev=1509578&r1=1509577&r2=1509578&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/config/wikipages/it/SearchPageHelp.txt (original)
+++ jspwiki/trunk/jspwiki-war/src/main/config/wikipages/it/SearchPageHelp.txt Fri Aug  2 08:01:17 2013
@@ -1,4 +1,4 @@
-Questa pagina riporta un breve somamrio della sintassi di ricerca.  
+Questa pagina riporta un breve somamrio della sintassi di ricerca.
 Questa pagina è denominata [Search Page Help].
 
 Usate '+' per includere forzare esplicitamente una parola, '-' per escluderla.  Per esempio:
@@ -8,14 +8,14 @@ Usate '+' per includere forzare esplicit
 }}}
 
 trova le pafine che DEVONO includere la parola "java", e NON devono includere la parola
-"emacs".  Inoltre, le pagine che contengono "jsp" avranno un peso maggiore di quelle che 
+"emacs".  Inoltre, le pagine che contengono "jsp" avranno un peso maggiore di quelle che
 non la includono.
 
 Tutte le ricerche vengono effettuate senza tener conto di maiuscole e minuscole.
 
 !! Tabella della sintassi delle query
 
-Per informazioni più dettagliate si rimanda a %%slimbox [Lucene's query syntax|http://lucene.apache.org/java/docs/queryparsersyntax.html]/%.
+Per informazioni più dettagliate si rimanda a %%slimbox [Lucene's query syntax|http://www.lucenetutorial.com/lucene-query-syntax.html]/%.
 
 || termine  | trovare un singole termine è semplice | {{hello}}
 || "..." | trovare un gruppo di parole | {{"hello dolly"}}

Modified: jspwiki/trunk/jspwiki-war/src/main/config/wikipages/nl/SearchPageHelp.txt
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/wikipages/nl/SearchPageHelp.txt?rev=1509578&r1=1509577&r2=1509578&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/config/wikipages/nl/SearchPageHelp.txt (original)
+++ jspwiki/trunk/jspwiki-war/src/main/config/wikipages/nl/SearchPageHelp.txt Fri Aug  2 08:01:17 2013
@@ -1,4 +1,4 @@
-Deze pagina geeft een kort overzicht van de zoekmachine query syntax  
+Deze pagina geeft een kort overzicht van de zoekmachine query syntax
 Deze pagina heet [Search Page Help].
 
 Gebruik '+' om aan te geven dat een woord moet voorkomen, '-' om aan te geven dat een woord niet mag voorkomen.
@@ -7,14 +7,14 @@ Gebruik '+' om aan te geven dat een woor
           +java -emacs jsp
 }}}
 
-vind pagina's die het woord "java" MOETEN bevatten, en die het woord "emacs"  NIET MAG bevatten 
+vind pagina's die het woord "java" MOETEN bevatten, en die het woord "emacs"  NIET MAG bevatten
  En, pagina's met het woord "jsp" worden als eerste gerangschikt.
 
 Alle zoekopdrachten zijn hoofdletter gevoelig. Als een pagina zowel benodigde als verboden keywords bevat, wordt hij niet getoond.
 
 !! Query syntax tabel
 
-Voor meer informatie kijk op %%slimbox [Lucene's query syntax|http://lucene.apache.org/java/docs/queryparsersyntax.html]/%.
+Voor meer informatie kijk op %%slimbox [Lucene's query syntax|http://www.lucenetutorial.com/lucene-query-syntax.html]/%.
 
 || term  | een enkelvoudige term zoeken is een makkie   | {{hello}}
 || "..." | zoek een groep woorden | {{"hello dolly"}}

Modified: jspwiki/trunk/jspwiki-war/src/main/config/wikipages/pt_BR/SearchPageHelp.txt
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/wikipages/pt_BR/SearchPageHelp.txt?rev=1509578&r1=1509577&r2=1509578&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/config/wikipages/pt_BR/SearchPageHelp.txt (original)
+++ jspwiki/trunk/jspwiki-war/src/main/config/wikipages/pt_BR/SearchPageHelp.txt Fri Aug  2 08:01:17 2013
@@ -15,7 +15,7 @@ de proibido e exigência, ela não é ex
 
 !! Tabela da sintaxe de busca
 
-Para maiores informações olhe em %%slimbox [Sintaxe de busca do  Lucene|http://lucene.apache.org/java/docs/queryparsersyntax.html]/%.
+Para maiores informações olhe em %%slimbox [Sintaxe de busca do  Lucene|http://www.lucenetutorial.com/lucene-query-syntax.html]/%.
 
 || termo  | procura por um termo   | {{hello}}
 || "..."  | procura por um grupo de palavras | {{"hello dolly"}}

Modified: jspwiki/trunk/jspwiki-war/src/main/config/wikipages/zh_CN/SearchPageHelp.txt
URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/wikipages/zh_CN/SearchPageHelp.txt?rev=1509578&r1=1509577&r2=1509578&view=diff
==============================================================================
--- jspwiki/trunk/jspwiki-war/src/main/config/wikipages/zh_CN/SearchPageHelp.txt (original)
+++ jspwiki/trunk/jspwiki-war/src/main/config/wikipages/zh_CN/SearchPageHelp.txt Fri Aug  2 08:01:17 2013
@@ -13,7 +13,7 @@
 
 !! 查询语法表
 
-有关更多信息,请参阅 %%slimbox [Lucene 查询语法|http://lucene.apache.org/java/docs/queryparsersyntax.html]/%。
+有关更多信息,请参阅 %%slimbox [Lucene 查询语法|http://www.lucenetutorial.com/lucene-query-syntax.html]/%。
 
 || term  | 查找单个词容易   | {{hello}}
 || "..." | 查找一组单词     | {{"hello dolly"}}



Re: Me no like (Re: svn commit: r1509578 - in /jspwiki/trunk/jspwiki-war/src/main/config/wikipages: de/ en/ es/ fr/ it/ nl/ pt_BR/ zh_CN/)

Posted by Harry Metske <ha...@gmail.com>.
You should send an email to dev-unsubscribe@jspwiki.apache.org to
unsubscribe.

regards,
Harry



On 2 August 2013 14:19, Shine Prakash <sh...@icasework.com> wrote:

> Can you please unsubscribe me?
>
> Thanks.
> Regards,
> Shine Prakash
> Software Consultant
> iCasework Ltd.
> +44 (0) 207 624 4991
> www.icasework.com
> www.usefulfeedback.com
> www.managemyrequests.com
>
>
> On 2 August 2013 12:46, Dirk Frederickx <di...@gmail.com> wrote:
>
> > Glen,
> >
> > I had initially the link to the 4.4 but then I realised we would need to
> > keep that up to date which each upgrade.
> > Didn't notice the 'lucene tutorial' had some commercial sponsoring.
> >
> > I'll make an update with the 4.4 link;
> >
> >
> > dirk
> >
> >
> > On Fri, Aug 2, 2013 at 12:52 PM, Glen Mazza <gl...@gmail.com>
> wrote:
> >
> > > Dirk, the link you used points to a commercial site (.com), and it's
> for
> > > Lucene 3.5, so potentially out of date.  I don't think we should be
> using
> > > that, besides the nonprofit link is so much better and detailed:
> > > http://lucene.apache.org/core/**4_4_0/queryparser/org/apache/**
> > >
> lucene/queryparser/classic/**package-summary.html#package_**description<
> >
> http://lucene.apache.org/core/4_4_0/queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package_description
> > >
> > > .
> > >
> > > Glen
> > >
> > >
> > > On 08/02/2013 04:01 AM, brushed@apache.org wrote:
> > >
> > >> Author: brushed
> > >> Date: Fri Aug  2 08:01:17 2013
> > >> New Revision: 1509578
> > >>
> > >> URL: http://svn.apache.org/r1509578
> > >> Log:
> > >> Fixing Lucene help page URL in the SearchPageHelp.txt
> > >>
> > >> Modified:
> > >>      jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/de/**
> > >> SearchPageHelp.txt
> > >>      jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/en/**
> > >> SearchPageHelp.txt
> > >>      jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/es/**
> > >> SearchPageHelp.txt
> > >>      jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/fr/**
> > >> SearchPageHelp.txt
> > >>      jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/it/**
> > >> SearchPageHelp.txt
> > >>      jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/nl/**
> > >> SearchPageHelp.txt
> > >>      jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/pt_BR/**
> > >> SearchPageHelp.txt
> > >>      jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/zh_CN/**
> > >> SearchPageHelp.txt
> > >>
> > >> Modified: jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/de/**
> > >> SearchPageHelp.txt
> > >> URL: http://svn.apache.org/viewvc/**jspwiki/trunk/jspwiki-war/src/**
> > >> main/config/wikipages/de/**SearchPageHelp.txt?rev=**
> > >> 1509578&r1=1509577&r2=1509578&**view=diff<
> >
> http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/wikipages/de/SearchPageHelp.txt?rev=1509578&r1=1509577&r2=1509578&view=diff
> > >
> > >> ==============================**==============================**
> > >> ==================
> > >> ---
> >
> jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/de/**SearchPageHelp.txt
> > >> (original)
> > >> +++
> >
> jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/de/**SearchPageHelp.txt
> > >> Fri Aug  2 08:01:17 2013
> > >> @@ -14,7 +14,7 @@ Die Groß-/Kleinschreibung wird niemal
> > >>     !!Anfragesyntaxtabelle
> > >>   -Details gibt es unter %%slimbox [Apache Lucene - Query Parser
> Syntax|
> > >> http://lucene.apache.**org/java/docs/**queryparsersyntax.html]%%.
> > >> +Details gibt es unter %%slimbox [Apache Lucene - Query Parser Syntax|
> > >> http://www.**lucenetutorial.com/lucene-**query-syntax.html]%%.
> > >>     || term  | ein einfaches Wort finden | {{hello}}
> > >>   || "..." | eine Folge von Wörtern finden | {{"hello dolly"}}
> > >>
> > >> Modified: jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/en/**
> > >> SearchPageHelp.txt
> > >> URL: http://svn.apache.org/viewvc/**jspwiki/trunk/jspwiki-war/src/**
> > >> main/config/wikipages/en/**SearchPageHelp.txt?rev=**
> > >> 1509578&r1=1509577&r2=1509578&**view=diff<
> >
> http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/wikipages/en/SearchPageHelp.txt?rev=1509578&r1=1509577&r2=1509578&view=diff
> > >
> > >> ==============================**==============================**
> > >> ==================
> > >> ---
> >
> jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/en/**SearchPageHelp.txt
> > >> (original)
> > >> +++
> >
> jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/en/**SearchPageHelp.txt
> > >> Fri Aug  2 08:01:17 2013
> > >> @@ -1,4 +1,4 @@
> > >> -This page gives a quick overview of the search engine query syntax.
> > >> +This page gives a quick overview of the search engine query syntax.
> > >>   This page is called [Search Page Help].
> > >>     Use '+' to require a word, '-' to forbid a word.  For example:
> > >> @@ -16,7 +16,7 @@ forbidden and required keywords, it is n
> > >>     !! Query syntax table
> > >>   -For more info look at %%slimbox [Lucene's query syntax|
> > >> http://lucene.apache.**org/java/docs/**queryparsersyntax.html]/%.
> > >> +For more info look at %%slimbox [Lucene's query syntax|http://www.**
> > >> lucenetutorial.com/lucene-**query-syntax.html]/%.
> > >>     || term  | find a single Term is easy   | {{hello}}
> > >>   || "..." | find a group of words | {{"hello dolly"}}
> > >>
> > >> Modified: jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/es/**
> > >> SearchPageHelp.txt
> > >> URL: http://svn.apache.org/viewvc/**jspwiki/trunk/jspwiki-war/src/**
> > >> main/config/wikipages/es/**SearchPageHelp.txt?rev=**
> > >> 1509578&r1=1509577&r2=1509578&**view=diff<
> >
> http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/wikipages/es/SearchPageHelp.txt?rev=1509578&r1=1509577&r2=1509578&view=diff
> > >
> > >> ==============================**==============================**
> > >> ==================
> > >> ---
> >
> jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/es/**SearchPageHelp.txt
> > >> (original)
> > >> +++
> >
> jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/es/**SearchPageHelp.txt
> > >> Fri Aug  2 08:01:17 2013
> > >> @@ -11,12 +11,12 @@ encontrará todas las páginas que inclu
> > >>   la palabra "emacs".  Además, las páginas que contengan la palabra
> > "jsp"
> > >> serán mostradas
> > >>   antes que las páginas que no la tengan.
> > >>   -Las búsquedas no son sensibles a mayúsculas/minúsculas.  Si una
> > página
> > >> incluye palabras requeridas
> > >> +Las búsquedas no son sensibles a mayúsculas/minúsculas.  Si una
> página
> > >> incluye palabras requeridas
> > >>   y prohibidas, no es mostrada.
> > >>     !! Tabla con la sintaxis de consulta
> > >>   -Para más información echa un ojo a la %%slimbox [sintaxis de
> consulta
> > >> de Lucene|http://lucene.apache.**org/java/docs/**
> > >> queryparsersyntax.html]/%.
> > >> +Para más información echa un ojo a la %%slimbox [sintaxis de consulta
> > de
> > >> Lucene|http://www.**lucenetutorial.com/lucene-**query-syntax.html]/%.
> > >>     || término  | encontrar un término es fácil   | {{hola}}
> > >>   || "..." | encuentra un grupo de palabras | {{"hola fondo norte"}}
> > >>
> > >> Modified: jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/fr/**
> > >> SearchPageHelp.txt
> > >> URL: http://svn.apache.org/viewvc/**jspwiki/trunk/jspwiki-war/src/**
> > >> main/config/wikipages/fr/**SearchPageHelp.txt?rev=**
> > >> 1509578&r1=1509577&r2=1509578&**view=diff<
> >
> http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/wikipages/fr/SearchPageHelp.txt?rev=1509578&r1=1509577&r2=1509578&view=diff
> > >
> > >> ==============================**==============================**
> > >> ==================
> > >> ---
> >
> jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/fr/**SearchPageHelp.txt
> > >> (original)
> > >> +++
> >
> jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/fr/**SearchPageHelp.txt
> > >> Fri Aug  2 08:01:17 2013
> > >> @@ -10,7 +10,7 @@ Les recherches sont toutes insensibles �
> > >>     !! Syntaxe des requêtes
> > >>   -Plus plus d'information, vous pouvez vous référer à la %%slimbox
> > >> [syntaxe des requêtes Lucene|http://lucene.apache.**org/java/docs/**
> > >> queryparsersyntax.html]/%.
> > >> +Plus plus d'information, vous pouvez vous référer à la %%slimbox
> > >> [syntaxe des requêtes Lucene|http://www.**
> lucenetutorial.com/lucene-**
> > >> query-syntax.html]/%.
> > >>     |       || Description             || Exemple
> > >>   || mot   | sélectionne les documents contenant un simple mot   |
> > >> {{bonjour}}
> > >>
> > >> Modified: jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/it/**
> > >> SearchPageHelp.txt
> > >> URL: http://svn.apache.org/viewvc/**jspwiki/trunk/jspwiki-war/src/**
> > >> main/config/wikipages/it/**SearchPageHelp.txt?rev=**
> > >> 1509578&r1=1509577&r2=1509578&**view=diff<
> >
> http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/wikipages/it/SearchPageHelp.txt?rev=1509578&r1=1509577&r2=1509578&view=diff
> > >
> > >> ==============================**==============================**
> > >> ==================
> > >> ---
> >
> jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/it/**SearchPageHelp.txt
> > >> (original)
> > >> +++
> >
> jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/it/**SearchPageHelp.txt
> > >> Fri Aug  2 08:01:17 2013
> > >> @@ -1,4 +1,4 @@
> > >> -Questa pagina riporta un breve somamrio della sintassi di ricerca.
> > >> +Questa pagina riporta un breve somamrio della sintassi di ricerca.
> > >>   Questa pagina è denominata [Search Page Help].
> > >>     Usate '+' per includere forzare esplicitamente una parola, '-' per
> > >> escluderla.  Per esempio:
> > >> @@ -8,14 +8,14 @@ Usate '+' per includere forzare esplicit
> > >>   }}}
> > >>     trova le pafine che DEVONO includere la parola "java", e NON
> devono
> > >> includere la parola
> > >> -"emacs".  Inoltre, le pagine che contengono "jsp" avranno un peso
> > >> maggiore di quelle che
> > >> +"emacs".  Inoltre, le pagine che contengono "jsp" avranno un peso
> > >> maggiore di quelle che
> > >>   non la includono.
> > >>     Tutte le ricerche vengono effettuate senza tener conto di
> maiuscole
> > e
> > >> minuscole.
> > >>     !! Tabella della sintassi delle query
> > >>   -Per informazioni più dettagliate si rimanda a %%slimbox [Lucene's
> > >> query syntax|http://lucene.apache.**org/java/docs/**
> > >> queryparsersyntax.html]/%.
> > >> +Per informazioni più dettagliate si rimanda a %%slimbox [Lucene's
> query
> > >> syntax|http://www.**lucenetutorial.com/lucene-**query-syntax.html]/%.
> > >>     || termine  | trovare un singole termine è semplice | {{hello}}
> > >>   || "..." | trovare un gruppo di parole | {{"hello dolly"}}
> > >>
> > >> Modified: jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/nl/**
> > >> SearchPageHelp.txt
> > >> URL: http://svn.apache.org/viewvc/**jspwiki/trunk/jspwiki-war/src/**
> > >> main/config/wikipages/nl/**SearchPageHelp.txt?rev=**
> > >> 1509578&r1=1509577&r2=1509578&**view=diff<
> >
> http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/wikipages/nl/SearchPageHelp.txt?rev=1509578&r1=1509577&r2=1509578&view=diff
> > >
> > >> ==============================**==============================**
> > >> ==================
> > >> ---
> >
> jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/nl/**SearchPageHelp.txt
> > >> (original)
> > >> +++
> >
> jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/nl/**SearchPageHelp.txt
> > >> Fri Aug  2 08:01:17 2013
> > >> @@ -1,4 +1,4 @@
> > >> -Deze pagina geeft een kort overzicht van de zoekmachine query syntax
> > >> +Deze pagina geeft een kort overzicht van de zoekmachine query syntax
> > >>   Deze pagina heet [Search Page Help].
> > >>     Gebruik '+' om aan te geven dat een woord moet voorkomen, '-' om
> aan
> > >> te geven dat een woord niet mag voorkomen.
> > >> @@ -7,14 +7,14 @@ Gebruik '+' om aan te geven dat een woor
> > >>             +java -emacs jsp
> > >>   }}}
> > >>   -vind pagina's die het woord "java" MOETEN bevatten, en die het
> woord
> > >> "emacs"  NIET MAG bevatten
> > >> +vind pagina's die het woord "java" MOETEN bevatten, en die het woord
> > >> "emacs"  NIET MAG bevatten
> > >>    En, pagina's met het woord "jsp" worden als eerste gerangschikt.
> > >>     Alle zoekopdrachten zijn hoofdletter gevoelig. Als een pagina
> zowel
> > >> benodigde als verboden keywords bevat, wordt hij niet getoond.
> > >>     !! Query syntax tabel
> > >>   -Voor meer informatie kijk op %%slimbox [Lucene's query syntax|
> > >> http://lucene.apache.**org/java/docs/**queryparsersyntax.html]/%.
> > >> +Voor meer informatie kijk op %%slimbox [Lucene's query syntax|
> > >> http://www.**lucenetutorial.com/lucene-**query-syntax.html]/%.
> > >>     || term  | een enkelvoudige term zoeken is een makkie   |
> {{hello}}
> > >>   || "..." | zoek een groep woorden | {{"hello dolly"}}
> > >>
> > >> Modified:
> jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/pt_BR/**
> > >> SearchPageHelp.txt
> > >> URL: http://svn.apache.org/viewvc/**jspwiki/trunk/jspwiki-war/src/**
> > >> main/config/wikipages/pt_BR/**SearchPageHelp.txt?rev=**
> > >> 1509578&r1=1509577&r2=1509578&**view=diff<
> >
> http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/wikipages/pt_BR/SearchPageHelp.txt?rev=1509578&r1=1509577&r2=1509578&view=diff
> > >
> > >> ==============================**==============================**
> > >> ==================
> > >> ---
> >
> jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/pt_BR/**SearchPageHelp.txt
> > >> (original)
> > >> +++
> >
> jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/pt_BR/**SearchPageHelp.txt
> > >> Fri Aug  2 08:01:17 2013
> > >> @@ -15,7 +15,7 @@ de proibido e exigência, ela não é ex
> > >>     !! Tabela da sintaxe de busca
> > >>   -Para maiores informações olhe em %%slimbox [Sintaxe de busca do
> > >>  Lucene|http://lucene.apache.
> > **org/java/docs/**queryparsersyntax.html]/%.
> > >> +Para maiores informações olhe em %%slimbox [Sintaxe de busca do
> >  Lucene|
> > >> http://www.**lucenetutorial.com/lucene-**query-syntax.html]/%.
> > >>     || termo  | procura por um termo   | {{hello}}
> > >>   || "..."  | procura por um grupo de palavras | {{"hello dolly"}}
> > >>
> > >> Modified:
> jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/zh_CN/**
> > >> SearchPageHelp.txt
> > >> URL: http://svn.apache.org/viewvc/**jspwiki/trunk/jspwiki-war/src/**
> > >> main/config/wikipages/zh_CN/**SearchPageHelp.txt?rev=**
> > >> 1509578&r1=1509577&r2=1509578&**view=diff<
> >
> http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/wikipages/zh_CN/SearchPageHelp.txt?rev=1509578&r1=1509577&r2=1509578&view=diff
> > >
> > >> ==============================**==============================**
> > >> ==================
> > >> ---
> >
> jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/zh_CN/**SearchPageHelp.txt
> > >> (original)
> > >> +++
> >
> jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/zh_CN/**SearchPageHelp.txt
> > >> Fri Aug  2 08:01:17 2013
> > >> @@ -13,7 +13,7 @@
> > >>     !! 查询语法表
> > >>   -æœ‰å…³æ›´å¤šä¿¡æ ¯ï¼Œè¯·å ‚é˜… %%slimbox [Lucene 查询语法|
> > >> http://lucene.**apache.org/java/docs/**queryparsersyntax.html]/%ã<http://apache.org/java/docs/**queryparsersyntax.html%5D/%25%C3%A3>
> <http://apache.org/java/docs/**queryparsersyntax.html%5D/%25%C3%A3>
> > <http://lucene.apache.org/java/docs/queryparsersyntax.html%5D/%25%C3%A3>
> > >> €‚
> > >> +æœ‰å…³æ›´å¤šä¿¡æ ¯ï¼Œè¯·å ‚é˜… %%slimbox [Lucene 查询语法|
> > >> http://www.**lucenetutorial.com/lucene-**query-syntax.html]/%ã<http://lucenetutorial.com/lucene-**query-syntax.html%5D/%25%C3%A3>
> <http://lucenetutorial.com/lucene-**query-syntax.html%5D/%25%C3%A3>
> > <http://www.lucenetutorial.com/lucene-query-syntax.html%5D/%25%C3%A3>
> > >> €‚
> > >>     || term  | æŸ¥æ‰¾å •ä¸ªè¯ å®¹æ˜“   | {{hello}}
> > >>   || "..." | æŸ¥æ‰¾ä¸€ç»„å •è¯      | {{"hello dolly"}}
> > >>
> > >>
> > >>
> > >
> >
>

Re: Me no like (Re: svn commit: r1509578 - in /jspwiki/trunk/jspwiki-war/src/main/config/wikipages: de/ en/ es/ fr/ it/ nl/ pt_BR/ zh_CN/)

Posted by Shine Prakash <sh...@icasework.com>.
Can you please unsubscribe me?

Thanks.
Regards,
Shine Prakash
Software Consultant
iCasework Ltd.
+44 (0) 207 624 4991
www.icasework.com
www.usefulfeedback.com
www.managemyrequests.com


On 2 August 2013 12:46, Dirk Frederickx <di...@gmail.com> wrote:

> Glen,
>
> I had initially the link to the 4.4 but then I realised we would need to
> keep that up to date which each upgrade.
> Didn't notice the 'lucene tutorial' had some commercial sponsoring.
>
> I'll make an update with the 4.4 link;
>
>
> dirk
>
>
> On Fri, Aug 2, 2013 at 12:52 PM, Glen Mazza <gl...@gmail.com> wrote:
>
> > Dirk, the link you used points to a commercial site (.com), and it's for
> > Lucene 3.5, so potentially out of date.  I don't think we should be using
> > that, besides the nonprofit link is so much better and detailed:
> > http://lucene.apache.org/core/**4_4_0/queryparser/org/apache/**
> > lucene/queryparser/classic/**package-summary.html#package_**description<
> http://lucene.apache.org/core/4_4_0/queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package_description
> >
> > .
> >
> > Glen
> >
> >
> > On 08/02/2013 04:01 AM, brushed@apache.org wrote:
> >
> >> Author: brushed
> >> Date: Fri Aug  2 08:01:17 2013
> >> New Revision: 1509578
> >>
> >> URL: http://svn.apache.org/r1509578
> >> Log:
> >> Fixing Lucene help page URL in the SearchPageHelp.txt
> >>
> >> Modified:
> >>      jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/de/**
> >> SearchPageHelp.txt
> >>      jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/en/**
> >> SearchPageHelp.txt
> >>      jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/es/**
> >> SearchPageHelp.txt
> >>      jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/fr/**
> >> SearchPageHelp.txt
> >>      jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/it/**
> >> SearchPageHelp.txt
> >>      jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/nl/**
> >> SearchPageHelp.txt
> >>      jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/pt_BR/**
> >> SearchPageHelp.txt
> >>      jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/zh_CN/**
> >> SearchPageHelp.txt
> >>
> >> Modified: jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/de/**
> >> SearchPageHelp.txt
> >> URL: http://svn.apache.org/viewvc/**jspwiki/trunk/jspwiki-war/src/**
> >> main/config/wikipages/de/**SearchPageHelp.txt?rev=**
> >> 1509578&r1=1509577&r2=1509578&**view=diff<
> http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/wikipages/de/SearchPageHelp.txt?rev=1509578&r1=1509577&r2=1509578&view=diff
> >
> >> ==============================**==============================**
> >> ==================
> >> ---
> jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/de/**SearchPageHelp.txt
> >> (original)
> >> +++
> jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/de/**SearchPageHelp.txt
> >> Fri Aug  2 08:01:17 2013
> >> @@ -14,7 +14,7 @@ Die Groß-/Kleinschreibung wird niemal
> >>     !!Anfragesyntaxtabelle
> >>   -Details gibt es unter %%slimbox [Apache Lucene - Query Parser Syntax|
> >> http://lucene.apache.**org/java/docs/**queryparsersyntax.html]%%.
> >> +Details gibt es unter %%slimbox [Apache Lucene - Query Parser Syntax|
> >> http://www.**lucenetutorial.com/lucene-**query-syntax.html]%%.
> >>     || term  | ein einfaches Wort finden | {{hello}}
> >>   || "..." | eine Folge von Wörtern finden | {{"hello dolly"}}
> >>
> >> Modified: jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/en/**
> >> SearchPageHelp.txt
> >> URL: http://svn.apache.org/viewvc/**jspwiki/trunk/jspwiki-war/src/**
> >> main/config/wikipages/en/**SearchPageHelp.txt?rev=**
> >> 1509578&r1=1509577&r2=1509578&**view=diff<
> http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/wikipages/en/SearchPageHelp.txt?rev=1509578&r1=1509577&r2=1509578&view=diff
> >
> >> ==============================**==============================**
> >> ==================
> >> ---
> jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/en/**SearchPageHelp.txt
> >> (original)
> >> +++
> jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/en/**SearchPageHelp.txt
> >> Fri Aug  2 08:01:17 2013
> >> @@ -1,4 +1,4 @@
> >> -This page gives a quick overview of the search engine query syntax.
> >> +This page gives a quick overview of the search engine query syntax.
> >>   This page is called [Search Page Help].
> >>     Use '+' to require a word, '-' to forbid a word.  For example:
> >> @@ -16,7 +16,7 @@ forbidden and required keywords, it is n
> >>     !! Query syntax table
> >>   -For more info look at %%slimbox [Lucene's query syntax|
> >> http://lucene.apache.**org/java/docs/**queryparsersyntax.html]/%.
> >> +For more info look at %%slimbox [Lucene's query syntax|http://www.**
> >> lucenetutorial.com/lucene-**query-syntax.html]/%.
> >>     || term  | find a single Term is easy   | {{hello}}
> >>   || "..." | find a group of words | {{"hello dolly"}}
> >>
> >> Modified: jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/es/**
> >> SearchPageHelp.txt
> >> URL: http://svn.apache.org/viewvc/**jspwiki/trunk/jspwiki-war/src/**
> >> main/config/wikipages/es/**SearchPageHelp.txt?rev=**
> >> 1509578&r1=1509577&r2=1509578&**view=diff<
> http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/wikipages/es/SearchPageHelp.txt?rev=1509578&r1=1509577&r2=1509578&view=diff
> >
> >> ==============================**==============================**
> >> ==================
> >> ---
> jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/es/**SearchPageHelp.txt
> >> (original)
> >> +++
> jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/es/**SearchPageHelp.txt
> >> Fri Aug  2 08:01:17 2013
> >> @@ -11,12 +11,12 @@ encontrará todas las páginas que inclu
> >>   la palabra "emacs".  Además, las páginas que contengan la palabra
> "jsp"
> >> serán mostradas
> >>   antes que las páginas que no la tengan.
> >>   -Las búsquedas no son sensibles a mayúsculas/minúsculas.  Si una
> página
> >> incluye palabras requeridas
> >> +Las búsquedas no son sensibles a mayúsculas/minúsculas.  Si una página
> >> incluye palabras requeridas
> >>   y prohibidas, no es mostrada.
> >>     !! Tabla con la sintaxis de consulta
> >>   -Para más información echa un ojo a la %%slimbox [sintaxis de consulta
> >> de Lucene|http://lucene.apache.**org/java/docs/**
> >> queryparsersyntax.html]/%.
> >> +Para más información echa un ojo a la %%slimbox [sintaxis de consulta
> de
> >> Lucene|http://www.**lucenetutorial.com/lucene-**query-syntax.html]/%.
> >>     || término  | encontrar un término es fácil   | {{hola}}
> >>   || "..." | encuentra un grupo de palabras | {{"hola fondo norte"}}
> >>
> >> Modified: jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/fr/**
> >> SearchPageHelp.txt
> >> URL: http://svn.apache.org/viewvc/**jspwiki/trunk/jspwiki-war/src/**
> >> main/config/wikipages/fr/**SearchPageHelp.txt?rev=**
> >> 1509578&r1=1509577&r2=1509578&**view=diff<
> http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/wikipages/fr/SearchPageHelp.txt?rev=1509578&r1=1509577&r2=1509578&view=diff
> >
> >> ==============================**==============================**
> >> ==================
> >> ---
> jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/fr/**SearchPageHelp.txt
> >> (original)
> >> +++
> jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/fr/**SearchPageHelp.txt
> >> Fri Aug  2 08:01:17 2013
> >> @@ -10,7 +10,7 @@ Les recherches sont toutes insensibles �
> >>     !! Syntaxe des requêtes
> >>   -Plus plus d'information, vous pouvez vous référer à la %%slimbox
> >> [syntaxe des requêtes Lucene|http://lucene.apache.**org/java/docs/**
> >> queryparsersyntax.html]/%.
> >> +Plus plus d'information, vous pouvez vous référer à la %%slimbox
> >> [syntaxe des requêtes Lucene|http://www.**lucenetutorial.com/lucene-**
> >> query-syntax.html]/%.
> >>     |       || Description             || Exemple
> >>   || mot   | sélectionne les documents contenant un simple mot   |
> >> {{bonjour}}
> >>
> >> Modified: jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/it/**
> >> SearchPageHelp.txt
> >> URL: http://svn.apache.org/viewvc/**jspwiki/trunk/jspwiki-war/src/**
> >> main/config/wikipages/it/**SearchPageHelp.txt?rev=**
> >> 1509578&r1=1509577&r2=1509578&**view=diff<
> http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/wikipages/it/SearchPageHelp.txt?rev=1509578&r1=1509577&r2=1509578&view=diff
> >
> >> ==============================**==============================**
> >> ==================
> >> ---
> jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/it/**SearchPageHelp.txt
> >> (original)
> >> +++
> jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/it/**SearchPageHelp.txt
> >> Fri Aug  2 08:01:17 2013
> >> @@ -1,4 +1,4 @@
> >> -Questa pagina riporta un breve somamrio della sintassi di ricerca.
> >> +Questa pagina riporta un breve somamrio della sintassi di ricerca.
> >>   Questa pagina è denominata [Search Page Help].
> >>     Usate '+' per includere forzare esplicitamente una parola, '-' per
> >> escluderla.  Per esempio:
> >> @@ -8,14 +8,14 @@ Usate '+' per includere forzare esplicit
> >>   }}}
> >>     trova le pafine che DEVONO includere la parola "java", e NON devono
> >> includere la parola
> >> -"emacs".  Inoltre, le pagine che contengono "jsp" avranno un peso
> >> maggiore di quelle che
> >> +"emacs".  Inoltre, le pagine che contengono "jsp" avranno un peso
> >> maggiore di quelle che
> >>   non la includono.
> >>     Tutte le ricerche vengono effettuate senza tener conto di maiuscole
> e
> >> minuscole.
> >>     !! Tabella della sintassi delle query
> >>   -Per informazioni più dettagliate si rimanda a %%slimbox [Lucene's
> >> query syntax|http://lucene.apache.**org/java/docs/**
> >> queryparsersyntax.html]/%.
> >> +Per informazioni più dettagliate si rimanda a %%slimbox [Lucene's query
> >> syntax|http://www.**lucenetutorial.com/lucene-**query-syntax.html]/%.
> >>     || termine  | trovare un singole termine è semplice | {{hello}}
> >>   || "..." | trovare un gruppo di parole | {{"hello dolly"}}
> >>
> >> Modified: jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/nl/**
> >> SearchPageHelp.txt
> >> URL: http://svn.apache.org/viewvc/**jspwiki/trunk/jspwiki-war/src/**
> >> main/config/wikipages/nl/**SearchPageHelp.txt?rev=**
> >> 1509578&r1=1509577&r2=1509578&**view=diff<
> http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/wikipages/nl/SearchPageHelp.txt?rev=1509578&r1=1509577&r2=1509578&view=diff
> >
> >> ==============================**==============================**
> >> ==================
> >> ---
> jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/nl/**SearchPageHelp.txt
> >> (original)
> >> +++
> jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/nl/**SearchPageHelp.txt
> >> Fri Aug  2 08:01:17 2013
> >> @@ -1,4 +1,4 @@
> >> -Deze pagina geeft een kort overzicht van de zoekmachine query syntax
> >> +Deze pagina geeft een kort overzicht van de zoekmachine query syntax
> >>   Deze pagina heet [Search Page Help].
> >>     Gebruik '+' om aan te geven dat een woord moet voorkomen, '-' om aan
> >> te geven dat een woord niet mag voorkomen.
> >> @@ -7,14 +7,14 @@ Gebruik '+' om aan te geven dat een woor
> >>             +java -emacs jsp
> >>   }}}
> >>   -vind pagina's die het woord "java" MOETEN bevatten, en die het woord
> >> "emacs"  NIET MAG bevatten
> >> +vind pagina's die het woord "java" MOETEN bevatten, en die het woord
> >> "emacs"  NIET MAG bevatten
> >>    En, pagina's met het woord "jsp" worden als eerste gerangschikt.
> >>     Alle zoekopdrachten zijn hoofdletter gevoelig. Als een pagina zowel
> >> benodigde als verboden keywords bevat, wordt hij niet getoond.
> >>     !! Query syntax tabel
> >>   -Voor meer informatie kijk op %%slimbox [Lucene's query syntax|
> >> http://lucene.apache.**org/java/docs/**queryparsersyntax.html]/%.
> >> +Voor meer informatie kijk op %%slimbox [Lucene's query syntax|
> >> http://www.**lucenetutorial.com/lucene-**query-syntax.html]/%.
> >>     || term  | een enkelvoudige term zoeken is een makkie   | {{hello}}
> >>   || "..." | zoek een groep woorden | {{"hello dolly"}}
> >>
> >> Modified: jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/pt_BR/**
> >> SearchPageHelp.txt
> >> URL: http://svn.apache.org/viewvc/**jspwiki/trunk/jspwiki-war/src/**
> >> main/config/wikipages/pt_BR/**SearchPageHelp.txt?rev=**
> >> 1509578&r1=1509577&r2=1509578&**view=diff<
> http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/wikipages/pt_BR/SearchPageHelp.txt?rev=1509578&r1=1509577&r2=1509578&view=diff
> >
> >> ==============================**==============================**
> >> ==================
> >> ---
> jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/pt_BR/**SearchPageHelp.txt
> >> (original)
> >> +++
> jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/pt_BR/**SearchPageHelp.txt
> >> Fri Aug  2 08:01:17 2013
> >> @@ -15,7 +15,7 @@ de proibido e exigência, ela não é ex
> >>     !! Tabela da sintaxe de busca
> >>   -Para maiores informações olhe em %%slimbox [Sintaxe de busca do
> >>  Lucene|http://lucene.apache.
> **org/java/docs/**queryparsersyntax.html]/%.
> >> +Para maiores informações olhe em %%slimbox [Sintaxe de busca do
>  Lucene|
> >> http://www.**lucenetutorial.com/lucene-**query-syntax.html]/%.
> >>     || termo  | procura por um termo   | {{hello}}
> >>   || "..."  | procura por um grupo de palavras | {{"hello dolly"}}
> >>
> >> Modified: jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/zh_CN/**
> >> SearchPageHelp.txt
> >> URL: http://svn.apache.org/viewvc/**jspwiki/trunk/jspwiki-war/src/**
> >> main/config/wikipages/zh_CN/**SearchPageHelp.txt?rev=**
> >> 1509578&r1=1509577&r2=1509578&**view=diff<
> http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/wikipages/zh_CN/SearchPageHelp.txt?rev=1509578&r1=1509577&r2=1509578&view=diff
> >
> >> ==============================**==============================**
> >> ==================
> >> ---
> jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/zh_CN/**SearchPageHelp.txt
> >> (original)
> >> +++
> jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/zh_CN/**SearchPageHelp.txt
> >> Fri Aug  2 08:01:17 2013
> >> @@ -13,7 +13,7 @@
> >>     !! 查询语法表
> >>   -æœ‰å…³æ›´å¤šä¿¡æ ¯ï¼Œè¯·å ‚é˜… %%slimbox [Lucene 查询语法|
> >> http://lucene.**apache.org/java/docs/**queryparsersyntax.html]/%ã<http://apache.org/java/docs/**queryparsersyntax.html%5D/%25%C3%A3>
> <http://lucene.apache.org/java/docs/queryparsersyntax.html%5D/%25%C3%A3>
> >> €‚
> >> +æœ‰å…³æ›´å¤šä¿¡æ ¯ï¼Œè¯·å ‚é˜… %%slimbox [Lucene 查询语法|
> >> http://www.**lucenetutorial.com/lucene-**query-syntax.html]/%ã<http://lucenetutorial.com/lucene-**query-syntax.html%5D/%25%C3%A3>
> <http://www.lucenetutorial.com/lucene-query-syntax.html%5D/%25%C3%A3>
> >> €‚
> >>     || term  | æŸ¥æ‰¾å •ä¸ªè¯ å®¹æ˜“   | {{hello}}
> >>   || "..." | æŸ¥æ‰¾ä¸€ç»„å •è¯      | {{"hello dolly"}}
> >>
> >>
> >>
> >
>

Re: Me no like (Re: svn commit: r1509578 - in /jspwiki/trunk/jspwiki-war/src/main/config/wikipages: de/ en/ es/ fr/ it/ nl/ pt_BR/ zh_CN/)

Posted by Dirk Frederickx <di...@gmail.com>.
Glen,

I had initially the link to the 4.4 but then I realised we would need to
keep that up to date which each upgrade.
Didn't notice the 'lucene tutorial' had some commercial sponsoring.

I'll make an update with the 4.4 link;


dirk


On Fri, Aug 2, 2013 at 12:52 PM, Glen Mazza <gl...@gmail.com> wrote:

> Dirk, the link you used points to a commercial site (.com), and it's for
> Lucene 3.5, so potentially out of date.  I don't think we should be using
> that, besides the nonprofit link is so much better and detailed:
> http://lucene.apache.org/core/**4_4_0/queryparser/org/apache/**
> lucene/queryparser/classic/**package-summary.html#package_**description<http://lucene.apache.org/core/4_4_0/queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package_description>
> .
>
> Glen
>
>
> On 08/02/2013 04:01 AM, brushed@apache.org wrote:
>
>> Author: brushed
>> Date: Fri Aug  2 08:01:17 2013
>> New Revision: 1509578
>>
>> URL: http://svn.apache.org/r1509578
>> Log:
>> Fixing Lucene help page URL in the SearchPageHelp.txt
>>
>> Modified:
>>      jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/de/**
>> SearchPageHelp.txt
>>      jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/en/**
>> SearchPageHelp.txt
>>      jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/es/**
>> SearchPageHelp.txt
>>      jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/fr/**
>> SearchPageHelp.txt
>>      jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/it/**
>> SearchPageHelp.txt
>>      jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/nl/**
>> SearchPageHelp.txt
>>      jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/pt_BR/**
>> SearchPageHelp.txt
>>      jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/zh_CN/**
>> SearchPageHelp.txt
>>
>> Modified: jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/de/**
>> SearchPageHelp.txt
>> URL: http://svn.apache.org/viewvc/**jspwiki/trunk/jspwiki-war/src/**
>> main/config/wikipages/de/**SearchPageHelp.txt?rev=**
>> 1509578&r1=1509577&r2=1509578&**view=diff<http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/wikipages/de/SearchPageHelp.txt?rev=1509578&r1=1509577&r2=1509578&view=diff>
>> ==============================**==============================**
>> ==================
>> --- jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/de/**SearchPageHelp.txt
>> (original)
>> +++ jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/de/**SearchPageHelp.txt
>> Fri Aug  2 08:01:17 2013
>> @@ -14,7 +14,7 @@ Die Groß-/Kleinschreibung wird niemal
>>     !!Anfragesyntaxtabelle
>>   -Details gibt es unter %%slimbox [Apache Lucene - Query Parser Syntax|
>> http://lucene.apache.**org/java/docs/**queryparsersyntax.html]%%.
>> +Details gibt es unter %%slimbox [Apache Lucene - Query Parser Syntax|
>> http://www.**lucenetutorial.com/lucene-**query-syntax.html]%%.
>>     || term  | ein einfaches Wort finden | {{hello}}
>>   || "..." | eine Folge von Wörtern finden | {{"hello dolly"}}
>>
>> Modified: jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/en/**
>> SearchPageHelp.txt
>> URL: http://svn.apache.org/viewvc/**jspwiki/trunk/jspwiki-war/src/**
>> main/config/wikipages/en/**SearchPageHelp.txt?rev=**
>> 1509578&r1=1509577&r2=1509578&**view=diff<http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/wikipages/en/SearchPageHelp.txt?rev=1509578&r1=1509577&r2=1509578&view=diff>
>> ==============================**==============================**
>> ==================
>> --- jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/en/**SearchPageHelp.txt
>> (original)
>> +++ jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/en/**SearchPageHelp.txt
>> Fri Aug  2 08:01:17 2013
>> @@ -1,4 +1,4 @@
>> -This page gives a quick overview of the search engine query syntax.
>> +This page gives a quick overview of the search engine query syntax.
>>   This page is called [Search Page Help].
>>     Use '+' to require a word, '-' to forbid a word.  For example:
>> @@ -16,7 +16,7 @@ forbidden and required keywords, it is n
>>     !! Query syntax table
>>   -For more info look at %%slimbox [Lucene's query syntax|
>> http://lucene.apache.**org/java/docs/**queryparsersyntax.html]/%.
>> +For more info look at %%slimbox [Lucene's query syntax|http://www.**
>> lucenetutorial.com/lucene-**query-syntax.html]/%.
>>     || term  | find a single Term is easy   | {{hello}}
>>   || "..." | find a group of words | {{"hello dolly"}}
>>
>> Modified: jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/es/**
>> SearchPageHelp.txt
>> URL: http://svn.apache.org/viewvc/**jspwiki/trunk/jspwiki-war/src/**
>> main/config/wikipages/es/**SearchPageHelp.txt?rev=**
>> 1509578&r1=1509577&r2=1509578&**view=diff<http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/wikipages/es/SearchPageHelp.txt?rev=1509578&r1=1509577&r2=1509578&view=diff>
>> ==============================**==============================**
>> ==================
>> --- jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/es/**SearchPageHelp.txt
>> (original)
>> +++ jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/es/**SearchPageHelp.txt
>> Fri Aug  2 08:01:17 2013
>> @@ -11,12 +11,12 @@ encontrará todas las páginas que inclu
>>   la palabra "emacs".  Además, las páginas que contengan la palabra "jsp"
>> serán mostradas
>>   antes que las páginas que no la tengan.
>>   -Las búsquedas no son sensibles a mayúsculas/minúsculas.  Si una página
>> incluye palabras requeridas
>> +Las búsquedas no son sensibles a mayúsculas/minúsculas.  Si una página
>> incluye palabras requeridas
>>   y prohibidas, no es mostrada.
>>     !! Tabla con la sintaxis de consulta
>>   -Para más información echa un ojo a la %%slimbox [sintaxis de consulta
>> de Lucene|http://lucene.apache.**org/java/docs/**
>> queryparsersyntax.html]/%.
>> +Para más información echa un ojo a la %%slimbox [sintaxis de consulta de
>> Lucene|http://www.**lucenetutorial.com/lucene-**query-syntax.html]/%.
>>     || término  | encontrar un término es fácil   | {{hola}}
>>   || "..." | encuentra un grupo de palabras | {{"hola fondo norte"}}
>>
>> Modified: jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/fr/**
>> SearchPageHelp.txt
>> URL: http://svn.apache.org/viewvc/**jspwiki/trunk/jspwiki-war/src/**
>> main/config/wikipages/fr/**SearchPageHelp.txt?rev=**
>> 1509578&r1=1509577&r2=1509578&**view=diff<http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/wikipages/fr/SearchPageHelp.txt?rev=1509578&r1=1509577&r2=1509578&view=diff>
>> ==============================**==============================**
>> ==================
>> --- jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/fr/**SearchPageHelp.txt
>> (original)
>> +++ jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/fr/**SearchPageHelp.txt
>> Fri Aug  2 08:01:17 2013
>> @@ -10,7 +10,7 @@ Les recherches sont toutes insensibles �
>>     !! Syntaxe des requêtes
>>   -Plus plus d'information, vous pouvez vous référer à la %%slimbox
>> [syntaxe des requêtes Lucene|http://lucene.apache.**org/java/docs/**
>> queryparsersyntax.html]/%.
>> +Plus plus d'information, vous pouvez vous référer à la %%slimbox
>> [syntaxe des requêtes Lucene|http://www.**lucenetutorial.com/lucene-**
>> query-syntax.html]/%.
>>     |       || Description             || Exemple
>>   || mot   | sélectionne les documents contenant un simple mot   |
>> {{bonjour}}
>>
>> Modified: jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/it/**
>> SearchPageHelp.txt
>> URL: http://svn.apache.org/viewvc/**jspwiki/trunk/jspwiki-war/src/**
>> main/config/wikipages/it/**SearchPageHelp.txt?rev=**
>> 1509578&r1=1509577&r2=1509578&**view=diff<http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/wikipages/it/SearchPageHelp.txt?rev=1509578&r1=1509577&r2=1509578&view=diff>
>> ==============================**==============================**
>> ==================
>> --- jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/it/**SearchPageHelp.txt
>> (original)
>> +++ jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/it/**SearchPageHelp.txt
>> Fri Aug  2 08:01:17 2013
>> @@ -1,4 +1,4 @@
>> -Questa pagina riporta un breve somamrio della sintassi di ricerca.
>> +Questa pagina riporta un breve somamrio della sintassi di ricerca.
>>   Questa pagina è denominata [Search Page Help].
>>     Usate '+' per includere forzare esplicitamente una parola, '-' per
>> escluderla.  Per esempio:
>> @@ -8,14 +8,14 @@ Usate '+' per includere forzare esplicit
>>   }}}
>>     trova le pafine che DEVONO includere la parola "java", e NON devono
>> includere la parola
>> -"emacs".  Inoltre, le pagine che contengono "jsp" avranno un peso
>> maggiore di quelle che
>> +"emacs".  Inoltre, le pagine che contengono "jsp" avranno un peso
>> maggiore di quelle che
>>   non la includono.
>>     Tutte le ricerche vengono effettuate senza tener conto di maiuscole e
>> minuscole.
>>     !! Tabella della sintassi delle query
>>   -Per informazioni più dettagliate si rimanda a %%slimbox [Lucene's
>> query syntax|http://lucene.apache.**org/java/docs/**
>> queryparsersyntax.html]/%.
>> +Per informazioni più dettagliate si rimanda a %%slimbox [Lucene's query
>> syntax|http://www.**lucenetutorial.com/lucene-**query-syntax.html]/%.
>>     || termine  | trovare un singole termine è semplice | {{hello}}
>>   || "..." | trovare un gruppo di parole | {{"hello dolly"}}
>>
>> Modified: jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/nl/**
>> SearchPageHelp.txt
>> URL: http://svn.apache.org/viewvc/**jspwiki/trunk/jspwiki-war/src/**
>> main/config/wikipages/nl/**SearchPageHelp.txt?rev=**
>> 1509578&r1=1509577&r2=1509578&**view=diff<http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/wikipages/nl/SearchPageHelp.txt?rev=1509578&r1=1509577&r2=1509578&view=diff>
>> ==============================**==============================**
>> ==================
>> --- jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/nl/**SearchPageHelp.txt
>> (original)
>> +++ jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/nl/**SearchPageHelp.txt
>> Fri Aug  2 08:01:17 2013
>> @@ -1,4 +1,4 @@
>> -Deze pagina geeft een kort overzicht van de zoekmachine query syntax
>> +Deze pagina geeft een kort overzicht van de zoekmachine query syntax
>>   Deze pagina heet [Search Page Help].
>>     Gebruik '+' om aan te geven dat een woord moet voorkomen, '-' om aan
>> te geven dat een woord niet mag voorkomen.
>> @@ -7,14 +7,14 @@ Gebruik '+' om aan te geven dat een woor
>>             +java -emacs jsp
>>   }}}
>>   -vind pagina's die het woord "java" MOETEN bevatten, en die het woord
>> "emacs"  NIET MAG bevatten
>> +vind pagina's die het woord "java" MOETEN bevatten, en die het woord
>> "emacs"  NIET MAG bevatten
>>    En, pagina's met het woord "jsp" worden als eerste gerangschikt.
>>     Alle zoekopdrachten zijn hoofdletter gevoelig. Als een pagina zowel
>> benodigde als verboden keywords bevat, wordt hij niet getoond.
>>     !! Query syntax tabel
>>   -Voor meer informatie kijk op %%slimbox [Lucene's query syntax|
>> http://lucene.apache.**org/java/docs/**queryparsersyntax.html]/%.
>> +Voor meer informatie kijk op %%slimbox [Lucene's query syntax|
>> http://www.**lucenetutorial.com/lucene-**query-syntax.html]/%.
>>     || term  | een enkelvoudige term zoeken is een makkie   | {{hello}}
>>   || "..." | zoek een groep woorden | {{"hello dolly"}}
>>
>> Modified: jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/pt_BR/**
>> SearchPageHelp.txt
>> URL: http://svn.apache.org/viewvc/**jspwiki/trunk/jspwiki-war/src/**
>> main/config/wikipages/pt_BR/**SearchPageHelp.txt?rev=**
>> 1509578&r1=1509577&r2=1509578&**view=diff<http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/wikipages/pt_BR/SearchPageHelp.txt?rev=1509578&r1=1509577&r2=1509578&view=diff>
>> ==============================**==============================**
>> ==================
>> --- jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/pt_BR/**SearchPageHelp.txt
>> (original)
>> +++ jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/pt_BR/**SearchPageHelp.txt
>> Fri Aug  2 08:01:17 2013
>> @@ -15,7 +15,7 @@ de proibido e exigência, ela não é ex
>>     !! Tabela da sintaxe de busca
>>   -Para maiores informações olhe em %%slimbox [Sintaxe de busca do
>>  Lucene|http://lucene.apache.**org/java/docs/**queryparsersyntax.html]/%.
>> +Para maiores informações olhe em %%slimbox [Sintaxe de busca do  Lucene|
>> http://www.**lucenetutorial.com/lucene-**query-syntax.html]/%.
>>     || termo  | procura por um termo   | {{hello}}
>>   || "..."  | procura por um grupo de palavras | {{"hello dolly"}}
>>
>> Modified: jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/zh_CN/**
>> SearchPageHelp.txt
>> URL: http://svn.apache.org/viewvc/**jspwiki/trunk/jspwiki-war/src/**
>> main/config/wikipages/zh_CN/**SearchPageHelp.txt?rev=**
>> 1509578&r1=1509577&r2=1509578&**view=diff<http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/wikipages/zh_CN/SearchPageHelp.txt?rev=1509578&r1=1509577&r2=1509578&view=diff>
>> ==============================**==============================**
>> ==================
>> --- jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/zh_CN/**SearchPageHelp.txt
>> (original)
>> +++ jspwiki/trunk/jspwiki-war/src/**main/config/wikipages/zh_CN/**SearchPageHelp.txt
>> Fri Aug  2 08:01:17 2013
>> @@ -13,7 +13,7 @@
>>     !! 查询语法表
>>   -æœ‰å…³æ›´å¤šä¿¡æ ¯ï¼Œè¯·å ‚é˜… %%slimbox [Lucene 查询语法|
>> http://lucene.**apache.org/java/docs/**queryparsersyntax.html]/%ã<http://lucene.apache.org/java/docs/queryparsersyntax.html%5D/%25%C3%A3>
>> €‚
>> +æœ‰å…³æ›´å¤šä¿¡æ ¯ï¼Œè¯·å ‚é˜… %%slimbox [Lucene 查询语法|
>> http://www.**lucenetutorial.com/lucene-**query-syntax.html]/%ã<http://www.lucenetutorial.com/lucene-query-syntax.html%5D/%25%C3%A3>
>> €‚
>>     || term  | æŸ¥æ‰¾å •ä¸ªè¯ å®¹æ˜“   | {{hello}}
>>   || "..." | æŸ¥æ‰¾ä¸€ç»„å •è¯      | {{"hello dolly"}}
>>
>>
>>
>

Me no like (Re: svn commit: r1509578 - in /jspwiki/trunk/jspwiki-war/src/main/config/wikipages: de/ en/ es/ fr/ it/ nl/ pt_BR/ zh_CN/)

Posted by Glen Mazza <gl...@gmail.com>.
Dirk, the link you used points to a commercial site (.com), and it's for 
Lucene 3.5, so potentially out of date.  I don't think we should be 
using that, besides the nonprofit link is so much better and detailed: 
http://lucene.apache.org/core/4_4_0/queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package_description.

Glen


On 08/02/2013 04:01 AM, brushed@apache.org wrote:
> Author: brushed
> Date: Fri Aug  2 08:01:17 2013
> New Revision: 1509578
>
> URL: http://svn.apache.org/r1509578
> Log:
> Fixing Lucene help page URL in the SearchPageHelp.txt
>
> Modified:
>      jspwiki/trunk/jspwiki-war/src/main/config/wikipages/de/SearchPageHelp.txt
>      jspwiki/trunk/jspwiki-war/src/main/config/wikipages/en/SearchPageHelp.txt
>      jspwiki/trunk/jspwiki-war/src/main/config/wikipages/es/SearchPageHelp.txt
>      jspwiki/trunk/jspwiki-war/src/main/config/wikipages/fr/SearchPageHelp.txt
>      jspwiki/trunk/jspwiki-war/src/main/config/wikipages/it/SearchPageHelp.txt
>      jspwiki/trunk/jspwiki-war/src/main/config/wikipages/nl/SearchPageHelp.txt
>      jspwiki/trunk/jspwiki-war/src/main/config/wikipages/pt_BR/SearchPageHelp.txt
>      jspwiki/trunk/jspwiki-war/src/main/config/wikipages/zh_CN/SearchPageHelp.txt
>
> Modified: jspwiki/trunk/jspwiki-war/src/main/config/wikipages/de/SearchPageHelp.txt
> URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/wikipages/de/SearchPageHelp.txt?rev=1509578&r1=1509577&r2=1509578&view=diff
> ==============================================================================
> --- jspwiki/trunk/jspwiki-war/src/main/config/wikipages/de/SearchPageHelp.txt (original)
> +++ jspwiki/trunk/jspwiki-war/src/main/config/wikipages/de/SearchPageHelp.txt Fri Aug  2 08:01:17 2013
> @@ -14,7 +14,7 @@ Die Groß-/Kleinschreibung wird niemal
>   
>   !!Anfragesyntaxtabelle
>   
> -Details gibt es unter %%slimbox [Apache Lucene - Query Parser Syntax|http://lucene.apache.org/java/docs/queryparsersyntax.html]%%.
> +Details gibt es unter %%slimbox [Apache Lucene - Query Parser Syntax|http://www.lucenetutorial.com/lucene-query-syntax.html]%%.
>   
>   || term  | ein einfaches Wort finden | {{hello}}
>   || "..." | eine Folge von Wörtern finden | {{"hello dolly"}}
>
> Modified: jspwiki/trunk/jspwiki-war/src/main/config/wikipages/en/SearchPageHelp.txt
> URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/wikipages/en/SearchPageHelp.txt?rev=1509578&r1=1509577&r2=1509578&view=diff
> ==============================================================================
> --- jspwiki/trunk/jspwiki-war/src/main/config/wikipages/en/SearchPageHelp.txt (original)
> +++ jspwiki/trunk/jspwiki-war/src/main/config/wikipages/en/SearchPageHelp.txt Fri Aug  2 08:01:17 2013
> @@ -1,4 +1,4 @@
> -This page gives a quick overview of the search engine query syntax.
> +This page gives a quick overview of the search engine query syntax.
>   This page is called [Search Page Help].
>   
>   Use '+' to require a word, '-' to forbid a word.  For example:
> @@ -16,7 +16,7 @@ forbidden and required keywords, it is n
>   
>   !! Query syntax table
>   
> -For more info look at %%slimbox [Lucene's query syntax|http://lucene.apache.org/java/docs/queryparsersyntax.html]/%.
> +For more info look at %%slimbox [Lucene's query syntax|http://www.lucenetutorial.com/lucene-query-syntax.html]/%.
>   
>   || term  | find a single Term is easy   | {{hello}}
>   || "..." | find a group of words | {{"hello dolly"}}
>
> Modified: jspwiki/trunk/jspwiki-war/src/main/config/wikipages/es/SearchPageHelp.txt
> URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/wikipages/es/SearchPageHelp.txt?rev=1509578&r1=1509577&r2=1509578&view=diff
> ==============================================================================
> --- jspwiki/trunk/jspwiki-war/src/main/config/wikipages/es/SearchPageHelp.txt (original)
> +++ jspwiki/trunk/jspwiki-war/src/main/config/wikipages/es/SearchPageHelp.txt Fri Aug  2 08:01:17 2013
> @@ -11,12 +11,12 @@ encontrará todas las páginas que inclu
>   la palabra "emacs".  Además, las páginas que contengan la palabra "jsp" serán mostradas
>   antes que las páginas que no la tengan.
>   
> -Las búsquedas no son sensibles a mayúsculas/minúsculas.  Si una página incluye palabras requeridas
> +Las búsquedas no son sensibles a mayúsculas/minúsculas.  Si una página incluye palabras requeridas
>   y prohibidas, no es mostrada.
>   
>   !! Tabla con la sintaxis de consulta
>   
> -Para más información echa un ojo a la %%slimbox [sintaxis de consulta de Lucene|http://lucene.apache.org/java/docs/queryparsersyntax.html]/%.
> +Para más información echa un ojo a la %%slimbox [sintaxis de consulta de Lucene|http://www.lucenetutorial.com/lucene-query-syntax.html]/%.
>   
>   || término  | encontrar un término es fácil   | {{hola}}
>   || "..." | encuentra un grupo de palabras | {{"hola fondo norte"}}
>
> Modified: jspwiki/trunk/jspwiki-war/src/main/config/wikipages/fr/SearchPageHelp.txt
> URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/wikipages/fr/SearchPageHelp.txt?rev=1509578&r1=1509577&r2=1509578&view=diff
> ==============================================================================
> --- jspwiki/trunk/jspwiki-war/src/main/config/wikipages/fr/SearchPageHelp.txt (original)
> +++ jspwiki/trunk/jspwiki-war/src/main/config/wikipages/fr/SearchPageHelp.txt Fri Aug  2 08:01:17 2013
> @@ -10,7 +10,7 @@ Les recherches sont toutes insensibles �
>   
>   !! Syntaxe des requêtes
>   
> -Plus plus d'information, vous pouvez vous référer à la %%slimbox [syntaxe des requêtes Lucene|http://lucene.apache.org/java/docs/queryparsersyntax.html]/%.
> +Plus plus d'information, vous pouvez vous référer à la %%slimbox [syntaxe des requêtes Lucene|http://www.lucenetutorial.com/lucene-query-syntax.html]/%.
>   
>   |       || Description             || Exemple
>   || mot   | sélectionne les documents contenant un simple mot   | {{bonjour}}
>
> Modified: jspwiki/trunk/jspwiki-war/src/main/config/wikipages/it/SearchPageHelp.txt
> URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/wikipages/it/SearchPageHelp.txt?rev=1509578&r1=1509577&r2=1509578&view=diff
> ==============================================================================
> --- jspwiki/trunk/jspwiki-war/src/main/config/wikipages/it/SearchPageHelp.txt (original)
> +++ jspwiki/trunk/jspwiki-war/src/main/config/wikipages/it/SearchPageHelp.txt Fri Aug  2 08:01:17 2013
> @@ -1,4 +1,4 @@
> -Questa pagina riporta un breve somamrio della sintassi di ricerca.
> +Questa pagina riporta un breve somamrio della sintassi di ricerca.
>   Questa pagina è denominata [Search Page Help].
>   
>   Usate '+' per includere forzare esplicitamente una parola, '-' per escluderla.  Per esempio:
> @@ -8,14 +8,14 @@ Usate '+' per includere forzare esplicit
>   }}}
>   
>   trova le pafine che DEVONO includere la parola "java", e NON devono includere la parola
> -"emacs".  Inoltre, le pagine che contengono "jsp" avranno un peso maggiore di quelle che
> +"emacs".  Inoltre, le pagine che contengono "jsp" avranno un peso maggiore di quelle che
>   non la includono.
>   
>   Tutte le ricerche vengono effettuate senza tener conto di maiuscole e minuscole.
>   
>   !! Tabella della sintassi delle query
>   
> -Per informazioni più dettagliate si rimanda a %%slimbox [Lucene's query syntax|http://lucene.apache.org/java/docs/queryparsersyntax.html]/%.
> +Per informazioni più dettagliate si rimanda a %%slimbox [Lucene's query syntax|http://www.lucenetutorial.com/lucene-query-syntax.html]/%.
>   
>   || termine  | trovare un singole termine è semplice | {{hello}}
>   || "..." | trovare un gruppo di parole | {{"hello dolly"}}
>
> Modified: jspwiki/trunk/jspwiki-war/src/main/config/wikipages/nl/SearchPageHelp.txt
> URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/wikipages/nl/SearchPageHelp.txt?rev=1509578&r1=1509577&r2=1509578&view=diff
> ==============================================================================
> --- jspwiki/trunk/jspwiki-war/src/main/config/wikipages/nl/SearchPageHelp.txt (original)
> +++ jspwiki/trunk/jspwiki-war/src/main/config/wikipages/nl/SearchPageHelp.txt Fri Aug  2 08:01:17 2013
> @@ -1,4 +1,4 @@
> -Deze pagina geeft een kort overzicht van de zoekmachine query syntax
> +Deze pagina geeft een kort overzicht van de zoekmachine query syntax
>   Deze pagina heet [Search Page Help].
>   
>   Gebruik '+' om aan te geven dat een woord moet voorkomen, '-' om aan te geven dat een woord niet mag voorkomen.
> @@ -7,14 +7,14 @@ Gebruik '+' om aan te geven dat een woor
>             +java -emacs jsp
>   }}}
>   
> -vind pagina's die het woord "java" MOETEN bevatten, en die het woord "emacs"  NIET MAG bevatten
> +vind pagina's die het woord "java" MOETEN bevatten, en die het woord "emacs"  NIET MAG bevatten
>    En, pagina's met het woord "jsp" worden als eerste gerangschikt.
>   
>   Alle zoekopdrachten zijn hoofdletter gevoelig. Als een pagina zowel benodigde als verboden keywords bevat, wordt hij niet getoond.
>   
>   !! Query syntax tabel
>   
> -Voor meer informatie kijk op %%slimbox [Lucene's query syntax|http://lucene.apache.org/java/docs/queryparsersyntax.html]/%.
> +Voor meer informatie kijk op %%slimbox [Lucene's query syntax|http://www.lucenetutorial.com/lucene-query-syntax.html]/%.
>   
>   || term  | een enkelvoudige term zoeken is een makkie   | {{hello}}
>   || "..." | zoek een groep woorden | {{"hello dolly"}}
>
> Modified: jspwiki/trunk/jspwiki-war/src/main/config/wikipages/pt_BR/SearchPageHelp.txt
> URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/wikipages/pt_BR/SearchPageHelp.txt?rev=1509578&r1=1509577&r2=1509578&view=diff
> ==============================================================================
> --- jspwiki/trunk/jspwiki-war/src/main/config/wikipages/pt_BR/SearchPageHelp.txt (original)
> +++ jspwiki/trunk/jspwiki-war/src/main/config/wikipages/pt_BR/SearchPageHelp.txt Fri Aug  2 08:01:17 2013
> @@ -15,7 +15,7 @@ de proibido e exigência, ela não é ex
>   
>   !! Tabela da sintaxe de busca
>   
> -Para maiores informações olhe em %%slimbox [Sintaxe de busca do  Lucene|http://lucene.apache.org/java/docs/queryparsersyntax.html]/%.
> +Para maiores informações olhe em %%slimbox [Sintaxe de busca do  Lucene|http://www.lucenetutorial.com/lucene-query-syntax.html]/%.
>   
>   || termo  | procura por um termo   | {{hello}}
>   || "..."  | procura por um grupo de palavras | {{"hello dolly"}}
>
> Modified: jspwiki/trunk/jspwiki-war/src/main/config/wikipages/zh_CN/SearchPageHelp.txt
> URL: http://svn.apache.org/viewvc/jspwiki/trunk/jspwiki-war/src/main/config/wikipages/zh_CN/SearchPageHelp.txt?rev=1509578&r1=1509577&r2=1509578&view=diff
> ==============================================================================
> --- jspwiki/trunk/jspwiki-war/src/main/config/wikipages/zh_CN/SearchPageHelp.txt (original)
> +++ jspwiki/trunk/jspwiki-war/src/main/config/wikipages/zh_CN/SearchPageHelp.txt Fri Aug  2 08:01:17 2013
> @@ -13,7 +13,7 @@
>   
>   !! 查询语法表
>   
> -有关更多信息,请参阅 %%slimbox [Lucene 查询语法|http://lucene.apache.org/java/docs/queryparsersyntax.html]/%。
> +有关更多信息,请参阅 %%slimbox [Lucene 查询语法|http://www.lucenetutorial.com/lucene-query-syntax.html]/%。
>   
>   || term  | 查找单个词容易   | {{hello}}
>   || "..." | 查找一组单词     | {{"hello dolly"}}
>
>