[
https://issues.apache.org/jira/browse/OODT-404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13227568#comment-13227568
]
Sheryl John commented on OODT-404:
----------------------------------
Hi Brian,
The command line options I used for query_tool:
./query_tool --url http://localhost:9000 --sql -query "SELECT
CernerEpisodeStartTime FROM CernerLocations"
Mar 12, 2012 7:15:20 AM org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
complexQuery
INFO: Query returned 1 results
20xy-xx-yyT00:00:00.000-08:00
Used the same option for 0.3 :
./query_tool --url http://localhost:9000 --sql -query "SELECT
CernerEpisodeStartTime FROM CernerLocations"
Mar 12, 2012 7:18:28 AM org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
complexQuery
INFO: Query returned 30 results
--
The command line options I used for filemgr:
./filemgr-client --url http://localhost:9000 -op -sql -q 'SELECT
CernerEpisodeStartTime FROM CernerLocations'
Mar 12, 2012 7:16:34 AM
org.apache.oodt.cas.filemgr.system.XmlRpcFileManagerClient <init>
INFO: Loading File Manager Configuration Properties from:
[../etc/filemgr.properties]
Mar 12, 2012 7:16:37 AM org.apache.oodt.cas.filemgr.system.XmlRpcFileManager
complexQuery
INFO: Query returned 1 results
20xy-xx-yyT00:00:00.000-08:00
I was going through the complexQuery,filemgr and the cli yesterday and still
couldn't find out where's the issue.
Thanks!
> Filemgr query not returning list of values for multi-value key
> --------------------------------------------------------------
>
> Key: OODT-404
> URL: https://issues.apache.org/jira/browse/OODT-404
> Project: OODT
> Issue Type: Bug
> Components: file manager
> Affects Versions: 0.4
> Reporter: Sheryl John
> Priority: Minor
> Fix For: 0.4
>
> Attachments: filemgr-cli-unit-test-mod.txt
>
>
> Filemgr queries for a multi-value key returns only the first value and not a
> concatenated list of values (Tested on 0.4-SNAPSHOT).The lucene luke tool was
> used to confirm that the particular key has more than one value.
> The queries returned expected list of values on 0.3v.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira