I hope someone can help on the list can help me with a problem query we 
have with Clucene .9.20 or CLucene .9.21b.

We have an index with a document containing the string "1abc"

Using the cl_demo to reproduce the problem, we index that string (along 
with several others).   The Standard Analyser  tokenize this string into 2 
words [1] [abc].  I can search using '1' or 'ab*' and it finds that 
document.  But it does not find any documents using the search string 
'1ab*'  .  I thought it would internally parse the query to search for  1 
or ab* .  However it does not find any matching documents.  Does anyone 
know if this is expected behaviour or is this a possible problem ? 

Thank you.




-- Mark.

Mark Ashworth
Office phone: +1 (905) 413-5033
Alternate: +1 (905) 697-8094
Internet: mailto:ashwo...@ca.ibm.com


------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
CLucene-developers mailing list
CLucene-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/clucene-developers

Reply via email to