Re: Learning resources for Lucene Development

2024-10-15 Thread Marc Davenport
Froh, This is a great shameless self plug. I will start to look at the examples you've written and see if I can find questions that might both illuminate things for me as well as enrich the content. Thanks! Marc On Wed, Oct 9, 2024 at 3:30 PM Michael Froh wrote: > Hi Marc, > > In some shameless

Re: Learning resources for Lucene Development

2024-10-09 Thread Michael Froh
Hi Marc, In some shameless self-promotion, I've written up some worked Lucene examples (maybe a little more focused on Lucene internals than best practices) over at https://github.com/msfroh/lucene-university. If you have anything you'd like to understand better, feel free to open issues there and

Re: Learning resources for Lucene Development

2024-10-08 Thread Navneet Verma
+1 on the question. On Tue, Oct 8, 2024 at 6:35 PM Marc Davenport wrote: > Hello, > I had this question buried in a previous email. I feel like I have a very > loose grasp on the Lucene API and how to properly implement with it. I'm > working on code that I didn't write myself from the ground

Learning resources for Lucene Development

2024-10-08 Thread Marc Davenport
Hello, I had this question buried in a previous email. I feel like I have a very loose grasp on the Lucene API and how to properly implement with it. I'm working on code that I didn't write myself from the ground up. Since I'm learning as I'm reading it, I can only assume things were done right.