내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

datastore blobs

Avatar

Level 1

does re-indexing creates new blobs and store them back to datastore?

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee Advisor

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-practice...

원본 게시물의 솔루션 보기

5 답변 개

Avatar

Community Advisor

Hi,

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

Arun Patidar

AEM LinksLinkedIn

Avatar

Level 1
Thanks for the reply Arun,

Avatar

Level 1
I am able to see the below log while performing the re-indexing 15.05.2020 14:02:57.409 *INFO* [async-index-update-fulltext-async] org.apache.jackrabbit.oak.plugins.index.IndexUpdate /oak:index/lucene => Indexed 4460000 nodes in 1.653 s ... 15.05.2020 14:02:57.693 *INFO* [oak-lucene-57] org.apache.jackrabbit.oak.plugins.blob.AbstractSharedCachingDataStore Added blob [111e5608260de0e2b22222cd44be08a8517fe79e380599dabd98d7d8488bb66c] to backend

Avatar

Level 1
where the blob is being added?

Avatar

정확한 답변 작성자:
Employee Advisor

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-practice...