Skip to content

Commit

Permalink
Add some comment
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Aug 29, 2024
1 parent 53e274d commit d4754ca
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ public class MainTableDataModel {
private final OptionalObjectProperty<SearchQuery> searchQueryProperty;
@Nullable private final LuceneManager luceneManager;

// This stores the index of each entry in the allEntries list.
// Requried for a faster lookup for search results
// <BibEntry.getId, index>
@ADR(38)
private final Map<String, Integer> entryIndexMap = new HashMap<>();
Expand Down

0 comments on commit d4754ca

Please sign in to comment.