Because you did not specify a field to search in, the search
"TITLE:Hello or TITLE:hello or TITLE:h*" will return more I guess. You
can specify a default field to search in via QueryParser.parse(query,
field, analyzer)

-----Original Message-----
From: Daniel Cortes [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 14, 2005 12:13
To: java-user@lucene.apache.org
Subject: A simple question

I have a simple question  I'm sure that have a simple response, but now 
I don't have any idea.

If I have something indexed and stored in the field TITLE ("Hello") and 
I search with Standard analyzer (Hello or hello or h*) in this field. 
Why don't obtain any hit?

PD: Excuseme if it's so obvious what now i'm don't have the solution.
thks.

---------------------------------------------------------------------
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