On 12/1/2017 11:51 AM, @Nandan@ wrote:
> I am working on an Ecommerce database . I have more then 40 tables and
> around 20GB of data.
> I want to index data with solr for more effective search feature.
> Please tell me how to index MySQL data with Apache solr.
There are multiple possible ways to
Or, depending on your environment and comfort with Java, use SolrJ.
Here's an example:
https://lucidworks.com/2012/02/14/indexing-with-solrj/
Best,
Erick
On Fri, Dec 1, 2017 at 11:22 AM, Sujay Bawaskar wrote:
> You can use data import handler with cache, its faster.
>
> Check document :
> https
You can use data import handler with cache, its faster.
Check document :
https://lucene.apache.org/solr/guide/6_6/uploading-structured-data-store-data-with-the-data-import-handler.html
On Sat, Dec 2, 2017 at 12:21 AM, @Nandan@
wrote:
> Hi ,
> I am working on an Ecommerce database . I have more
Hi ,
I am working on an Ecommerce database . I have more then 40 tables and
around 20GB of data.
I want to index data with solr for more effective search feature.
Please tell me how to index MySQL data with Apache solr.
Thanks in advance
Nandan Priyadarshi