Changes for page Solr Search Application

Last modified by Raphaël Jakse on 2024/04/16 10:13

From version 134.21
edited by Admin
on 2018/08/27 18:57
Change comment: Imported extension [org.xwiki.platform:xwiki-platform-search-solr-ui] from repository [maven-xwiki:maven:http://nexus.xwiki.org/nexus/content/groups/public]
To version 135.1
edited by Jean-Sébastien Dennebouy
on 2018/09/07 11:48
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.Admin
1 +xwiki:XWiki.jsd
ExtensionCode.ExtensionClass[0]
Description
... ... @@ -84,6 +84,15 @@
84 84  
85 85  The Solr search engine used in XWiki parses the search query (what you type in the search input) using by default [[the Extended DisMax Query Parser>>https://cwiki.apache.org/confluence/display/solr/The+Extended+DisMax+Query+Parser]]. You'll have to read the [[Solr documentation>>https://cwiki.apache.org/confluence/display/solr/Searching]] for details. Let's see some examples:
86 86  
87 +* Boolean operators: AND, OR, NOT (uppercase), “+” and “-”(((
88 +{{code language="none"}}
89 ++foo +bar "quick fox" -glitch
90 +{{/code}}
91 +)))equals to(((
92 +{{code language="none"}}
93 +foo AND bar OR "quick fox" NOT glitch
94 +{{/code}}
95 +)))
87 87  * Search for word "foo" in the title field(((
88 88  {{code language="none"}}
89 89  title:foo

Get Connected