You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In C++ and Python, the ids of the item(s) are returned when they are added to the index. In Java, those methods return void. We should modify Index::addItem and Index::addItems to return the ids in Java too.
The text was updated successfully, but these errors were encountered:
In C++ and Python, the ids of the item(s) are returned when they are added to the index. In Java, those methods return void. We should modify
Index::addItem
andIndex::addItems
to return the ids in Java too.The text was updated successfully, but these errors were encountered: