Get text search score
(&self)
| 210 | |
| 211 | /// Get text search score |
| 212 | pub fn get_text_score(&self) -> Option<f64> { |
| 213 | self.text_score |
| 214 | } |
| 215 | |
| 216 | /// Set highlight snippet |
| 217 | pub fn set_highlight_snippet(&mut self, snippet: String) { |
no outgoing calls