Questions tagged [cassandra-lucene-index]

Question is about the Cassandra Lucene Index plugin created by Stratio

Should be used when the question is about the Cassandra Lucene Index plugin created by Stratio placed in https://github.com/Stratio/cassandra-lucene-index

23 questions
0
votes
1 answer

Lucene create index for words with umlauts in stratio

I have a similar issue like described in this thread. I would like to use something like the GermanNormilizationFilter to have a conversion for umlauts like 'ue' -> 'ü' and vice versa. I use the cassandra stratio plugin and would like to create the…
Peter Lutz
  • 165
  • 5
  • 9
0
votes
1 answer

Stratio Lucene Index 3.0.9: Purpose of INet mapper

From the docs for the Stratio Lucene Index Plugin, the INet mapper looks interesting but there's not a lot of motivation behind it: ie. https://github.com/Stratio/cassandra-lucene-index/blob/branch-3.0.9/doc/documentation.rst#inet-mapper. Given that…
Keith Nordstrom
  • 354
  • 2
  • 9
0
votes
1 answer

Select query with sorting for cassandra with stratio lucene index, version >2.2

I am trying to test out stratio lucene index for Cassandra database in various release versions, and I'm having a problem when going past version 2.2: Suppose I have a table with a column mymap which is of type map, and I have it indexed…
Vee6
  • 1,527
  • 3
  • 21
  • 40
0
votes
2 answers

Cassandra Stratio Failed to execute read

Here is my query: select * from profiles where expr(profiles_index, '{ filter: { type: "date_range", field: "age", from: "1984/01/01", to: "2010/01/01", operation: "is_within" } }'); Here is my table: CREATE TABLE…
Programmer9000
  • 1,959
  • 3
  • 17
  • 27
0
votes
1 answer

Does cassandra lucene index work with vnode? say num_tokens =256

I heard it's not a good practice to enable vnode if using cassandra lucene index. Is it still true? I'm using apache cassandra 3.0.5 and matching stratio lucene indexer. Thanks.
Raphael
  • 1
  • 1
0
votes
1 answer

Unknown exception caught while attempting to update MaterializedView

I try to add new node in existing cassandra cluster. Now I have 4 nodes in cluster (2 DC). Each node has ~120 Gbytes of data. I use plugin(cassandra-lucene-index) 3.0.4 and Materialized View. Following error occure, when I add a new node to the…
0
votes
2 answers

Add a new node occur error

I use plugin(cassandra-lucene-index) 3.0.4 to my 3.0.4 cluster, I have three nodes, when I add a new node to the cluster, streem error occure: ERROR [main] 2016-03-31 11:40:04,641 StorageService.java:1295 - Error while waiting on bootstrap to…
yanwei
  • 41
  • 2
0
votes
1 answer

Cassandra with Stratio lucene index

I have installed Data-Sax Cassandra community edition(2.2.3) on my machine and I want to use full text Search. I have downloaded the Stratio lucene index 2.2.3 and copied it to the Cassandra lib folder but when I execute the command to create index…
1
2