Brian and William,

You both are right.  I discovered the same thing myself after I submitted
the question.  Thanks for your quick replies.

On a totally unrelated note, is there any way we can set the listserv up to
have the reply-to address go back to the list, rather than to the sender?

Thanks,
Brian

-----Original Message-----
From: Brian Goetz [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 13, 2001 4:43 PM
To: Brian D. Brown
Cc: [EMAIL PROTECTED]
Subject: Re: [Lucene-users] Searching problem, please help!!


> Thanks for the reply.  That got me past the initial problem, where it was
> dropping the numerals from the query.  Now however, even though the query
> value is "1", the search fails.  Here's the situation: I have three test
> documents.  In the first, I have the text "Brian1", in the second I have
> "Brian2", and in the third I have "Brian3".  So, I should be able to
search
> for "Brian*" and get all three documents, or search for "Brian1" and just
> find a single document.  Searching for "Brian" gives me the expected
> results, but searching for "Brian1" returns no hits.

If I had to guess, I'd say that you were using a different Analyzer for
the query than for the indexing.

-Brian (not Brian1)




_______________________________________________
Lucene-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/lucene-users

Reply via email to