|
|||
|
There are many fields in Zend_Search_Lucene_Field, for example
Keyword, Text, and Unstored ... etc I was testing to save some RSS feeds using this Zend Lucene, but I have a question in my mind ... If a field is saved as unstored, how you can retrieve it again? If it is not retrievable, then when should you use unstore and why?? Thanks in advance for any tips and advice!! |
|
|||
|
Hi, I replied my post again
The unstored is being index in the Lucene documents, you can search it, but you can't retrieve it. It is quite useful, for example you have a very long description, you don't need to save the whole contents (to save space?), but you still can let user search on it?? Please correct me if I missed something, thanks in advance. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|