Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently all data in Blur has to be represented as a String, though different analyzers can be used to provide the effect of types. The Thrift RPC will have to changed to accommodate this new feature. The initial list of types that should be supported are:
-String
-Long
-Date
-Int
-Double
-Float
-GIS (Lat + Long)
-Binary
-Security Label
-Custom
The security label would allow for a formal implementation of access control per document (Record in current RPC API terminology).
The custom type, would allow for creating your own named type that can be installed into Blur and then referenced by name in the RPC.