Inconsistent facet ranges when using distributed search in Solr 4.3

2013-07-31 Thread Jose Aguilar
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

Using sort_values (fsv=true parameter) and Field Collapsing (group=true) at the same time

2011-12-27 Thread Jose Aguilar
tween the two features? Any other way to retrieve this information in a way that would be compatible with field collapsing? Thanks, Jose Aguilar

Enforce overall Solr timeout

2012-01-18 Thread Jose Aguilar
or something? -- Jose Aguilar.

Timeout when calling Luke request handler after migrating from Solr 3.5 to 3.6.1

2012-11-19 Thread 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

Problem with spellchecker

2012-10-01 Thread Jose Aguilar
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

Re: Problem with spellchecker

2012-10-02 Thread Jose Aguilar
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