Skip to content

Instantly share code, notes, and snippets.

@Vineeth-Mohan
Created June 28, 2012 03:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Vineeth-Mohan/3008941 to your computer and use it in GitHub Desktop.
Save Vineeth-Mohan/3008941 to your computer and use it in GitHub Desktop.
[2012-06-27 15:28:36,200][DEBUG][action.search.type ] [Bob Diamond] [1] Failed to execute fetch phase
java.lang.IndexOutOfBoundsException: Index: 224, Size: 56
at java.util.ArrayList.rangeCheck(ArrayList.java:571)
at java.util.ArrayList.get(ArrayList.java:349)
at org.apache.lucene.index.FieldInfos.fieldInfo(FieldInfos.java:255)
at org.apache.lucene.index.FieldsReader.doc(FieldsReader.java:238)
at org.apache.lucene.index.SegmentReader.document(SegmentReader.java:492)
at org.apache.lucene.index.DirectoryReader.document(DirectoryReader.java:568)
at org.apache.lucene.search.IndexSearcher.doc(IndexSearcher.java:264)
at org.elasticsearch.search.fetch.FetchPhase.loadDocument(FetchPhase.java:288)
at org.elasticsearch.search.fetch.FetchPhase.execute(FetchPhase.java:158)
at org.elasticsearch.search.SearchService.executeFetchPhase(SearchService.java:430)
at org.elasticsearch.search.action.SearchServiceTransportAction.sendExecuteFetch(SearchServiceTransportAction.java:344)
at org.elasticsearch.action.search.type.TransportSearchQueryThenFetchAction$AsyncAction.executeFetch(TransportSearchQueryThenFetchAction.java:149)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment