Not even Solr uses Lucene faceting framework. Just like elasticsearch, Solr
uses the field data. Considering the upcoming aggregation framework, it
appears there is no intention of using Lucene's faceting. I have not
looked, but the change might be too low-level for it to be supported by a
plugin (if someone wanted to take on the challenge).
--
Ivan
On Wed, Jul 24, 2013 at 11:11 PM, pmanvi praveena.manvi@gmail.com wrote:
Lucene's facet module does most of its work at indexing time, its
performant. I think as of now there is no way to specify the faceting
information @ the index time in elasticsearch. Its all dynamic.
Choosing arbitrary fields for faceting can slow down the system, it forces
us to have validation to make sure that only specified fields are used for
faceting. If there is anyway to stop this it would have been great.There
should be some way to stop faceting on certain fields at the elasticsearch
level configuration.
Since with 0.90.2, elasticsearch uses lucene4.x version. Is there any plan
to support this @ index time?
--
View this message in context:
http://elasticsearch-users.115913.n3.nabble.com/Supporting-facets-on-fields-at-index-time-in-elastic-search-tp4038620.html
Sent from the ElasticSearch Users mailing list archive at Nabble.com.
--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.