Posted by waterbird1985 on 08/01/07 04:27
I have a question about the zend_search_lucene part.
When I create a index using:
$doc->addField(Zend_Search_Lucene_Field::UnStored('contents',
$content));
In windowsXP, it works well and create one _0.cfs file which contains
some information about the content.
However, when I tried to migrate it to solaris10 os(Sunos sun4u sparc
SUNW), it create a _0.cfs file but with nothing indexed in the file.
Is it related to the os or the character set? I have tried many
solutions, but still cannot get through this problem.
[Back to original message]
|