Difference: PluceneSearch (1 vs. 6)

Revision 622 Aug 2008 - Main.DavidCowburn

 

Search form

in
do not show summaries
do not show total matches
show locked topics
limit result count to


Note that you can redefine this form to suit your current needs, removing the options you don't want

Search through all webs form (suited for top bar)

<form action="%SCRIPTURLPATH%/plucsearch%SCRIPTSUFFIX%/%INTURLENCODE{"%INCLUDINGWEB%"}%/">
  <input type="text" name="search" size="32" /> <input type="submit" value="Search" />
  <input type="hidden" name="web" value="all">
</form>

Search through current web (suited for left bar)

<form action="%SCRIPTURLPATH%/plucsearch%SCRIPTSUFFIX%/%INTURLENCODE{"%INCLUDINGWEB%"}%/">
  <input type="text" name="search" size="32" /> <input type="submit" value="Go" />
  <input type="hidden" name="web"  value="%INCLUDINGWEB%">
</form>

Query syntax

  • you can use + and -, as Google query syntax, just for AND and AND NOT operators respectively
  • for a text search, just put the word or add the prefix text: before it
  • for a sentence search, just put double quotes
  • if you want to search using some meta data, you should use the prefix field: where field is the meta data name (i.e. author).

Query examples (just type it in your PluceneSearch site topic)

  • text:plucene or just plucene
  • text:"search engine" or just "search engine"
  • author:JoanMVigo note that you should use the login name
  • form:WebFormName to get all topics with that form
  • CONTACTINFO:JoanMVigo if you have declared CONTACTINFO as a variable to be indexed
  • type:doc to get all attachments of given type
  • web:Sandbox to get all the topics of a given web
  • topic:WebHome to get all the topics of a given name
  • +web:Sandbox +topic:Test to get all the topics with word Test in name and belonging to Sandbox

Notes: current version of Plucene does not support wildcards.

See also: SearchEnginePluceneAddOn

-- TWiki:Main/JoanMVigo - 21 Mar 2006

Revision 521 Mar 2006 - Main.TWikiGuest

 

Search form

in
do not show summaries
do not show total matches
show locked topics
limit result count to


Note that you can redefine this form to suit your current needs, removing the options you don't want

Search through all webs form (suited for top bar)

<form action="%SCRIPTURLPATH%/plucsearch%SCRIPTSUFFIX%/%INTURLENCODE{"%INCLUDINGWEB%"}%/">
  <input type="text" name="search" size="32" /> <input type="submit" value="Search" />
  <input type="hidden" name="web" value="all">
</form>

Search through current web (suited for left bar)

<form action="%SCRIPTURLPATH%/plucsearch%SCRIPTSUFFIX%/%INTURLENCODE{"%INCLUDINGWEB%"}%/">
  <input type="text" name="search" size="32" /> <input type="submit" value="Go" />
  <input type="hidden" name="web"  value="%INCLUDINGWEB%">
</form>

Query syntax

  • you can use + and -, as Google query syntax, just for AND and AND NOT operators respectively
  • for a text search, just put the word or add the prefix text: before it
  • for a sentence search, just put double quotes
  • if you want to search using some meta data, you should use the prefix field: where field is the meta data name (i.e. author).

Query examples (just type it in your PluceneSearch site topic)

  • text:plucene or just plucene
  • text:"search engine" or just "search engine"
  • author:JoanMVigo note that you should use the login name
  • form:WebFormName to get all topics with that form
  • CONTACTINFO:JoanMVigo if you have declared CONTACTINFO as a variable to be indexed
  • type:doc to get all attachments of given type
  • web:Sandbox to get all the topics of a given web
  • topic:WebHome to get all the topics of a given name
  • +web:Sandbox +topic:Test to get all the topics with word Test in name and belonging to Sandbox

Notes: current version of Plucene does not support wildcards.

Changed:
<
<
See also: TWiki:Plugins/SearchEnginePluceneAddOn
>
>
See also: SearchEnginePluceneAddOn
 
Changed:
<
<
-- JoanMVigo? - 20 Mar 2006
>
>
-- TWiki:Main/JoanMVigo - 21 Mar 2006
 

Revision 420 Mar 2006 - Main.TWikiGuest

 

Search form

in
do not show summaries
do not show total matches
show locked topics
limit result count to


Note that you can redefine this form to suit your current needs, removing the options you don't want

Search through all webs form (suited for top bar)

<form action="%SCRIPTURLPATH%/plucsearch%SCRIPTSUFFIX%/%INTURLENCODE{"%INCLUDINGWEB%"}%/">
  <input type="text" name="search" size="32" /> <input type="submit" value="Search" />
  <input type="hidden" name="web" value="all">
</form>

Search through current web (suited for left bar)

<form action="%SCRIPTURLPATH%/plucsearch%SCRIPTSUFFIX%/%INTURLENCODE{"%INCLUDINGWEB%"}%/">
  <input type="text" name="search" size="32" /> <input type="submit" value="Go" />
  <input type="hidden" name="web"  value="%INCLUDINGWEB%">
</form>

Query syntax

  • you can use + and -, as Google query syntax, just for AND and AND NOT operators respectively
  • for a text search, just put the word or add the prefix text: before it
  • for a sentence search, just put double quotes
  • if you want to search using some meta data, you should use the prefix field: where field is the meta data name (i.e. author).

