lbihani9 commented on issue #2419:
URL: https://github.com/apache/kvrocks/issues/2419#issuecomment-2343124310

   @git-hulk I have been going through the codebase from past couple of days to 
understand the scope of the task. I've also gone through those 3 links added in 
this issue's description. I want to understand if we're planning to write the 
indexing algorithms for full text search from scratch or use apis provided by 
open-source libraries like `clucene`?
   
   Also, I noticed that for searching we currently do not support `TEXT` 
datatype so we'll need to integrate that as well.
   Since this task's scope is big, I'm planning to create separate PRs for each 
subtask (this will also allow me to get better hang of the codebase):
    
    1. Supporting TEXT datatype.
    2. Implementing word tokenization.
    3. Implementing Indexing algorithm.
    4. Integrating full-text search support with KQIR.
    
   If I've missed any subtask please let me know.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to