-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hsearch federated 1.2 version upgrade with bug Fixes.
Partition index hits only a specific column as required when the value is exact. Lots of test cases to ensure the federated search is proper.
- Loading branch information
1 parent
f1ba4a9
commit 3a456d4
Showing
29 changed files
with
1,475 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
name=hsearch-core | ||
version=0.94.2.207 | ||
version=0.94.2.208 | ||
|
||
company=Bizosys Technologies Pvt Ltd. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
47 changes: 47 additions & 0 deletions
47
classes/com/bizosys/hsearch/treetable/storage/examresult.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
{ | ||
"module" : "com.bizosys.hsearch.treetable.storage.sampleImpl", | ||
"table": "htable-test", | ||
"columns": [ | ||
{ | ||
"name": "ExamResult", | ||
|
||
"mergeId": { | ||
"name": "mergeId", | ||
"datatype": "Integer" | ||
}, | ||
|
||
"indexes": [ | ||
{ | ||
"name": "age", | ||
"datatype": "Integer" | ||
}, | ||
{ | ||
"name": "role", | ||
"datatype": "String" | ||
}, | ||
{ | ||
"name": "location", | ||
"datatype": "String" | ||
} | ||
], | ||
|
||
"key": { | ||
"name": "empid", | ||
"datatype": "Integer" | ||
}, | ||
|
||
"value": | ||
{ | ||
"name": "mark", | ||
"datatype": "Float" | ||
}, | ||
|
||
"partitions": { | ||
"names": "a,b,c,d,e,f,g,h,i,j", | ||
"ranges": "[*:1],[1:2],[2:3],[3:4],[4:5],[5:6],[6:7],[7:8],[8:9],[9:*]", | ||
"column" : 4 , | ||
"type" : "numeric" | ||
} | ||
} | ||
] | ||
} |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.