Hi Keith,

Keith Pope wrote:
I am doing some tests with ZS and cant seem to search the index for numbers, my 
docs are setup like:
[...]

It all depends on the analyzer. If you don't specify your own, by default Zend_Search_Lucene_Analysis_Analyzer_Common_Text_CaseInsensitive is used which doesn't care about numbers. You probably want TextNum or TextNum_CaseInsensitive (or Utf8Num etc., depends on your charset).

HTH,
- Markus

Reply via email to