Commit 26aa788
committed
Document the two senses of "index"
The audit flagged NearestNeighborSearchIndex as misnamed on the grounds
that it holds List<Index> and List<Cache>, so it is the engine rather than
an index. That reasoning missed that the word covers two levels and both
are right in their place: the library as a whole is an index, which is the
sense Uber Similarity Search Index carries, while an Index is one
searchable structure inside it.
So the facade keeps its name, and the actual confusion - one word, two
levels - is stated where it belongs rather than fixed by a rename that
would leave a library called an index with nothing named one at the top.1 parent 794a25c commit 26aa788
1 file changed
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
130 | 147 | | |
131 | 148 | | |
132 | 149 | | |
| |||
0 commit comments