Thursday, June 22, 2017

Create custom names for the Endeca recordstore

The names of the recordstores for an endeca application can be defined in the initialize_services.bat / initialize_services.sh file at location - /control folder

edit this file and update the following properties to whatever name you like

DATA_RS_NAME=
DIMVALS_RS_NAME=
LAST_MILE_CRAWL_NAME=
DVAL_ID_MGR_NAME=

P.S. - I had used discover-data-cas reference app for deployment. Hence I see (may be) different record stores

On a different note, the last_mile_crawl_name mentioned here should match the crawl name mentioned in

/Myapp/config/cas/last-mile-crawl.xml


                                        dimensionValueIdManagerInstanceName
                                        Myapp_dimension_value_id_manager

                             

No comments:

Post a Comment