Search engines generally don't do that as they store index vectors based on tokenized 
words (e.g., Google won't find salesforce.com as a match for sales either).  Lucene 
does allow you to construct queries to do this kind of searching.  See 
http://jakarta.apache.org/lucene/docs/queryparsersyntax.html or the underlying classes 
(e.g., PrefixQuery, WildcardQuery).

Chuck

  > -----Original Message-----
  > From: PROYECTA.Fernandez Garcia, Ivan
  > [mailto:[EMAIL PROTECTED]
  > Sent: Monday, October 25, 2004 8:28 AM
  > To: [EMAIL PROTECTED]
  > Subject: Question in Search Query
  > 
  > Good afternoon,
  > 
  >   I´m looking for a word and Lucene return only completes word.
  >   no words or phrases which have this text are returned.
  >   Why?
  > 
  >   For instance:
  >     I´m loogin for "sales" word and Lucene no return me
  > "salesforce.com"
  > word (this exist).
  > 
  > 
  > Thanks ver much for your help.
  > 
  > > Iván Fernández García
  > > Proyecta Sistemas de Información
  > >
  > >
  > >
  > >
  > >
  > ---
  > Outgoing mail is certified Virus Free.
  > Checked by AVG anti-virus system (http://www.grisoft.com).
  > Version: 6.0.773 / Virus Database: 520 - Release Date: 05/10/2004
  > 
  > 
  > ----------------------------------------------
  > Has decidido el mejor precio.  Has decidido IBERIA.com
  > You´ve chosen the best price. You´ve chosen  IBERIA.com
  > ----------------------------------------------
  > http://www.iberia.com
  > 
  > 
  > ---------------------------------------------------------------------
  > To unsubscribe, e-mail: [EMAIL PROTECTED]
  > For additional commands, e-mail: [EMAIL PROTECTED]


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

Reply via email to