MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / get_text_score

Method get_text_score

graphlite/src/exec/result.rs:212–214  ·  view source on GitHub ↗

Get text search score

(&self)

Source from the content-addressed store, hash-verified

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) {

Calls

no outgoing calls