Maor Ohana
Results
3
comments of
Maor Ohana
According to the JPA specification, an entity class must follow these requirements: * needs to be non-final (allow inheritance). * has a no-arg constructor. * has non-final attributes. **However**, Java...
@bsbodden I see that we call to `ftDropIndexDD` which will delete all the associated documents so it’s O(N) in this case and can describe the timeout exception .. I think...