Faceted Performance on 50M documents

Description

I have performance problems on the faceted search. To perform facet on field annotated as "indexed embedded" I spend about 4 minutes of elaboration!

My main beans structure is similar to:

Activity

Show:

Yoann Rodière September 29, 2022 at 11:08 AM

I doubt this is still relevant given much has changed in this area, but if it is, please open another ticket with a reproducer and I'll have a look.

Dario Culoma October 9, 2014 at 3:29 PM
Edited

Ops, sorry! I thought the instance was created within the FullTextQuery object. I was wrong!! So I can use directly the myLuceneQuery object!

Now my problem is the Refinement Query with FacetSelection ... I have to use DrillDownQuery of the lucene facets package

Sanne Grinovero October 9, 2014 at 3:19 PM

why can't you replace

with

?

Dario Culoma October 9, 2014 at 3:01 PM
Edited

Yes I start from a lucene query.

In the meantime I have resolved using the java reflection:

Sanne Grinovero October 9, 2014 at 2:57 PM

But you created that Query instance before, right?

Out of Date

Details

Assignee

Reporter

Labels

Components

Priority

Created October 7, 2014 at 10:53 AM
Updated September 29, 2022 at 11:08 AM
Resolved September 29, 2022 at 11:08 AM