sql server - Indexing Docuemnts in Lucene automatically -


i'm building search engine website using lucene. want index new item added sql server database. ideas best way ?

note : addition rate high can each 10 minutes have new documents

my lucene code part of wcf data service can host on separate normal wcf service if option.

if want use lucene , can have thread in application queries db every 5,6...10 minutes new additions since last time , example select * my_table index_date > last_search_date .

assuming havea field shows when record created, solve problem. other that,

i use solr , cron job indexing, prove less work you.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -