clouway / cuse

clouWay universal search engine
1 stars 7 forks source link

Should be possible to register a list of indexes #2

Open mlesikov opened 11 years ago

mlesikov commented 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);
mgenov commented 7 years ago

cc @stefan-dimitrov @qnislavnachev @VasilMitovClouway as this functionality is required for bulk operations.