Advertisement
moz_ciklum

Untitled

Nov 21st, 2014
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. [2014-11-21 14:08:57,535][DEBUG][action.search.type ] [Illusion] [topdanmark][2], node[OjA7ciKXRner32gW1L0dRQ], [P], s[STARTED]: Failed to execute [org.elasticsearch.action.search.SearchRequest@66775a63] lastShard [true]
  2. org.elasticsearch.search.SearchParseException: [topdanmark][2]: from[-1],size[-1]: Parse Failure [Failed to parse source [{ "facets": { "allClaims": { "terms": { "field": "Participants.ServicePartner.Guid","size": 2147483647 },"nested": "Participants","facet_filter": { "term": { "Participants.HasAnyActiveCaseWorkers": "true" } } },"notCompletedClaims": { "terms": { "field": "Participants.ServicePartner.Guid","size": 2147483647 },"nested": "Participants","facet_filter": { "term": { "Participants.HasAnyNotCompletedServices": "true" } } },"delayedClaims": { "terms": { "field": "Participants.ServicePartner.Guid","size": 2147483647 },"nested": "Participants","facet_filter": { "and": [ { "term": { "Participants.HasAnyNotCompletedServices": "true" } },{ "numeric_range": { "Participants.EarliestDeadline": { "to": "2014-11-21T14:08:57","include_upper": false } } } ] } },"assignedTodayClaims": { "terms": { "field": "Participants.ServicePartner.Guid","size": 2147483647 },"nested": "Participants","facet_filter": { "and": [ { "term": { "Participants.HasAnyActiveCaseWorkers": "true" } },{ "numeric_range": { "Participants.LatestCaseWorkerCreationDate": { "from": "2014-11-21T00:00:00" } } } ] } } } }]]
  3. at org.elasticsearch.search.SearchService.parseSource(SearchService.java:681)
  4. at org.elasticsearch.search.SearchService.createContext(SearchService.java:537)
  5. at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:509)
  6. at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:264)
  7. at org.elasticsearch.search.action.SearchServiceTransportAction$5.call(SearchServiceTransportAction.java:231)
  8. at org.elasticsearch.search.action.SearchServiceTransportAction$5.call(SearchServiceTransportAction.java:228)
  9. at org.elasticsearch.search.action.SearchServiceTransportAction$23.run(SearchServiceTransportAction.java:559)
  10. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  11. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  12. at java.lang.Thread.run(Unknown Source)
  13. Caused by: org.elasticsearch.search.SearchParseException: [topdanmark][2]: from[-1],size[-1]: Parse Failure [facet nested path [Participants] not found]
  14. at org.elasticsearch.search.facet.nested.NestedFacetExecutor.<init>(NestedFacetExecutor.java:57)
  15. at org.elasticsearch.search.facet.FacetParseElement.parse(FacetParseElement.java:130)
  16. at org.elasticsearch.search.SearchService.parseSource(SearchService.java:665)
  17. ... 9 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement