[
https://issues.apache.org/jira/browse/CASSANDRA-3078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13091522#comment-13091522
]
Jonathan Ellis commented on CASSANDRA-3078:
-------------------------------------------
skimmed:
- hashconstruct addition should be moved into a separate ticket and used for
strategy_options as well
- we should default to a package (org.apache.cassandra.db.index) if none is
specified in class name so using built-ins is that much less of a pita
- style: spaces not tabs, space after //, space before () in conditionals +
loops
> Make Secondary Indexes Pluggable
> ---------------------------------
>
> Key: CASSANDRA-3078
> URL: https://issues.apache.org/jira/browse/CASSANDRA-3078
> Project: Cassandra
> Issue Type: Improvement
> Components: Core
> Affects Versions: 1.0
> Reporter: T Jake Luciani
> Assignee: T Jake Luciani
> Labels: secondary_index
> Fix For: 1.0
>
> Attachments: 3078.txt, 3078_thrift.txt
>
>
> CASSANDRA-2982 got us most of the way there...
> This ticket removes the IndexType enum (while keeping support for KEYS
> internally from old cf metadata).
> You now specify a index_class rather than index_type. index_class is the
> full classname of the SecondaryIndex impl. This also adds a index_options
> map to pass extra info to the secondary index impl if needed.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira