Solr Autocomplete with "did you means" functionality handle misspell word like google
<http://lucene.472066.n3.nabble.com/file/n4092127/autocomplete.png> Hi, I have implemented auto complete it's working file but, I want to implement autosuggestion like google (see above screen) . when someone typing misspell words suggestion should be show e.g: cmputer => computer. Please help me. ----- Regards, Suneel Pandey Sr. Software Developer -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Autocomplete-with-did-you-means-functionality-handle-misspell-word-like-google-tp4092127.html Sent from the Solr - User mailing list archive at Nabble.com.
How to get solr synonyms in result set.
Hi, I want to get specific solr synonyms terms list during query time in result set based on filter criteria. I have implemented synonyms in .txt file. Thanks - Regards, Suneel Pandey Sr. Software Developer -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-get-solr-synonyms-in-result-set-tp4060796.html Sent from the Solr - User mailing list archive at Nabble.com.
Re: PatternTokenizerFactory not working to split comma separated value
Hi Jack, This is happening on only lucid cloud server not splitting comma separated value. but on solr server this fix is working perfectly. Is any configuration changes in solrconfig.xml which can enable and disable PatternTokenizerFactory? - Regards, Suneel Pandey Sr. Software Developer -- View this message in context: http://lucene.472066.n3.nabble.com/PatternTokenizerFactory-not-working-to-split-comma-separated-value-tp4006994p4007028.html Sent from the Solr - User mailing list archive at Nabble.com.
Authentication Not working in solrnet getting 401 error
Hi, I am trying to connect with authenticated solr instance. I have added latest solrnet .dll but getting authentication issue. Please Suggest me where i did wrong. ISolrOperations oSolrOperations = null; const string core0url = "http://localhost:8080/solr/products";; const string core1url = "http://localhost:8080/solr/products";; var solrFacility = new SolrNetFacility(core0url); var container = new WindsorContainer(); container.AddFacility("solr", solrFacility); BasicAuthHttpWebRequestFactory OAuth = new BasicAuthHttpWebRequestFactory("djsrNPvHsUnBSETg", "x"); // override core1 components const string core1Connection = "core1.connection"; container.Register(Component.For().ImplementedBy().Named(core1Connection).Parameters(Castle.MicroKernel.Registration.Parameter.ForKey("serverURL").Eq(core1url))); container.Register(Component.For(typeof(ISolrBasicOperations), typeof(ISolrBasicReadOnlyOperations)) .ImplementedBy>() .ServiceOverrides(ServiceOverride.ForKey("connection").Eq(core1Connection))); container.Register(Component.For(typeof(ISolrOperations), typeof(ISolrReadOnlyOperations)) .ImplementedBy>() .ServiceOverrides(ServiceOverride.ForKey("connection").Eq(core1Connection))); container.Register(Component.For>().ImplementedBy>() .ServiceOverrides(ServiceOverride.ForKey("connection").Eq(core1Connection))); //Authentication// container.Register(Component.For().ImplementedBy().ServiceOverrides(ServiceOverride.ForKey("connection").Eq(""))); oSolrOperations = container.Resolve>(); oSolrOperations.Ping(); - Regards, Suneel Pandey Sr. Software Developer -- View this message in context: http://lucene.472066.n3.nabble.com/Authentication-Not-working-in-solrnet-getting-401-error-tp4007254.html Sent from the Solr - User mailing list archive at Nabble.com.
Unable to implememnt SolrNet Authentication.
Hello, I am working on solr authentication with the help of solrnet dll and windsolr container getting some issue. Please suggest me and provide me some link this will be very helpful for me. - Regards, Suneel Pandey Sr. Software Developer -- View this message in context: http://lucene.472066.n3.nabble.com/Unable-to-implememnt-SolrNet-Authentication-tp4007259.html Sent from the Solr - User mailing list archive at Nabble.com.