> 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