search - Lucene Faceting : what are the limitations of Taxonomy and SortedSetDocValuesFacetField compared to solr and es implementations? -


we know lucene supports faceting providing taxonomy(separate index , hierarchical facets) , sortedsetdocvaluesfacetfield ( flat facets , no sidecar index).

then why did solr , elastic search go own implementation ? ( is, solr uses block join & elasticsearch uses aggregations ) there limitations in lucene's implementation ?


Comments

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -