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. - [[BR]]~-'''''Ï ,,title.year,, (Ï ,,length > 100,, (movieLog_table) â© Ï ,,studioName = 'Fox',, (movieLog_table))'''''-~ + [[BR]]~-''Ï ,,title.year,, (Ï ,,length > 100,, (movieLog_table) â© Ï ,,studioName = 'Fox',, (movieLog_table))''-~ {{{ Relation