Re: make document with more matches rank higher with edismax parser?

2016-04-03 Thread Derek Poh
Will try the "tie" parameterand see if it satisfy business user requirements. Thank you. On 4/2/2016 7:15 AM, Alexandre Rafalovitch wrote: Have you tried 'tie' parameter?

Re: using custom analyzer on SolrCloud

2016-04-03 Thread Shawn Heisey
On 4/2/2016 9:04 PM, Rose, Stuart J wrote: > I am trying to setup on my dev workstation a small SolrCloud in order to > assess the faceting capability in Solr 5.5 and I have several questions. > > First some context: > I need to be able to add a field that uses a custom analyzer. > > In a perfect

Re: Use default field, if more specific field does not exist

2016-04-03 Thread Georg Sorst
Hi Emir, could this be done with Pivot faceting? The idea is to use facet.pivot=price_USER_ID,price. Then I should get all values + number of matching documents for price_USER_ID (sub-faceted by price, which I can just ignore). Additionally, there should be one facet value for price_USER_ID for

Re: How to implement Autosuggestion

2016-04-03 Thread Reth RM
There is a payload attribute but I'm not sure if this can be used for such use case. Lets wait for others contributors to confirm. Similar question posted here: http://stackoverflow.com/questions/32434186/solr-suggestion-with-multiple-payloads . If its just a category that you need then the work

Re: Problem building fuzzy suggestions

2016-04-03 Thread Fundera Developer
After an intensive trial-and-error phase I finally got it working with this configuration: mySuggester FuzzyLookupFactory HighFrequencyDictionaryFactory suggest 0.1 spellchk textSpell true

Re: most popular collate spellcheck

2016-04-03 Thread michael solomon
done :) https://issues.apache.org/jira/browse/SOLR-8934 On Sun, Apr 3, 2016 at 2:08 PM, Reth RM wrote: > May be open a jira under improvement. > https://issues.apache.org/jira/login.jsp? > > > On Sat, Apr 2, 2016 at 11:30 PM, michael solomon > wrote:

Re: most popular collate spellcheck

2016-04-03 Thread Reth RM
May be open a jira under improvement. https://issues.apache.org/jira/login.jsp? On Sat, Apr 2, 2016 at 11:30 PM, michael solomon wrote: > Thanks, and what we can do about that? > On Apr 2, 2016 5:28 PM, "Reth RM" wrote: > > > Afaik, such feature

StackOverflowError when building suggestions

2016-04-03 Thread Fundera Developer
Hi all, I have taken the example configuration in the reference guide (https://cwiki.apache.org/confluence/display/solr/Suggester) and adapted it to my needs, resulting in this configuration: mySuggester FuzzyLookupFactory

Re: Problem building fuzzy suggestions

2016-04-03 Thread Fundera Developer
After correcting some stupid mistakes, and adding all the parameters I have compiled from every example I found googling around, I have this configuration: mySuggester name="classname">org.apache.solr.spelling.suggest.Suggester

Re: Problem building fuzzy suggestions

2016-04-03 Thread Fundera Developer
Following on this, I have been able to make Solr load correctly by replacing the line in the solrconfig.xml: JaspellLookupFactory with the fully qualified class name: org.apache.solr.spelling.suggest.jaspell.JaspellLookupFactory and now I can, as I said, start Solr, build the

spellcheck return wrong collation

2016-04-03 Thread michael solomon
Hi, image: http://s24.postimg.org/u457bhzr9/Untitled.png why the suggestion return "analytics" (great!) but the collation take "analtics"? Thanks, Michael

How to implement Autosuggestion

2016-04-03 Thread chandan khatri
Hi All, I've a query regarding autosuggestion. My use case is as below: 1. User enters product name (say Nokia) 2. I want suggestions along with the category with which the product belongs. (e.g Nokia belongs to "electronics" and "mobile" category) so I want suggestion like Nokia in electronics