Lucene.net Server Farm / Multiple Servers -


i haven't thought issue before hosting application on 1 windows server 2008 , lucene.net stores index on local hard drive.

(basically, every time, when user post or reply something, update index, search can return latest result. not sure if that's best way it)

now going need webserver load balancer in front, can't have each sever index own depends on load balancer points to, out of synch.

one option me hook 2 servers , map them shared server stores indexes, suggested solution?

how guys managed parsing , indexing of lucene.net in server farm environment?

thanks lot

you seperate lucene index engine web application creating service delivers functionalities, wcf or rest service.

you can use existing search servers.

http://lucene.apache.org/solr/

http://www.elasticsearch.org/


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -