RE: CollapseQParserPluging Incorrect Facet Counts

2015-06-19 Thread Carlos Maroto
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

RE: How to do a Data sharding for data in a database table

2015-06-19 Thread 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

CollapseQParserPluging Incorrect Facet Counts

2015-06-19 Thread Carlos Maroto
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

Two Spellcheck Components in a Single Solr Search

2014-11-13 Thread Carlos Maroto
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

Using Update Handler to Combine Data from 2 Cores

2014-08-28 Thread Carlos Maroto
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

Setting a Key/Tag/Label for each group.query Result Set

2014-07-30 Thread Carlos Maroto
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

RE: Solr Suggester component doesn't return hits for non-English words

2013-02-25 Thread Carlos Maroto
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: -

Re: numFound is not correct while using Result Grouping

2013-02-25 Thread Carlos Maroto
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