Dear Wiki user, You have subscribed to a wiki page or wiki category on "Blur Wiki" for change notification.
The "QuickStart" page has been changed by AaronMcCurry: http://wiki.apache.org/blur/QuickStart?action=diff&rev1=4&rev2=5 Execute: {{{#!bash - apache-blur-0.2.0-SNAPSHOT/bin/blur shell + apache-blur-0.2.0-SNAPSHOT/bin/blur shell localhost:40020 }}} - Once in the shell, tables and be created, enabled, disabled, and removed. + Once in the shell, tables and be created, enabled, disabled, and removed. Type help to get a list of the commands. + === Simple Shell Example === + + {{{#!bash + blur> create testTableName file:///data/testTableName 1 + blur> add testTableName fieldName:testing + blur> search testTableName fieldName:testing + Totalhits 1 + -------------------------- + fieldName | testing + }}} +
