Alexander Veremyev wrote:
> 
> 
> Because you have words in the db records already prepared for indexing :)
> Default analyzer walks through the string char by char, checks if it's 
> letter/digit or not and so on. Than it applies lower case filter.
> 
> You don't need these. Take a look on 
> Zend_Search_Lucene_Analysis_Analyzer_Common_Text class. You may make it 
> much more effective with explode() function for your case.
> 

Sounds like a good idea.

Could you please show some example code on how to do that?

How to use the ...Common_Text class together with the
explode() function....?

Regards



-- 
View this message in context: 
http://www.nabble.com/zend_search_lucene%3A-Is-this-a-bug--Error-after-adding-x-number-of-documents--%28ver.-0.8.0%29-tf3309996s16154.html#a9280117
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to