Solr data Import

2017-03-17 Thread vishal jain
Hi, I am new to Solr and am trying to move data from my RDBMS to Solr. I know the available options are: 1) Post Tool 2) DIH 3) SolrJ (as ours is a J2EE application). I want to know what is the recommended way for Data import in production environment. Will sending data via SolrJ in batches be f

Data Import

2017-03-17 Thread vishal jain
Hi, I am new to Solr and am trying to move data from my RDBMS to Solr. I know the available options are: 1) Post Tool 2) DIH 3) SolrJ (as ours is a J2EE application). I want to know what is the recommended way for Data import in production environment. Will sending data via SolrJ in batches be f

Re: Data Import

2017-03-17 Thread vishal jain
t; >> caching has best performance. DIH nested entities allow you to define > >> simple queries. > >> Also, solrj is good when you want your RDBMS updates make immediately > >> available in solr. DIH full import can be used for index all data f

Re: Data Import

2017-03-17 Thread vishal jain
e easiest/best for production since you already have > Java stack. > > The choice is yours in the end. > > Regards, >Alex. > > http://www.solr-start.com/ - Resources for Solr users, new and experienced > > > On 17 March 2017 at 08:56, Shawn Heisey wrote: >

Re: Data Import

2017-03-17 Thread vishal jain
ance. DIH nested entities allow you to define > >>> simple queries. > >>> Also, solrj is good when you want your RDBMS updates make immediately > >>> available in solr. DIH full import can be used for index all data first > >>> time or restore index in cas

Re: How on EARTH do I remove 's in schema file?

2017-03-18 Thread vishal jain
Try "stemEnglishPossessive" to remove. On Sat, Mar 18, 2017 at 4:00 AM, donato wrote: > I have been racking my brain for days... I need to remove 's from say > "patrick's" If I search for "patrick" or "patricks" I get the same number > of > results, however, if I search for "patrick's" it's a di