Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucene-hadoop Wiki" for change notification.
The following page has been changed by udanax: http://wiki.apache.org/lucene-hadoop/Hbase/HbaseShell ------------------------------------------------------------------------------ === Query mixture examples === - '''(ex. 1)''' Search the subject and the year of the movies which were produced by 'Fox' company and where running time is more than 100 minutes. + '''(ex. 1)''' Search the subject(row) and the year of the movies which were produced by 'Fox' company and where running time is more than 100 minutes. - [[BR]]~-''Ï ,,title.year,, (Ï ,,length > 100,, (movieLog_table) â© Ï ,,studioName = 'Fox',, (movieLog_table))''-~ + [[BR]]~-''Ï ,,year,, (Ï ,,length > 100,, (movieLog_table) â© Ï ,,studioName = 'Fox',, (movieLog_table))''-~ {{{ Relation @@ -346, +346 @@ Result +----------------------+ - | title year | + | title(row) year | | ==================== | | Star Wars 1977 | +----------------------+