java - solr in javafx application instead of apache lucene -


i making search application using javafx . indexing , searching using apache lucene . in place of lucene can use apache solr .

what benefits of apache solr on apache lucene. solr provides own indexing method or uses lucene index performing search.

apache solr search platform runs on servlet containers (such jetty, tomcat) , uses apache lucene indexing, not same thing.

you can think of solr more of product or ready use system , lucene engine/framework.

if you're looking indexing within javafx application should stick apache lucene, if you're considering server-side approach searching , indexing solr interesting idea.

you can check more info , comparisons on lucene , apache @ following pages:

lucene vs solr

http://lucene.apache.org/solr/

difference between solr , lucene


Comments

Popular posts from this blog

javascript - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

javascript - Chart.js - setting tooltip z-index -