apachejspωiki
  • G’day (anonymous guest)
  • User Preferences Log in
  • Recent Searches
SearchPageHelp
Your trail: 
  • ☰
  • SearchPageHelp
  • Attach
  • Edit
  • More...
    • View Page Source
    • Show Reader View
    • Recent Changes
      Page Index
      SystemInfo

      UnusedPages
      UndefinedPages

This page (revision-1) was last changed on 23-Jan-2017 00:32 by john  

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

History

Version Date Modified Size Author Changes ... Change note
1 23-Jan-2017 00:32 2 KB john

Page References

Incoming links Outgoing links
SearchPageHelp ...nobody
SearchPageHelp

Difference

Difference between version and

At line 1 added 39 lines
This page gives a quick overview of the search engine query syntax.
Use '+' to require a word, '-' to forbid a word. For example:
{{{
+java -emacs jsp
}}}
finds pages that MUST include the word "java", and MAY NOT include the word "emacs".
\\Also, pages that contain the word "jsp" are ranked before the pages that don't.
All searches are __case insensitive__. If a page contains both forbidden and required keywords, it is not shown.
!! Query syntax table
For more info look at %%slimbox [Lucene's query syntax|http://lucene.apache.org/core/2_9_4/queryparsersyntax.html]/%.
|| term | find a single Term is easy | {{hello}}
|| "..." | find a group of words | {{"hello dolly"}}
|| ? | any single character (the ? can not be the 1st character of a search) | {{te?t}}
|| * | any multiple character (the * can not be the 1st character of a search) | {{test*}}
|| OR | match document if either of the terms exist | {{"hello dolly" hello}}\\{{"hello dolly" OR hello}}
|| AND | match documents where both terms exists | {{"hello dolly" AND "dolly lucy"}}
|| + | requires that the term after the "+" symbol exist | {{+hello dolly}}
|| -\\NOT | exclude documents that contain the term after the "-" symbol \\ exclude also supported with NOT or ! | {{"hello dolly" -"dolly lucy"}}\\{{"hello dolly" NOT "dolly lucy"}}
|| (...) | use parentheses to form sub queries | {{(hello OR dolly) AND website}}
|| ~~ | ''fuzzy'' searchs to match terms similar in spelling | {{roam~ }}
|| ~n | ''proximity'' search, within a distance expressed in number of words | {{"hello dolly"~10}}
|| ^n | ''boost'' factor to increase importance in a search | {{"hello dolly"^4 "dolly lucy"}}
|| \ | escape special characters: __ + - && ~|~| ! ( ) { } [[ ] ^ " ~ * ? : \ __ | {{\(1\+1\)\:2}} to find (1+1):2
You can restrict the search domain by prefixing your query:
|| author:''term'' | find pages modified by certain author(s) | {{author:~JohnFoo}}
|| attachment:''term'' | find pages with certain attachment name | {{attachment:brushed*}}
|| name:''term'' | find pages with certain page name | {{name:Main}}
|| contents:''term'' | find pages with certain content | {{contents:jspwiki}}
[{ALLOW edit Admin}]
[{ALLOW view All}]
This page (revision-1) was last changed on 23-Jan-2017 00:32 by john   Top

About
Help
SysInfo

(page = LeftMenu)

Admin

(page = LeftMenuFooter)

JSPWiki v2.10.2  
JSPWiki v2.10.2