Changes for page Lucene Search Query Help

Last modified by Djebloun Sidali on 2014/02/23 15:55

<
From version < 14.2 >
edited by Mircea Staicu
on 2013/03/04 11:02
To version < 16.3 >
edited by Djebloun Sidali
on 2014/02/23 15:36
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Parent
... ... @@ -1,1 +1,1 @@
1 -Extension.Search Application
1 +Extension.Lucene Search Application
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.mstaicu
1 +xwiki:XWiki.Sidali
Content
... ... @@ -176,6 +176,26 @@
176 176  name:WebHome
177 177  {{/code}}
178 178  
179 +== space ==
180 +
181 +Name of the space the document belongs to
182 +
183 +Look for the word "test" in the space "Blog":
184 +
185 +{{code}}
186 +test AND exactspace:Blog
187 +{{/code}}
188 +
189 +== exactspace ==
190 +
191 +Name of the space the document belongs to, untokenized for exact matches
192 +
193 +Look for the word "test" in the space "Blog":
194 +
195 +{{code}}
196 +test AND exactspace:Blog
197 +{{/code}}
198 +
179 179  == lang ==
180 180  
181 181  Look for "Voila" in french documents :

Get Connected