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 (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -xwiki:XWiki. rrodriguez1 +xwiki:XWiki.enygma - Content
-
... ... @@ -1,7 +1,9 @@ 1 -{{box cssClass="floatinginfobox" title="**Contents**"}}{{toc/}}{{/box}} 1 +{{box cssClass="floatinginfobox" title="**Contents**"}} 2 +{{toc/}} 3 +{{/box}} 2 2 3 3 {{info}} 4 -Need more informations? See the [[lucene website>>http://lucene.apache.org/java/docs/index.html]]. Look for lucene-core-x.y.z.jar in xwiki /WEB-INF/lib foldertocheck the LucenecorejarXWikiis currentlyusing.Then,goto thecorrectopy of docs/queryparsersyntax.html.6 +Need more informations? See the [[lucene website>>http://lucene.apache.org/java/docs/index.html]]. More specifically look for the "Query Syntax" documentation entry for the Lucene Core version matching the version used in your XWiki installation (to find the version used by XWiki look for ##lucene-core-x.y.z.jar## in the XWiki's ##/WEB-INF/lib## folder. For example for XWiki Enterprise 2.6 uses Lucene Core 2.9.3 which means the Lucene Query Syntax can be found [[here>>http://lucene.apache.org/java/2_9_3/queryparsersyntax.html]]. 5 5 {{/info}} 6 6 7 7 = Terms = ... ... @@ -138,7 +138,7 @@ 138 138 + - && || ! ( ) { } [ ] ^ " ~ * ? : \ 139 139 {{/code}} 140 140 141 -To escape these character use thebefore the character. For example to search for (1+1):2 use the query:143 +To escape these character use "\" (backslash) before the character. For example to search for (1+1):2 use the query: 142 142 143 143 {{code}} 144 144 \(1\+1\)\:2