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 - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -