reset password
Author Message
urvish_mehta
Posts: 1
Posted 21:22 Nov 21, 2010 |

Hi,


I'm implementing the FTS on file content.

For Part 2 in HW 6, 

 I have used Full text search in Postgres Database for file name.

For Part 3 (Extra Credit) in HW6,

Can I use Lucene library to do FTS for file content?  

 

It means I will not save file content in database. Lucene library will read file content from hard disk. Is it OK?

Thank You and Awaiting for your Reply on this.

 

 

 

 

 



cysun
Posts: 2935
Posted 22:11 Nov 21, 2010 |

No, you must use PostgreSQL for content search. And I've already answered the question here.