Sampling facets

Hi,

Is Sampling facetshttp://lucene.apache.org/core/4_0_0/facet/org/apache/lucene/facet/search/sampling/SamplingAccumulator.htmlsupported
with ES?

I don't see this documented anywhere, and not sure whether ES faceting is
based on Lucene's impl or is implemented differently, so though I would ask.

If sampling isn't supported, is it something you'd consider adding?

Thanks,

Itamar.

--

Hi Itamar,

ES has its own
impl: http://search-lucene.com/?q=Facet&fc_project=ElasticSearch&fc_type=javadoc&fc_type=source+code
Solr has its own impl.
Lucene has its own impl.
I have my own... just kidding....
BUT: http://search-lucene.com/m/Xqt9l2C5C8x1/&subj=Solr+faceting+vs+Lucene+faceting

Otis

ELASTICSEARCH Performance Monitoring - Sematext Monitoring | Infrastructure Monitoring Service

On Thursday, January 10, 2013 10:07:26 AM UTC-5, Itamar Syn-Hershko wrote:

Hi,

Is Sampling facetshttp://lucene.apache.org/core/4_0_0/facet/org/apache/lucene/facet/search/sampling/SamplingAccumulator.htmlsupported with ES?

I don't see this documented anywhere, and not sure whether ES faceting is
based on Lucene's impl or is implemented differently, so though I would ask.

If sampling isn't supported, is it something you'd consider adding?

Thanks,

Itamar.

--

Not quite the same, but something to look into it if you wanted to
implement your own. Someone contributed a facet plugin that does
approximations when the amount of terms is high.

https://groups.google.com/forum/#!msg/elasticsearch/wdewZZINu2k/-6nXfZM9H-cJ

--
Ivan

On Thu, Jan 10, 2013 at 3:38 PM, Otis Gospodnetic <
otis.gospodnetic@gmail.com> wrote:

Hi Itamar,

ES has its own impl:
http://search-lucene.com/?q=Facet&fc_project=ElasticSearch&fc_type=javadoc&fc_type=source+code
Solr has its own impl.
Lucene has its own impl.
I have my own... just kidding.... BUT:
http://search-lucene.com/m/Xqt9l2C5C8x1/&subj=Solr+faceting+vs+Lucene+faceting

Otis

ELASTICSEARCH Performance Monitoring - Sematext Monitoring | Infrastructure Monitoring Service

On Thursday, January 10, 2013 10:07:26 AM UTC-5, Itamar Syn-Hershko wrote:

Hi,

Is Sampling facetshttp://lucene.apache.org/core/4_0_0/facet/org/apache/lucene/facet/search/sampling/SamplingAccumulator.htmlsupported with ES?

I don't see this documented anywhere, and not sure whether ES faceting is
based on Lucene's impl or is implemented differently, so though I would ask.

If sampling isn't supported, is it something you'd consider adding?

Thanks,

Itamar.

--

--