Re: facet count on partial results

2009-02-14 Thread karl wettin
On Fri, Feb 13, 2009 at 12:24 PM, Karl Wettin karl.wet...@gmail.com 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

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:

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 searchComponent name=spellcheck class=solr.SpellCheckComponent

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