Re: Will Solr support google like organic search ?

2017-06-19 Thread Geepalem
Thanks Toke! We are collecting inputs from clients on this. It seems client wants to show advertisement kind of results along with relevance based results. So, is there any way to do this in Solr? Can any one respond on this please? Thanks, G. Naresh Kumar -- View this message in context: ht

Will Solr support google like organic search ?

2017-06-09 Thread Geepalem
Hi Guys, We have been asked by client to implement Organic Search like Google. As, we are using Solr for Search implementation in project, I am trying to find out whether its possible to implement Organic Search with Solr or not. Could you please answer below questions ASAP? • Will Solr sup

Re: Slave replicating partially before write operation completes on master

2017-04-23 Thread Geepalem
Any replies on this please? We are stuck with this issue.. FYI: We are using Solr 5.4.1 version. -- View this message in context: http://lucene.472066.n3.nabble.com/Slave-replicating-partially-before-write-operation-completes-on-master-tp4331453p4331515.html Sent from the Solr - User mailing

Slave replicating partially before write operation completes on master

2017-04-22 Thread Geepalem
Hi Team, We have below critical issue in our project. Please suggest how to fix this issue. Whenever indexing happening on master, slave replicating documents partially. Due to this, search results on website are showing wrongly. During indexing on master, I have observed below versions on maste

Core is locked

2016-12-26 Thread Geepalem
Hi Team, We have setup of one master and two slaves. One master and one slave in one server (same JVM) and another slave in different server. This setup is working fine from past 6 months including production environment. Slave replication poll interval is 20 seconds on both slaves. Now, we are

Stemming for Chinese and Japanese

2014-05-20 Thread Geepalem
Hi, What is the filter to be used to implement stemming for Chinese and Japanese language field types. For English, I have used and its working fine. Appreciate your help! Thanks, G. Naresh Kumar -- View this message in context: http://lucene.472066.n3.nabble.com/Stemming-for-Chinese-a

Re: Error initializing QueryElevationComponent

2014-05-20 Thread Geepalem
Hi, I have changed & as "&" Now, core is getting initialized. But document added in elevate.xml is not coming as top result. Also, why below query is not returning any results though document is available in index? http://localhost:8080/solr/master/select?q=_uniqueid:"sitecore://m

Error initializing QueryElevationComponent

2014-04-30 Thread Geepalem
Hi Team, I am getting error "null:org.apache.solr.common.SolrException: SolrCore 'master' is not available due to init failure: Error initializing QueryElevationComponent." Please check below for configurations elevate.xml -- Scema.xml --- SolrConfig.xml ---

Re: Wildcard search not working with search term having special characters and digits

2014-04-29 Thread Geepalem
Can someone help me out with this issue please? -- View this message in context: http://lucene.472066.n3.nabble.com/Wildcard-search-not-working-with-search-term-having-special-characters-and-digits-tp4133385p4133770.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Stemming not working with wildcard search

2014-04-29 Thread Geepalem
Can someone help me out with this issue? -- View this message in context: http://lucene.472066.n3.nabble.com/Stemming-not-working-with-wildcard-search-tp4133382p4133769.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Stemming not working with wildcard search

2014-04-28 Thread Geepalem
Hi Ahmet, Thanks for your prompt response! I have added filters which you have specified but still its not working. Below is field Query Analyzer http://localhost:8080/solr/master/select?q=page_title_t:*products* http://localhos

Re: Wildcard search not working with search term having special characters and digits

2014-04-28 Thread Geepalem
Thanks jack for prompt response! So is there any solution to make this scenario works? Or wildcard doesn't work with special characters and numerics? Thanks, G. Naresh Kumar -- View this message in context: http://lucene.472066.n3.nabble.com/Wildcard-search-not-working-with-search-term-havin

Re: Wildcard search not working with search term having special characters and digits

2014-04-28 Thread Geepalem
Can some one please help me with this as I am struck with this issue.. -- View this message in context: http://lucene.472066.n3.nabble.com/Wildcard-search-not-working-with-search-term-having-special-characters-and-digits-tp4133385p4133478.html Sent from the Solr - User mailing list archive at

Re: Stemming not working with wildcard search

2014-04-28 Thread Geepalem
Can some one please help me with this as I am struck with this issue.. -- View this message in context: http://lucene.472066.n3.nabble.com/Stemming-not-working-with-wildcard-search-tp4133382p4133477.html Sent from the Solr - User mailing list archive at Nabble.com.

Wildcard search not working with search term having special characters and digits

2014-04-27 Thread Geepalem
Hi, Below query without wildcard search is returning results. http://localhost:8080/solr/master/select?q=page_title_t:"an-138"; But below query with wildcard is not returning results http://localhost:8080/solr/master/select?q=page_title_t:"an-13*"; Below query with wildcard search and no didgit

Stemming not working with wildcard search

2014-04-27 Thread Geepalem
Hi, I have added SnowballPorterFilterFactory filter to field type to make singular and plural search terms return same results. So below queries (double quotes around search term) returning similar results which is fine. http://localhost:8080/solr/master/select?q=page_title_t:"product*"; http:/