On Wednesday, January 16, 2008, Nicolas wrote:
> i have change :
> if (! preg_match('/[a-zA-Z]+/', $this->_input, $match,
> PREG_OFFSET_CAPTURE, $this->_position)) {
> by :
> if (! preg_match('/[a-zA-Z0-9]+/', $this->_input, $match,
> PREG_OFFSET_CAPTURE, $this->_position)) {

Hi,
Due to your search.yml file, the Common_Text file should never be loaded.  So, 
please try to do the following:

1) Make sure you are running the latest version of sfLucene
2) Make sure that either textnum or utf8num is selected as your analyzer.
3) Clear your cache
4) Rebuild the index

If that doesn't work: are you using symfony 1.0 or 1.1?

Carl


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to