Skip to content

Commit

Permalink
GO-4549 Refactor a bit and move to the top seterror calls
Browse files Browse the repository at this point in the history
  • Loading branch information
fat-fellow committed Dec 9, 2024
1 parent abf13ee commit ed01394
Show file tree
Hide file tree
Showing 11 changed files with 531 additions and 844 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ This project is still in development and might not be ready for production use.
## Features
### Jieba Tokenizer
This library includes the Jieba feature by default, which provides Chinese text segmentation. However, if you do not need this functionality, you can build the library without it to save approximately 5MB of the dictionary.
### Golang API to Create Custom Queries for Tantivy
See `searchquerybuilder.go`

## Installation

Expand Down
1 change: 0 additions & 1 deletion rust/src/c_util/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
mod util;
mod string_processor;

pub use self::util::set_error;
pub use self::util::assert_string;
Expand Down
Empty file.
Loading

0 comments on commit ed01394

Please sign in to comment.