Hi, I am trying to get the lucene index to write to a NFS mount, however, it seems to hang the app. If I switch back to local filesystem it works. The problem I have, is in a multi server clustered environment, the indexes get off, and if you round robin a user between servers, the search results are inconsistent.
Anyone else run into this? It seems we can't set many options, except the analzyer it uses, but not the filesystem class. Also looking at the code, it seems if you turn off lucene searching, you don't get any search at all?
Another question - how often does it reindex, does it run a quartz job, and can we set how often it polls if we do? Or do I need to add that?
|