Hello.  I'm trying to get familiar with the functioning of Lucene.  I've got
the demo program running, and I've created three text files.  The problem is
that I can't seem to have numerals in the search parameters.  For instance,
if I want to search for "Brian1", the parser drops the "1" and just does a
search for "Brian".  I've been digging thru the code trying to figure out
where this is happening, but I haven't had much luck so far.  Is there
something I can do to override this behavior?  The files we intend to search
contain significant amounts of numeric data, and parts of the filenames are
numeric as well.  Lucene would be worthless to us if there is no way around
this.

Thanks in advance for your help.

Brian D. Brown
Sr. Software Developer
IAM Technology, LLC
http://www.iam-technology.com
"Bring it on!!"




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

Reply via email to