Re: Recreating index lucene without stopping client applications

2018-07-11 Thread Eduardo Costa Lopes
Hi Marco, Basically, the content of lucene index directory is deleted and after, the index is recreated (under the same directory). Months ago, I've researched how to "refresh" the lucene access to get the newest data withou restarting the wep applications and, in the 6.1.0 version, it is avail

Re: Recreating index lucene without stopping client applications

2018-07-11 Thread Marco Reis
Hi Eduardo, It's not clear the index recreation process, but I think you have two different SearcherManagers, one for the app and a different one for the command line. At some point, one of them could see the document exclusion, and the JBoss doen't. Maybe reopen the index directory could help.

Recreating index lucene without stopping client applications

2018-07-11 Thread Eduardo Costa Lopes
Hello, I have a Jboss application querying a lucene index to get some customer info. Sometimes the index are recreated while the application is running. Basically, the old index is erased and a new one is created. In the application side we have a scheduler calling org.apache.lucene.search.Se

Single lucene for neo4j and solr

2018-07-11 Thread neotorand
Hi listCan I use single lucene for neo4j and elasticRegardsNeo -- Sent from: http://lucene.472066.n3.nabble.com/Lucene-Java-Users-f532864.html