carlson     02/05/16 07:04:14

  Modified:    xdocs    queryparsersyntax.xml
  Log:
  Fixed a typo when converting from the term IBM to the term jakarta in the boosting 
example.
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-lucene/xdocs/queryparsersyntax.xml
  
  Index: queryparsersyntax.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene/xdocs/queryparsersyntax.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- queryparsersyntax.xml     15 May 2002 23:29:55 -0000      1.2
  +++ queryparsersyntax.xml     16 May 2002 14:04:14 -0000      1.3
  @@ -79,10 +79,10 @@
           <p>and you want the term "jakarta" to be more relevant boost it using the ^ 
symbol along with the boost factor next to the term. 
           You would type:</p>
           <source>jakarta^4 apache</source>
  -        <p>This will make documents with the term IBM appear more relevant. You can 
also boost Phrase Terms as in the example: </p>
  +        <p>This will make documents with the term jakarta appear more relevant. You 
can also boost Phrase Terms as in the example: </p>
   
           <source>"jakarta apache"^4 "jakarta lucene"</source>
  -        <p>By default, the boost factor is 1.</p>
  +        <p>By default, the boost factor is 1. Although, the boost factor must be 
positive, it can be less than 1 (i.e. .2)</p>
           </subsection>
           </section>
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to