Re: Problem in including both clustering component and spellchecker for solr search results at the same time

2011-07-04 Thread Romi
Markus, i did like it *requestHandler name=search class=solr.SearchHandler default=true lst name=defaults str name=spellcheck.dictionarydefault/str str name=spellcheck.onlyMorePopulartrue/str str name=spellcheck.extendedResultsfalse/str str

Problem in including both clustering component and spellchecker for solr search results at the same time

2011-07-01 Thread Romi
I want to include both clustering and spellchecker in my search results. but at a time i am able to include only one. Only one, with which requestHandler i am setting default=true. than how can i include both clustering and spellchecker both for my results. - Thanks Regards Romi -- View

Re: Problem in including both clustering component and spellchecker for solr search results at the same time

2011-07-01 Thread Markus Jelsma
Use a custom request handler and define both components as in the example for these individual request handlers. I want to include both clustering and spellchecker in my search results. but at a time i am able to include only one. Only one, with which requestHandler i am setting default=true.

Re: Problem in including both clustering component and spellchecker for solr search results at the same time

2011-07-01 Thread Romi
would you please give me an example for custom request handler - Thanks Regards Romi -- View this message in context: http://lucene.472066.n3.nabble.com/Problem-in-including-both-clustering-component-and-spellchecker-for-solr-search-results-at-the-same-e-tp3128864p3128893.html Sent from the

Re: Problem in including both clustering component and spellchecker for solr search results at the same time

2011-07-01 Thread Markus Jelsma
This example loads two fictional components. Use spellcheck and clustering instead. 704 requestHandler name=search class=solr.SearchHandler default=true 705 !-- default values for query parameters can be specified, these 706 will be overridden by parameters in the request 707 --