Skip to content

Instantly share code, notes, and snippets.

@ppearcy
Created September 23, 2010 22:27
Show Gist options
  • Save ppearcy/594522 to your computer and use it in GitHub Desktop.
Save ppearcy/594522 to your computer and use it in GitHub Desktop.
**** ppearcy look here ;) ....
java.lang.ArrayIndexOutOfBoundsException: 114
at org.apache.lucene.util.BitVector.get(BitVector.java:104)
at org.apache.lucene.index.SegmentTermDocs.next(SegmentTermDocs.java:127)
at org.elasticsearch.index.field.data.support.FieldDataLoader.load(FieldDataLoader.java:56)
at org.elasticsearch.index.field.data.longs.LongFieldData.load(LongFieldData.java:129)
at org.elasticsearch.index.field.data.FieldData.load(FieldData.java:225)
at org.elasticsearch.index.cache.field.data.support.AbstractConcurrentMapFieldDataCache.cache(AbstractConcurrentMapFieldDataCache.java:86)
at org.elasticsearch.index.cache.field.data.support.AbstractConcurrentMapFieldDataCache.cache(AbstractConcurrentMapFieldDataCache.java:67)
at org.elasticsearch.index.field.data.support.NumericFieldDataComparator.setNextReader(NumericFieldDataComparator.java:49)
at org.apache.lucene.search.TopFieldCollector$OneComparatorNonScoringCollector.setNextReader(TopFieldCollector.java:96)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:209)
at org.elasticsearch.search.internal.ContextIndexSearcher.search(ContextIndexSearcher.java:125)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:199)
at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:177)
at org.apache.lucene.search.Searcher.search(Searcher.java:49)
at org.elasticsearch.search.query.QueryPhase.execute(QueryPhase.java:124)
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:198)
at org.elasticsearch.search.action.SearchServiceTransportAction$SearchQueryByIdTransportHandler.messageReceived(SearchServiceTransportAction.java:388)
at org.elasticsearch.search.action.SearchServiceTransportAction$SearchQueryByIdTransportHandler.messageReceived(SearchServiceTransportAction.java:379)
at org.elasticsearch.transport.netty.MessageChannelHandler$3.run(MessageChannelHandler.java:195)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment