Open mlesikov opened 11 years ago
now we should write it this way
for (Address address : addresses) { searchEngine.register(new AddressIndex(address)); }
it would be a lot easier if we can just call
searchEngine.registerAll(addressIndexes);
cc @stefan-dimitrov @qnislavnachev @VasilMitovClouway as this functionality is required for bulk operations.
now we should write it this way
it would be a lot easier if we can just call