Check this thread:
http://lucene.472066.n3.nabble.com/Spellcheck-compounded-words-td3192748i20.html<http://lucene.472066.n3.nabble.com/Spellcheck-compounded-words-td3192748i20.html#a4090320>
This issue is there since 2011.



On Tue, Sep 17, 2013 at 6:35 PM, Raheel Hasan <raheelhasan....@gmail.com>wrote:

> I think they should have it in RC0, because if you search in this forum at
> lucene, this issue is there since version 4.3 !
>
> Regards,
> Raheel
>
>
> On Tue, Sep 17, 2013 at 5:58 PM, Erick Erickson 
> <erickerick...@gmail.com>wrote:
>
>> Hmmmm, do we have a JIRA tracking this and does it seem like any fix will
>> get into 4.5?
>>
>> I think 4.5 RC0 will be cut tomorrow (Wednesday)....
>>
>> Best,
>> Erick
>>
>>
>> On Tue, Sep 17, 2013 at 3:04 AM, Raheel Hasan <raheelhasan....@gmail.com
>> >wrote:
>>
>> > I think there is another solution:
>> >
>> > Just hide this entry in solrconfig <str
>> > name="spellcheck.maxCollationTries"></str>
>> >
>> > and instead, pass it in the actual query string that calls your
>> > requestHandler (like
>> > /select/?q=....&spellcheck.maxCollationTries=3&.......)
>> >
>> >
>> >
>> > On Mon, Sep 16, 2013 at 9:37 PM, Jeroen Steggink <jer...@stegg-inc.com
>> > >wrote:
>> >
>> > > Hi James,
>> > >
>> > > I already had the
>> > >
>> > > spellcheck.**collateExtendedResults=true
>> > >
>> > > Adding
>> > >
>> > > spellcheck.**collateMaxCollectDocs=0
>> > >
>> > > did the trick.
>> > >
>> > > Thanks so much.
>> > >
>> > > Jeroen
>> > >
>> > > On 16-9-2013 18:16, Dyer, James wrote:
>> > >
>> > >> If this started with Solr4.4, I would suspect
>> > https://issues.apache.org/*
>> > >> *jira/browse/SOLR-3240 <
>> https://issues.apache.org/jira/browse/SOLR-3240
>> > >.
>> > >>
>> > >> Rather than removing spellcheck parameters, can you try
>> adding/changing
>> > >> "spellcheck.**collateMaxCollectDocs=0" and
>> > "spellcheck.**collateExtendedResults=true"
>> > >> ?  These two settings effectively disable the optimization made with
>> > >> SOLR-3240.
>> > >>
>> > >> James Dyer
>> > >> Ingram Content Group
>> > >> (615) 213-4311
>> > >>
>> > >>
>> >
>> > --
>> > Regards,
>> > Raheel Hasan
>> >
>>
>
>
>
> --
> Regards,
> Raheel Hasan
>



-- 
Regards,
Raheel Hasan

Reply via email to