Stratio / cassandra-lucene-index

Lucene based secondary indexes for Cassandra
Apache License 2.0
600 stars 171 forks source link

Typo in Stratio's Cassandra Lucene Index documentation #358

Closed RettPop closed 6 years ago

RettPop commented 7 years ago

Lucene makes a huge use of caching, so the first query done to an index will be specially slow dou to the cost of initializing caches.

It looks like selected words are mistyped. "Specifically" and "due" perhaps should be used instead.

RettPop commented 7 years ago

Also, it seems that the same description is used for two opposite attributes in https://github.com/Stratio/cassandra-lucene-index/blob/branch-3.0.14/doc/documentation.rst#jmx-interface:

Name Type Notes
NumDeletedDocs Attribute Total number of documents in the index.
NumDocs Attribute Total number of documents in the index.
jpgilaberte commented 7 years ago

Hi @RettPop,

Thank you for your interest in the project.

Let's review concepts and misspelled words.

Regards

ealonsodb commented 6 years ago

Fixed in #374