Questions tagged [fieldcollapsing]

FieldCollapsing is an Solr Feature to group Results coming from Sol.

From Solr docs: Field Collapsing and Result Grouping are different ways to think about the same Solr feature.

Field Collapsing collapses a group of results with the same field value down to a single (or fixed number) of entries. For example, most search engines such as Google collapse on site so only one or two entries are shown, along with a link to click to see more results from that site. Field collapsing can also be used to suppress duplicate documents.

Result Grouping groups documents with a common field value into groups, returning the top documents per group, and the top groups based on what documents are in the groups. One example is a search at Best Buy for a common term such as DVD, that shows the top 3 results for each category ("TVs & Video","Movies","Computers", etc)

https://cwiki.apache.org/confluence/display/solr/FieldCollapsing

27 questions
1
vote
1 answer

Solr FieldCollapsing for More Like This queries

I want to use a "More Like This" query to find similar documents and collapse those that have the same value for the field 'image'. I tried to use the Field Collapsing parameters however they do not seem to work for "More like this". Below is a…
MAcabot
  • 524
  • 5
  • 14
1
vote
1 answer

How to query Solr with auto-suggested/spell-corrected keyword in one request?

Many popular search dropdowns on sites like Amazon (example image) use autosuggested words along with grouping (Field Collapsing in Solr). While I can replicate the same functionality in Solr using two requests (first to obtain suggestions, second…
rounak
  • 9,217
  • 3
  • 42
  • 59
1
vote
1 answer

Grouping not working in solr

I have installed and configured solr 3.6.0 with tomcat container. I have created the index of solr example docs. I want to apply grouping functionality on that. I have applied grouping query according to below document:…
Asha Koshti
  • 2,763
  • 4
  • 22
  • 30
0
votes
1 answer

Parameter bq modify facet counts using grouping

I am using solr trunk to search some documents and group them by their category, but I have to group them first by another field. More specifically I am using this schema: component_id: string category: string name: text And I have two…
Juampa
  • 154
  • 1
  • 7
0
votes
0 answers

solr FieldCollapsing, label and locale parameter

I'm using FieldCollapsing to group the results. Example: I search for : and group by names, like: http://localhost:/solr/select/?q=*:* &group=true &group.limit=200 …
The Bndr
  • 13,204
  • 16
  • 68
  • 107
0
votes
1 answer

Solr 4 - Missing Field Collapsing Components

according to the Solr Wiki (http://wiki.apache.org/solr/FieldCollapsing) field collapsing should be available in Solr 4. As far as I know, it is necessary to add the following configuration to the solrconfig.xml to activate field…
0
votes
0 answers

how to expand or collaps a div line on another div, with change of height?

I want to do the same work but with two lignes and when I clic on the button the second line takes all the table space, I don't know why it doesn't work this code is working, but with twos columns,