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

Reply via email to