Pattern Capture Group Token Filter

2022-04-17 Thread dishant sharma
Hi, all! I am currently using the default lucene's pattern capture token filter in one of my projects where i have to utilize it for pattern matching. The issue with it is that the default pattern capture token filter gives the same start and end offset for each generated token: the start and end o

pattern capture token filter

2022-04-23 Thread dishant sharma
I am currently making some changes in the default pattern capture group token filter code to meet my requirement. I am a beginner in JAVA so finding it a bit hard to fully understand the code and make changes, I have successfully done my changes in the increment token() method and got the desired r