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:
Comments
Post a Comment