indexing - Solr : multiple indexes -
one of our business requirements require new index created apart 1 existing. structure of documents in new index different ones available in existing index. 1 of modules of our application needs query new index required data.
can please suggest how can achieved? solr version using 3.5. have 'index' folder inside solr\data folder. believe new index folder needs created @ same location , data needs imported separately in new index.
which approach should take achieve this?
please help.
regards.
you have add 2nd solr core...
here tutorial:
http://www.pinoyoracledba.com/2011/05/solr-adding-new-core.html
Comments
Post a Comment