Subject Navigator word "Canada" issue in search result
Hi
Radomir
,
There is very unusual issue occurred currently for subject navigator dtsearch. When we search the word with "Canada" , the API gives result but main Branch (branchid : 1 to 26) are not getting from API.
Due to the branchid 1 to 26 are not getting from API, we are not able to display the result in UI because branchid 1 to 26 are main parent branch.
When we user other words for example ("Abuse of process", "expropriation", "injection") then we are getting (branchid : 1 to 26).
Could you please check and let us know what is the issue. Following are the details and Payload request which we are using.
Search Payload Request : {"ErrorMessage":null,"WasError":false,"SearchRequest":"Canada","PageNum":0,"PageSize":0,"Fuzzy":true,"Fuzziness":1,"Stemming":true,"WordNetSynonyms":false,"Synonyms":false,"PhonicSearching":false,"SearchType":3,"SortField":null,"SortOrder":null,"SearchFlags":0,"Custom":null,"NoFrames":false,"EnableDateSearch":false,"StartDate":null,"EndDate":null,"FileConditions":null,"BooleanConditions":null,"QueryStatement":null,"FilterStatement":null,"Facets":null,"IxId":null,"IndexIds":null,"IncludeSynopsis":true,"Near":14,"ExcludeEnabled":false,"ExcludeTerm":null,"TreePath":null,"paraId":null,"FieldFilterName":null,"FieldFilterValues":null,"docId":null,"docUrl":null}
Devops Item :
https://dev.azure.com/tologix/ISLGRebuild/_sprints/backlog/ISLGRebuild%20Team/ISLGRebuild/Sprint%207?workitem=1090
Server : 10.68.138.11
Database : ISLGRebuildStaging
SQL View : vw_SubjectNavigatorSearch
We are available between 10:00 AM to 7:00 PM IST time to take call.
There is very unusual issue occurred currently for subject navigator dtsearch. When we search the word with "Canada" , the API gives result but main Branch (branchid : 1 to 26) are not getting from API.
Due to the branchid 1 to 26 are not getting from API, we are not able to display the result in UI because branchid 1 to 26 are main parent branch.
When we user other words for example ("Abuse of process", "expropriation", "injection") then we are getting (branchid : 1 to 26).
Could you please check and let us know what is the issue. Following are the details and Payload request which we are using.
Search Payload Request : {"ErrorMessage":null,"WasError":false,"SearchRequest":"Canada","PageNum":0,"PageSize":0,"Fuzzy":true,"Fuzziness":1,"Stemming":true,"WordNetSynonyms":false,"Synonyms":false,"PhonicSearching":false,"SearchType":3,"SortField":null,"SortOrder":null,"SearchFlags":0,"Custom":null,"NoFrames":false,"EnableDateSearch":false,"StartDate":null,"EndDate":null,"FileConditions":null,"BooleanConditions":null,"QueryStatement":null,"FilterStatement":null,"Facets":null,"IxId":null,"IndexIds":null,"IncludeSynopsis":true,"Near":14,"ExcludeEnabled":false,"ExcludeTerm":null,"TreePath":null,"paraId":null,"FieldFilterName":null,"FieldFilterValues":null,"docId":null,"docUrl":null}
Devops Item :
https://dev.azure.com/tologix/ISLGRebuild/_sprints/backlog/ISLGRebuild%20Team/ISLGRebuild/Sprint%207?workitem=1090
Server : 10.68.138.11
Database : ISLGRebuildStaging
SQL View : vw_SubjectNavigatorSearch
We are available between 10:00 AM to 7:00 PM IST time to take call.
Comments & Events
OK Thanks for the update
Radomir
Hi
Harsh
, I reproduced the issue. I assume you're using the same settings copied from me and that appears to be the reason... In the search service's application.conf there's a property "ResultListStopCount" with value 1000 - that is the maximal number of results that can be returned in results, including selected nodes. Simply, search for "Canada" returns more documents. Set this value to 5000 for example and you'll get the expected nodes back in the results.