Using Lucene to search partial source code

2021-12-23 Thread Yuxin Liu
Dear development community of Lucene: Hi from student research assistant Yuxin Liu. I'm using Lucene to build an index search for source code indexes. I have a set of source code snippets and I want to use part of the source code snippet as a query and obtain the document with its source

Question about using Lucene to search source code

2021-12-20 Thread Yuxin Liu
Dear development community of Lucene: Hi from student research assistant Yuxin Liu. I'm using Lucene to build an index search for source code indexes using TF-IDF similarity. I have a set of source code snippets and I want to use part of the source code snippet as a query and obtain the doc