BillyDong

Results 9 issues of BillyDong

Hey, could you add TokenFilter support to LinderaTokenizer so it can wrap something like SimpleTokenizer? That way, we could use it like below, making it better for mixed English-Chinese/Korean/Japanese text...

when using the library, there is a lack of necessary documentation. additionally, some types, such as SchemaField, cannot be constructed directly. It would be helpful to provide some examples that...

documentation

I need to index documents in multiple languages, such as English, German, Russian, Japanese, Korean, and Chinese. May I ask if these languages are currently supported? Does the system support...

enhancement

…tion This commit introduces the `apply_interceptor` method, which allows for additional configuration options like `accept_compressed`, `send_compressed`, `max_decoding_message_size`, and `max_encoding_message_size` when applying an interceptor. ## Motivation - The new method provides...

### Questions: 1. How can I efficiently retrieve all values for two `u64` fast fields without loading other fields? 2. What is the recommended approach to compute the minimum and...

### Issue: `wait_merging_threads` Consumes `self`, Making It Difficult to Use in Multi-threaded Environments The current implementation of `wait_merging_threads` consumes `self`, which makes it difficult to use in a multi-threaded environment...

When using Tantivy (v0.22) to index and query email data, the NOT operator with a phrase query returns an empty result set, even when matching documents exist. ``` rust let...

Hi, I'm using the mail-send crate for sending emails in Rust and it works great for my needs so far. However, I noticed that there’s no direct support for configuring...

I encountered a strange issue. The document has three fields: fields a and b are of type u64, and field c is a facet field. I found that records with...