Changes for page Lucene Search Query Help
Last modified by Djebloun Sidali on 2014/02/23 15:55
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -148,7 +148,7 @@ 148 148 149 149 = Searchable fields = 150 150 151 -XWiki documents contain wiki content and meta-information ,lucene indexes such information in fields.151 +XWiki documents contain wiki content and meta-information. Lucene indexes such information in fields. 152 152 153 153 == wiki == 154 154 ... ... @@ -247,3 +247,11 @@ 247 247 {{code}} 248 248 creationdate:20090708* 249 249 {{/code}} 250 + 251 +== Searching for fields in XWiki objects == 252 + 253 +Beside Lucene's XWiki specific index fields, querying for documents based on the property values of contained XWiki objects is also possible. 254 + 255 +{{code}} 256 +XWiki.XWikiUsers.first_name:'Administrator' 257 +{{/code}}