jj: fix final index kram
This commit is contained in:
@@ -42,6 +42,11 @@
|
||||
Try
|
||||
Dim props As FinalIndexProperties = obj
|
||||
Dim i As Integer = indcies.IndexOf(indexName)
|
||||
|
||||
If Not indcies.Contains(indexName) Then
|
||||
Return obj
|
||||
End If
|
||||
|
||||
Dim type As Integer = types.Item(i)
|
||||
Dim isVector = value.StartsWith(PREFIX_VECTOR)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user