Reindexing - what actually occurs

Mark Gordon November 3, 2014

JIRA,

 

Our JiRA environment will be using SQL Server.

 

so, when JIRA does a reindex, or you manully or automaically force a reindex for certain things, is JIRA doing reindexing internally just to JIRA or is it reindexing the "DATABASE"?

 

 

4 answers

1 vote
Luciano Fagundes
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 3, 2014

Mark,

Please find out below our documentation regarding the Search Indexing process, hope it helps to clarify this matter.

https://confluence.atlassian.com/display/JIRA/Search+Indexing

The indexes are stored on <jira-home>/caches/indexes directory.

Cheers

L.F

1 vote
Doug Swartz
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 3, 2014

Prior to version 6.3.5, without an additional plugin such as Jamie Echlin's Script Runner, reindex was a reindex of all issues. In 6.3.5, Atlassian added the option to reindex the issues in a single project.

Jira uses the Lucene text search engine and the Lucene index is stored in the file system.

0 votes
Mark Gordon November 3, 2014

Udo, Thanks.

So is it reindexing the project or the entire JIRA instance?

 

Udo Brand
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 3, 2014

The entire instance.

0 votes
Udo Brand
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 3, 2014

It is reindexing JIRA internally and NOT your database.

Suggest an answer

Log in or Sign up to answer