Query examples (just type it in your PluceneSearch site topic)

  • text:plucene or just plucene
  • text:"search engine" or just "search engine"
  • author:JoanMVigo note that you should use the login name
  • form:WebFormName to get all topics with that form
  • CONTACTINFO:JoanMVigo if you have declared CONTACTINFO as a variable to be indexed
  • type:doc to get all attachments of given type
  • web:Sandbox to get all the topics of a given web
  • topic:WebHome to get all the topics of a given name
  • +web:Sandbox +topic:Test to get all the topics with word Test in name and belonging to Sandbox

Notes: current version of Plucene does not support wildcards.

Changed:
<
<
See also: TWiki:Plugins/PluceneSearchEngineAddOn
>
>
See also: TWiki:Plugins/SearchEnginePluceneAddOn
 
Changed:
<
<
-- JoanMVigo? - 02 Mar 2006
>
>
-- JoanMVigo? - 20 Mar 2006
Added:
>
>
 

Revision 302 Mar 2006 - Main.TWikiGuest

 

Search form

Changed:
<
<

>
>
Deleted:
<
<
Note that you can redefine this form to suit your current needs, removing the options you don't want
  in
do not show summaries
do not show total matches
show locked topics
limit result count to
Changed:
<
<

Query syntax

>
>

Note that you can redefine this form to suit your current needs, removing the options you don't want
Added:
>
>

Search through all webs form (suited for top bar)

<form action="%SCRIPTURLPATH%/plucsearch%SCRIPTSUFFIX%/%INTURLENCODE{"%INCLUDINGWEB%"}%/">
  <input type="text" name="search" size="32" /> <input type="submit" value="Search" />
  <input type="hidden" name="web" value="all">
</form>

Search through current web (suited for left bar)

<form action="%SCRIPTURLPATH%/plucsearch%SCRIPTSUFFIX%/%INTURLENCODE{"%INCLUDINGWEB%"}%/">
  <input type="text" name="search" size="32" /> <input type="submit" value="Go" />
  <input type="hidden" name="web"  value="%INCLUDINGWEB%">
</form>

Query syntax

 
  • you can use + and -, as Google query syntax, just for AND and AND NOT operators respectively
  • for a text search, just put the word or add the prefix text: before it
  • for a sentence search, just put double quotes
  • if you want to search using some meta data, you should use the prefix field: where field is the meta data name (i.e. author).

Query examples (just type it in your PluceneSearch site topic)

  • text:plucene or just plucene
  • text:"search engine" or just "search engine"
  • author:JoanMVigo note that you should use the login name
  • form:WebFormName to get all topics with that form
  • CONTACTINFO:JoanMVigo if you have declared CONTACTINFO as a variable to be indexed
  • type:doc to get all attachments of given type
  • web:Sandbox to get all the topics of a given web
  • topic:WebHome to get all the topics of a given name
  • +web:Sandbox +topic:Test to get all the topics with word Test in name and belonging to Sandbox

Notes: current version of Plucene does not support wildcards.

See also: TWiki:Plugins/PluceneSearchEngineAddOn

-- JoanMVigo? - 02 Mar 2006

Deleted:
<
<
 

Revision 202 Mar 2006 - Main.TWikiGuest

Changed:
<
<

Search form

Query syntax

  • you can use and, or
  • if you want to search for some word, you should use the prefix text:
  • you can search for a sentence using quotes and prefixing with text: as above
  • if you want to search using some meta data, you should use the prefix field: where field is the meta data name
  • if you want to search using some form field, you should use the prefix field: where field is the form's field name

Query examples (just type it in your PluceneSearch site topic)

  • text:plucene
  • text:"search engine"
  • author:JoanMVigo
  • form:WebFormName

Notes: current version of Plucene does not support wildcards.

See also: TWiki:Plugins/PluceneSearchEngineAddOn

-- JoanMVigo? - 18 Nov 2004

>
>

Search form


Note that you can redefine this form to suit your current needs, removing the options you don't want
in
do not show summaries
do not show total matches
show locked topics
limit result count to

Query syntax

  • you can use + and -, as Google query syntax, just for AND and AND NOT operators respectively
  • for a text search, just put the word or add the prefix text: before it
  • for a sentence search, just put double quotes
  • if you want to search using some meta data, you should use the prefix field: where field is the meta data name (i.e. author).

Query examples (just type it in your PluceneSearch site topic)

  • text:plucene or just plucene
Added:
>
>
  • text:"search engine" or just "search engine"
  • author:JoanMVigo note that you should use the login name
  • form:WebFormName to get all topics with that form
  • CONTACTINFO:JoanMVigo if you have declared CONTACTINFO as a variable to be indexed
  • type:doc to get all attachments of given type
  • web:Sandbox to get all the topics of a given web
  • topic:WebHome to get all the topics of a given name
  • +web:Sandbox +topic:Test to get all the topics with word Test in name and belonging to Sandbox

Notes: current version of Plucene does not support wildcards.

See also: TWiki:Plugins/PluceneSearchEngineAddOn

-- JoanMVigo? - 02 Mar 2006

 

Revision 118 Nov 2004 - Main.jmv

 

Search form

Query syntax

  • you can use and, or
  • if you want to search for some word, you should use the prefix text:
  • you can search for a sentence using quotes and prefixing with text: as above
  • if you want to search using some meta data, you should use the prefix field: where field is the meta data name
  • if you want to search using some form field, you should use the prefix field: where field is the form's field name

Query examples (just type it in your PluceneSearch site topic)

  • text:plucene
  • text:"search engine"
  • author:JoanMVigo
  • form:WebFormName

Notes: current version of Plucene does not support wildcards.

See also: TWiki:Plugins/PluceneSearchEngineAddOn

-- JoanMVigo? - 18 Nov 2004

 
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding this intranet, Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.PluceneSearch