flaxsearch/marple

Error loading more terms with filter

Closed this issue · 0 comments

Using Gutenberg index, select "text" field, enter "a" in the filter box, and click the Load More button. This causes the server error:

ERROR [2017-01-31 14:35:44,380] io.dropwizard.jersey.errors.LoggingExceptionMapper: Error handling a request: 9eb1060fb0f298bc
! java.lang.UnsupportedOperationException: null
! at org.apache.lucene.codecs.blocktree.IntersectTermsEnum.seekCeil(IntersectTermsEnum.java:772)
! at org.apache.lucene.index.MultiTermsEnum.seekCeil(MultiTermsEnum.java:219)
! at com.github.flaxsearch.resources.TermsResource.getTerms(TermsResource.java:66)
...