Thanks Joel,
I don't know why I was unable to find the "understanding collapsing" email
thread via the search I did on the site but I found it in my own email search
now.
We'll look into our specific scenario and see if we can find a workaround.
Thanks!
CARLOS MAROTO
shards will have some issues (particularly
with counts, I believe.)
CARLOS MAROTO
http://www.searchtechnologies.com/
M +1 626 354 7750
-Original Message-
From: Reitzel, Charles [mailto:charles.reit...@tiaa-cref.org]
Sent: Friday, June 19, 2015 12:08 PM
To: solr-user
Hi,
We are comparing results between Field Collapsing (&group* parameters) and
CollapseQParserPlugin. We noticed that some facets are returning incorrect
counts.
Here are the relevant parameters of one of our test queries:
Field Collapsing:
---
q=red%20dress&facet=true&facet
Hi,
Has anyone configured two spellchecker components in Solr so that a single
search returns two different sets of suggestions?
*Use Case:* Combined index of business names and categories of those
businesses
*Sample Query:* thisle (misspelling by the user)
*Expected Results:* Thistle (act
Hi,
Say I have an index of "Product Types" and a different index of "Products"
that belong to one of the types in the other index. Users will do their
searches for attributes of types and products combined so the two distinct,
but related indices must be combined into a single, flattened index so
Hi,
I'm trying to get results in a single Solr call through multiple
group.query definitions. I'm getting the results I want but, each group is
presented under a "name" consisting of the query used for that group.
I'd like to change the "name" of each group to some meaningful name
instead. I'm
Hi Dejan,
I wouldn't say your problem is because the words are non-English words as there
is nothing in Solr to indicate that the terms are or not in English. I think
it is a configuration thing in your implementation for the current data set or
test, I would start by trying the following:
-
Use group.ngroups, check it in the Solr wiki for FieldCollapsing
Carlos Maroto
Search Architect at Search Technologies (www.searchtechnologies.com)
Nicholas Ding wrote:
Hello,
I grouped the result, and set group.main=true. I was expecting the numFound
equals to the number of groups, but