solr suggester not working with shards

2014-10-07 Thread rsi...@ambrac.nl
I try to use the suggest component (solr 4.6) with multiple cores. 
I added a search component and a request handler in my solrconfig. 
That works fine for 1 core but querying my solr instance with the shards 
parameter does not work. 




  suggestDictionary
  org.apache.solr.spelling.suggest.Suggester
  org.apache.solr.spelling.suggest.fst.FSTLookupFactory
  suggest
  0.0005
  true

  
  

  none
  xml
  false  
  true
  suggestDictionary
  true
  5
  false
  /suggest
  /suggest
 localhost:8080/cores/core1,localhost:8080/cores/core2
  false


  suggest

  
  1000
  5000

  



--
View this message in context: 
http://lucene.472066.n3.nabble.com/solr-suggester-not-working-with-shards-tp4163261.html
Sent from the Solr - User mailing list archive at Nabble.com.


Re: solr suggester not working with shards

2014-10-08 Thread rsi...@ambrac.nl
One more thing :

suggest is not working  with multiple cores using  shard but  'did you mean'
(spell check ) is working fine with multiple cores.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/solr-suggester-not-working-with-shards-tp4163261p4163265.html
Sent from the Solr - User mailing list archive at Nabble.com.