Hello, As per the documentation here ( http://phoenix.apache.org/secondary_indexing.html) I can create local indices like this: CREATE LOCAL INDEX my_index ON my_table (v1);
However, this results in a syntax error: Syntax error. Encountered "LOCAL" at line 1, column 8. In the grammar section in the docs ( http://phoenix.apache.org/language/index.html#create_index) I can't find any reference to local indices. What is the cause of the inconsistency in the docs? and are local indices available? Thanks -- Best Regards, Moustafa Aboul Atta
