We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is giving error: com.impetus.kundera.index.IndexingException: Unable to search from inverted index com.impetus.client.cassandra.thrift.ThriftInvertedIndexHandler.getSuperColumnForRow(ThriftInvertedIndexHandler.java:261) com.impetus.client.cassandra.index.InvertedIndexHandlerBase.searchAndAddToResults(InvertedIndexHandlerBase.java:132) com.impetus.client.cassandra.index.InvertedIndexHandlerBase.search(InvertedIndexHandlerBase.java:71) com.impetus.client.cassandra.thrift.ThriftInvertedIndexHandler.search(ThriftInvertedIndexHandler.java:174) com.impetus.client.cassandra.thrift.ThriftClient.searchInInvertedIndex(ThriftClient.java:1002) com.impetus.client.cassandra.query.CassandraEntityReader.readFromIndexTable(CassandraEntityReader.java:254) com.impetus.client.cassandra.query.CassQuery.recursivelyPopulateEntities(CassQuery.java:200) com.impetus.kundera.query.QueryImpl.getResultList(QueryImpl.java:159) com.impetus.twitample.service.TwitterService.findTweetByBody(TwitterService.java:185) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) java.lang.reflect.Method.invoke(Method.java:601) org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309) org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183) org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110) org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
But should have been: No result found.
The text was updated successfully, but these errors were encountered:
Fixed issue #201
be4ff72
Changed ThriftDataHnadler for issue #201
a281bcd
and changed pelops client for some log
Fixed in current trunk. Please verify.
-Vivek
Sorry, something went wrong.
Working fine.
No branches or pull requests
It is giving error:
com.impetus.kundera.index.IndexingException: Unable to search from inverted index
com.impetus.client.cassandra.thrift.ThriftInvertedIndexHandler.getSuperColumnForRow(ThriftInvertedIndexHandler.java:261)
com.impetus.client.cassandra.index.InvertedIndexHandlerBase.searchAndAddToResults(InvertedIndexHandlerBase.java:132)
com.impetus.client.cassandra.index.InvertedIndexHandlerBase.search(InvertedIndexHandlerBase.java:71)
com.impetus.client.cassandra.thrift.ThriftInvertedIndexHandler.search(ThriftInvertedIndexHandler.java:174)
com.impetus.client.cassandra.thrift.ThriftClient.searchInInvertedIndex(ThriftClient.java:1002)
com.impetus.client.cassandra.query.CassandraEntityReader.readFromIndexTable(CassandraEntityReader.java:254)
com.impetus.client.cassandra.query.CassQuery.recursivelyPopulateEntities(CassQuery.java:200)
com.impetus.kundera.query.QueryImpl.getResultList(QueryImpl.java:159)
com.impetus.twitample.service.TwitterService.findTweetByBody(TwitterService.java:185)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.lang.reflect.Method.invoke(Method.java:601)
org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
But should have been:
No result found.
The text was updated successfully, but these errors were encountered: