Re: [fw-general] Zend_Search_Lucene and integer search

2007-01-22 Thread Alexander Veremyev
Hi, It can parse, store and search for numbers, but default analyzer skips digits. Zend_Search_Lucene has a special analyzer for this. You have to set it as default before indexing and searching: --- Zend_Search_Lucene_Analysis_Analyzer::setDefault( new Zend_Search_L

[fw-general] Zend_Search_Lucene and integer search

2007-01-22 Thread kkelly
I noticed this same question had been posted awhile back but there was response, so I'm taking the risk of looking dumb to ask: Is there any restriction on searching integers via Zend_Search? Because I can't seem to get the code to do it. I'm running the following to generate a document with th