Commit 97980d6
Merge #190
190: Add `get_raw_index` method r=curquiza a=ginglis13
### Description
Add get_raw_index to return `JsonIndex` object. Refactor `get_index` to first use `get_raw_index` before calling `into_index` on resulting `JsonIndex` object.
Addresses #188
### Testing
Added doc test for new `get_raw_index` method and ran tests against meilisearch instance via `cargo test -- --test-threads=1`
Co-authored-by: ginglis13 <[email protected]>1 file changed
+24
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
101 | 124 | | |
102 | 125 | | |
103 | 126 | | |
104 | 127 | | |
105 | 128 | | |
106 | | - | |
107 | | - | |
| 129 | + | |
108 | 130 | | |
109 | 131 | | |
110 | 132 | | |
| |||
0 commit comments