Hi David,

You have to retrieve text from MS-Word documents by yourself now.

It would be good to have possibility for Word documents indexing, but Zend_Search_Lucene can only parse HTML documents - http://framework.zend.com/manual/en/zend.search.html#zend.search.index-creation.html-documents


With best regards,
   Alexander Veremyev.

[EMAIL PROTECTED] wrote:
Alexander Veremyev,

Thank you very much. I noticed that in the document of other languages, this 
feature was not mentioned.

And another question. I have a lot of MS Word files, and I need to search 
them(just the text content). How could Zend_Search support this function or 
solve my question in any other way?

Thanks in advance.

David
Linkfirst Solutions,Shanghai
2007-03-22


----- Original Message ----- From: "Alexander Veremyev" <[EMAIL PROTECTED]>
To: "Partout" <[EMAIL PROTECTED]>
Cc: <fw-general@lists.zend.com>
Sent: Monday, March 05, 2007 3:10 PM
Subject: Re: [fw-general] How to search multiple phrases using Zend_Search


Hi,

Yes, it can.

Use:
-----------
"My cool phrase1" AND "My cool phrase2" AND ....
-----------
or
-----------
+"My cool phrase1" +"My cool phrase2" ....
-----------
or
-----------
"My cool phrase1" OR "My cool phrase2" OR ....
-----------
or
-----------
"My cool phrase1" "My cool phrase2" ....
-----------

Take a look at query language description - http://framework.zend.com/manual/en/zend.search.query-language.html


With best regards,
   Alexander Veremyev.


Partout wrote:
I need to get the results by searching several phrases, for example, phrase "Software Engineer" and phrase "Telecom Related" both. Could Zend_Search support this? And if it couldn't, how could I find the way to solve this? Thanks a lot in advance.
------------------------------------------------------------------------
View this message in context: How to search multiple phrases using Zend_Search <http://www.nabble.com/How-to-search-multiple-phrases-using-Zend_Search-tf3346301s16154.html#a9305652> Sent from the Zend Framework mailing list archive <http://www.nabble.com/Zend-Framework-f15440.html> at Nabble.com.


Reply via email to