Re: Use Case clarification

2021-04-05 Thread Som Lima
Thank you. These look like the starting point I need. Thanks you. On Mon, 5 Apr 2021, 11:16 Michael Wechner, wrote: > Lucene is basically a search library and Solr is a search web > application using Lucene. > > So, depending where you want to set your "starting point", you can > definitely do

Re: Use Case clarification

2021-04-05 Thread Michael Wechner
Lucene is basically a search library and Solr is a search web application using Lucene. So, depending where you want to set your "starting point", you can definitely do this with Lucene, whereas you might want to consider Solr https://solr.apache.org/features.html which is also based on Luce

Re: Use Case clarification

2021-04-05 Thread Som Lima
Thank you for your reply. Yes I would like to provide a search engine for my company website and at the same time build a web search engine as a personal project . On Mon, 5 Apr 2021, 10:57 Michael Wechner, wrote: > Hi > > The following FAQ might be a bit outdated, but nevertheless you should >

Re: Use Case clarification

2021-04-05 Thread Michael Wechner
Hi The following FAQ might be a bit outdated, but nevertheless you should find some answers there as well https://cwiki.apache.org/confluence/display/lucene/LuceneFAQ For example to answer your question 4) see https://cwiki.apache.org/confluence/display/lucene/LuceneFAQ#LuceneFAQ-CanIuseLuce

Use Case clarification

2021-04-05 Thread Som Lima
Hi, Before doing a deep dive into lucene I would appreciate it if you would clarify a few things so I know if this is the right project to fulfill my objective. 1. It is my my understanding that google search is a more elaborate utility but not unlike this *.nix search utility grep which searc