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   |
  +----------------------+

Reply via email to