-
Type:
Service Pack Request
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 5.2.5, Search Services 1.4
-
Fix Version/s: 5.2.7
-
Component/s: Search and Indexing (non-UI), Upgrades
-
Labels:
-
Environment:5.0.3+Solr4 upgrade to 5.2.5+Solr4
-
ACT Numbers:
00997930
-
Epic Link:
Issue:
Solr4 Search return 0 match after upgrade from 5.0.3+Solr4 to 5.2.5+Solr4 with 5.0.3's Solr4 index backup restored into 5.2.5's Solr4.
Step to Reproduce
1) Install 5.0.3.5+Solr4
2) import customer's content model.
3) create content to match the model and search query programmatically using js script:
4) verify the afts search, with query: See Search Query below
returns the expected result.
5) upgrade the repository to 5.2.5 + Solr4
6) copy the /alf_data/solr/index from 5.0.3.5 to 5.2.5
7) restart and test the search from step4, it will return 0 match now.
Things tried and observed so far:
- A full reindex on upgraded 5.2.5+Solr4 instance does not fix the issue.
- An metadata update which trigger metadata reindex does not fix the issue.
- Issue not reproduce if creating a brand new node with same properties in upgraded 5.2.5+Solr4 instance.
- shadowed by
-
SEARCH-1959 [MNT-21021] Solr4 Search return 0 match after upgrade from 5.0.3+Solr4 to 5.2.5+Solr4 with 5.0.3's Solr4 index backup restored
- Done