cassandra-lucene-index icon indicating copy to clipboard operation
cassandra-lucene-index copied to clipboard

Lucene based secondary indexes for Cassandra

Results 64 cassandra-lucene-index issues
Sort by recently updated
recently updated
newest added

Is there a way, using stratio index, I can index a text column in my Cassandra table as a json object and query on the keys with in the json?...

Hi, all. The feature excluded_data_centers was coded when using java, but, know, in scala, it seems to have dissapeared. Am I missing anything?

bug

How to know the indexing status whether it was finished or not. FYI: In DSE search we have a command to know the status. `dsetool core_indexing_status keyspace_name.table_name` Please advise, Thanks.

Scenario: I have loaded a table with approximately 5 Million records and trying to fetch the records on a time stamp field. `CREATE CUSTOM INDEX tx_id ON arrow.history2 (lucene) USING...

Hi....Is it possible to keep the indexed folder entirely in a separate physical hard disk instead of different data centers.If it is possible then how to set the directory path(which...

Cassandra Lucene Index version 3.11.1.0 Cassandra Version: 3.11.3 I have a consistently reproducible test case that throws an ArrayIndexOutOfBoundsException at query time, if each of the following is true (I've...

When we add extra predicate on a column used in the index, cassandra returns 0 records despite the predicate returns `True`. We have the issue with `spark-cassandra-connector:2.3.1-s_2.11` and `spark 2.2.0`...

Apache Cassandra Version: 3.11.2 Stratio Cassandra Lucene Index Version: 3.11.1.0 Reproduction steps: 1. Create a UDT `CREATE TYPE test_udt (name text, type text);` 2. Create a stratio lucene index using...

Hi, Now that 3.11.3 is released I've forked and updated the poms to point to the 3.11.3 cassandra-all dependency. Everything builds fine and I ran the tests and _most_ of...

Hi, during my unit tests I create a lot of tables with a lucene index applied to it, perform some operations and delete the table afterwards. Quite often but intermittently...

waiting for feedback