I am working on an application where I need to integrate a search engine. This should also perform a scan. Please suggest a good Java based search engine.
Thanks in advance.
Nutch ( Lucene ) is an open source engine that should suit your needs.
In the past, I worked with terrier , a search engine written in Java:
- , , , . . .
I spent the last 2 years developing our own high-performance search engine with C. For Java, I offer Apache Lucene as Ajay, mentioned above. For Java, this is the best in terms of speed, relevance and features.
Source: https://habr.com/ru/post/1716377/More articles:How can I mark an RSS item "expired"? - rssConnecting two planes in 3d - mathREST set for .Net? - c #Select "Failure Without Columns" - sqlHtml5.0 canvas text box - htmlPython: Is there a place where I can put the default import for all my modules? - pythonSubmit post-variable using javascript? - javascripttouch screen problem - c #What is a regex for checking jabber id? - regexFind the names of all classes loaded by a Java program using reflection - javaAll Articles