Re: spellcheck.onlyMorePopular

2009-02-14 Thread Mark Miller
Shalin Shekhar Mangar wrote: No. Think of onlyMorePopular as a toggle between whether to consider frequency or not. When you say onlyMorePopular=true, higher frequency terms are considered. When you say onlyMorePopular=false, frequency plays no role at all and "gran" is returned because according

Re: solr 1.4 - boost query from where it finds the word(s)

2009-02-14 Thread Grant Ingersoll
You might be able to with FunctionQueries, especially the relatively new and underpromoted ability that Yonik added to use them to multiply in scoring instead of adding. See http://wiki.apache.org/solr/FunctionQuery On Feb 12, 2009, at 10:17 AM, sunnyfr wrote: Hi Grant, Thanks for your

Re: Trouble with solr IndexbasedSpellChecker and FilebasedSpellChecker

2009-02-14 Thread Grant Ingersoll
I don't see why your index would be removed. Can you share the rest of your config? On Feb 13, 2009, at 8:47 AM, Kartik Desikan wrote: Hi folks, I'm using solr 1.3 Here is the relevant section from my solrconfig.xml default

Re: Issuing just a spell check query

2009-02-14 Thread Grant Ingersoll
On Feb 12, 2009, at 8:37 PM, Chris Hostetter wrote: : > A roundabout way of asking: how can I fire off *just* a spell check query? : I don't think it is possible with SpellCheckComponent. But note that only It's possible: http://wiki.apache.org/solr/SpellCheckComponent#head-e8bab117a

Re: facet count on partial results

2009-02-14 Thread karl wettin
On Fri, Feb 13, 2009 at 12:24 PM, Karl Wettin wrote: > > I pass a rather large amount of OR clauses to Solr, ending up with lots and > lots of results. It's however only the results above a certain score > threadshold that is interesting for me, thus I'd like to only get facet > count of the resul