datastore blobs | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Nirmal_Jose

Hi @sravanthib39626 ,

For Lucene indexes, the actual index content lives in the BlobStore. So, yes, it does add to the BlobStore. Reference at second paragraph of [1]

 

[1] -https://github.com/AdobeDocs/experience-manager-65.en/blob/master/help/sites-deploying/best-practices-for-queries-and-indexing.md#removing-indexes-removing-indexes

2 replies

Nirmal_Jose
Nirmal_JoseAccepted solution
Employee
May 17, 2020

Hi @sravanthib39626 ,

For Lucene indexes, the actual index content lives in the BlobStore. So, yes, it does add to the BlobStore. Reference at second paragraph of [1]

 

[1] -https://github.com/AdobeDocs/experience-manager-65.en/blob/master/help/sites-deploying/best-practices-for-queries-and-indexing.md#removing-indexes-removing-indexes

arunpatidar
New Participant
May 10, 2020

Hi,

Reindexing does not change any content, it just updates the indexing details at backend at /crx-quickstart/repository/index

Arun Patidar
New Participant
May 15, 2020
Thanks for the reply Arun,