Hi Neville,

Riak Search uses the JVM to run analyzers. Analyzers are configured using
the analyzer_factory option in the schema (set schema wide or per field).
Analyzers determine how incoming data is broken down and indexed, for
example a white space analyzer would break a document into words by
splitting on white space characters and indexing the words.

Regarding the schema, this section of the wiki should answer your question:
http://wiki.basho.com/display/RIAK/Riak+Search+-+Schema#RiakSearch-Schema-DefiningaSchema


Thanks,
Dan

Daniel Reverri
Developer Advocate
Basho Technologies, Inc.
d...@basho.com


On Mon, Oct 11, 2010 at 3:40 PM, Neville Burnell
<neville.burn...@gmail.com>wrote:

> Great work to release Riak 0.13 and Riak Search.
>
> I'm curious to understand how much of Riak Search is pure Erlang, and when
> does Riak Search use the JVM?
>
> Also are the Riak Search Indexes and config/schema files all stored in
> Bitcask, or does Riak Search use the local node file system for storage at
> all?
>
> Thanks and congratulations
>
> Neville
>
> _______________________________________________
> riak-users mailing list
> riak-users@lists.basho.com
> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com
>
>
_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to