TwoPhaseIterator

2015-05-22 Thread Eduardo Manrique
Hi, I’m trying to make a cross document MUST with query time join. What I need is return a group if one of its documents matches a condition, and one of another of its doc matches another condition. Searching on internet I found the two phase intersection https://issues.apache.org/jira/browse/L

Re: Migrating from Lucene 4.10.3 to Lucene 5.10

2015-05-22 Thread Gimantha Bandara
Hi Uwe, Yes we have completely custom directory implementation, but anyway we have not hardcoded the lock factory. But simply we are passing SingleInstanceLockFactory with the constructor. I have implemented the makeLock. I see some additional methods like renameFile..etc. I ll update you once we