+John Nash Thank you for the feedback John ! We will definitely include more practical examples in our upcoming videos. Please subscribe to our channel for more videos.
Hello! I really liked the video. Thanks for sharing info! I have just started exploring Apache Lucene. I am building a software project where I plan to leverage the power of Lucene. In this project, I will be having pool of resumes at a particular directory. I will be having a Job Description. My job is to find the resumes which match the job description in terms of keywords like technical skills etc.. Can you please help me understand how Lucene might help here? Thank You!
+Prajwal Kondawar Thanks so much for checking out our video. For the task that you have mentioned (sorting resumes by keyword), Apache Lucene will be dramatically faster compared to anything else, solely because of its ability to sift through thousands and thousands of entries, with great ease. Besides saving on time, Lucene will also provide precise and accurate results. If you do require any further assistance or would like to speak with an Apache Lucene experts from Edureka, we'd be happy to connect you. Have a good day!
+edureka! Thanks for your reply! I ran the basic "IndexFiles.java" code which is available on apache lucene website. I am getting some issues understanding it. After running the indexer, it creates ".cfe", ".cfs" & ".si" files. I need to understand what exactly these files are. Please let me know how can i connect to one of your lucene experts and have a small conversation. Thank You!
Nice tutorial..plz include some practical examples also..:)
+John Nash Thank you for the feedback John ! We will definitely include more practical examples in our upcoming videos. Please subscribe to our channel for more videos.
Hello! I really liked the video. Thanks for sharing info!
I have just started exploring Apache Lucene. I am building a software project where I plan to leverage the power of Lucene. In this project, I will be having pool of resumes at a particular directory. I will be having a Job Description. My job is to find the resumes which match the job description in terms of keywords like technical skills etc.. Can you please help me understand how Lucene might help here? Thank You!
+Prajwal Kondawar Thanks so much for checking out our video. For the task that you have mentioned (sorting resumes by keyword), Apache Lucene will be dramatically faster compared to anything else, solely because of its ability to sift through thousands and thousands of entries, with great ease. Besides saving on time, Lucene will also provide precise and accurate results. If you do require any further assistance or would like to speak with an Apache Lucene experts from Edureka, we'd be happy to connect you. Have a good day!
+edureka! Thanks for your reply! I ran the basic "IndexFiles.java" code which is available on apache lucene website. I am getting some issues understanding it. After running the indexer, it creates ".cfe", ".cfs" & ".si" files. I need to understand what exactly these files are. Please let me know how can i connect to one of your lucene experts and have a small conversation. Thank You!
Hi Pranjal, Are you done with this project, could you help me please as I am also doing same