Re: Question about using Lucene to search source code

2021-12-20 Thread Michael Wechner
Hi Yuxin Can you provide a concrete example of a query and a document/code snippet? Thanks Michael Am 20.12.21 um 03:06 schrieb 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

Want explanation on lucene norms

2021-12-20 Thread Sowmiya M 4085
I just want to know what is norms in lucene 4.10.4. How to implement norms in a program. What are their types. What is the difference between boost and norms? Sample programs on norms

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 document