Author: rezan
Date: Wed Jul 29 22:53:46 2015
New Revision: 1693357
URL: http://svn.apache.org/r1693357
Log:
rankvalue is a number
Modified:
devicemap/trunk/data/2.0/reference/a/patterns.json
Modified: devicemap/trunk/data/2.0/reference/a/patterns.json
URL:
http://svn.apache.org/viewvc/devicemap/trunk/data/2.0/reference/a/patterns.json?rev=1693357&r1=1693356&r2=1693357&view=diff
==============================================================================
--- devicemap/trunk/data/2.0/reference/a/patterns.json (original)
+++ devicemap/trunk/data/2.0/reference/a/patterns.json Wed Jul 29 22:53:46 2015
@@ -34,14 +34,14 @@
{
"patternId": "pattern2",
"rankType": "Weak",
- "rankValue": "100",
+ "rankValue": 100,
"patternType": "SimpleOrderedAnd",
"patternTokens": ["two", "four", "six"]
},
{
"patternId": "pattern3",
"rankType": "None",
- "rankValue": "1000",
+ "rankValue": 1000,
"patternType": "Simple",
"patternTokens": ["two", "four", "six"]
},
@@ -54,7 +54,7 @@
{
"patternId": "pattern5",
"rankType": "Weak",
- "rankValue": "200",
+ "rankValue": 200,
"patternType": "Simple",
"patternTokens": ["onetwo"]
}