Code Search for Developers
 
 
  

search_en.htm from Kneobase at Krugle


Show search_en.htm syntax highlighted

<h2>Tips for the search: </h2>
<p>The following options can be used in the Search field:</p>
<p> <strong>Exact phrase search:</strong></p>
<p><em>example: "informe de finanzas". </em></p>
<p><strong> Wildcard for words: * </strong></p>
<p><em>a*</em>, all the words beggining with  an 'a'</p>
<p><em>hi*ria</em>, all the words beggining with  'hi' and ending with 'ria'.</p>
<p>Note: you can not use * at the beggining of the word.</p>
<p><strong>Logical operators:</strong> AND, OR, NOT, +, -, !.</p>
<p><font color="#0033FF">b1 <strong>AND</strong> b2</font>, both conditions must be satisfied in order to have results on the search. </p>
<p><em>example: informe AND finanzas</em> </p>
<p><font color="#0033FF">b1 <strong>OR</strong> b2<strong> (idem b1 || b2)</strong></font>, at least one of the conditions must be satisfied in order to have results in the search.</p>
<p><em>example: informe OR finanzas</em>, will return the  documents that contain one of the two words, or both of them. </p>
<p><em>example: informe AND (empleados OR finanzas)</em>, will return the  documents  containing the first word and at least one of the other.</p>
<p>Note: by default, OR is equal to ' ' (blank), which implies that "informe finanzas"
  will bring the  same results as "informe OR finanzas".</p>
<p><font color="#0033FF"><strong>NOT b1</strong></font>, the condition b1 must not be fulfilled. <strong>(Idem -b1, !b1)</strong></p>
<p><em>example: informe NOT finanzas</em>, will return the documents that contain 'informe' and, at the same time, does NOT contain 'finanzas'. </p>
<p><em>example: informe !empleados</em>, will return the documents that contain 'informe' and, at the same time, does NOT contain 'empleados'.</p>
<p><font color="#0033FF"><strong>+b1 b2,</strong></font> implies that the b1 search is required. </p>
<p><em> example: +informe finanzas</em>, will return the documents that contain"informe" and can or cannot contain "finanzas".</p>
<p>Note  is not the same result as using  AND.</p>
<p>b1 AND b2 = +b1 +b2</p>




See more files for this project here

Kneobase

Kneobase is an enterprise search engine, based upon the Lucene search engine and the Spring framework. It allows to perform full-text search across many different content sources. It is highly adaptable out-of-the-box and has a pluggable architecture.

Project homepage: http://sourceforge.net/projects/kneobase
Programming language(s): Java,XML
License: other

  config.jsp
  drivers_en.htm
  drivers_es.htm
  include.jsp
  index.jsp
  index_en.htm
  index_es.htm
  logs.jsp
  logs_en.htm
  logs_es.htm
  robots.jsp
  search.jsp
  search_en.htm
  search_es.htm
  top.jsp