Hi all,
I am seeing some inconsistent behavior with facets, specifically range facets,
on Solr 4.3. Running the same query several times (pressing F5 on the browser)
produces different facet ranges when doing distributed searches, as some times
it doesn't include some of the "buckets". The resu
tween the two features? Any other way to
retrieve this information in a way that would be compatible with field
collapsing?
Thanks,
Jose Aguilar
or something?
--
Jose Aguilar.
Hi all,
As part of our business logic we query the Luke request handler to extract the
fields in the index from our code using the following url:
http://server:8080/solr/admin/luke?wt=json&numTerms=0
This worked fine with Solr 3.5, but now with 3.6.1 this call never returns, it
hangs, and ther
We have configured 2 spellcheckers English and French in solr 4 BETA. Each
spellchecker works with a specific search handler. The English spellchecker is
working as expected with any word regardless of the case. On the other hand,
the French spellchecker works with lowercase words. If the firs
Thank you for your help, the whole team overlooked this simple error. It
was driving us crazy! :)
Thanks!!
Jose.
On 10/2/12 1:23 AM, "Markus Jelsma" wrote:
>The problem is your stray double quote:
>text_general_fr"
>
>I'd think this would throw an exception somewhere.
>
>
>-Original mes