Re: Yokozuna indexes too slow

2015-10-01 Thread Jason Voegele
Hello Ilyas, I’ve got a few questions for you to help diagnose the performance problem. * What Riak version are you running? * Are you using the default solrconfig on the index, or a custom configuration? * You say that there is a 200x slow down when Yokozuna indexing is enabled. Do you have a

Re: Yokozuna indexes too slow

2015-10-01 Thread Jason Voegele
Hello Ilyas, According to this Stack Overflow post, that error message might be a symptom of low memory conditions: http://stackoverflow.com/questions/21180596/solr-error-when-doing-full-import-25-rows-org-apache-solr-common-solrexcepti

Re: How to control max RAM size of a Solr process?

2015-11-24 Thread Jason Voegele
ll Riak config file if you can share it. As for off-heap memory, I don’t believe Solr utilizes off-heap memory in any way. Do you have any indication otherwise? -- Jason Voegele "Most of us, when all is said and done, like what we like and make up reas

Re: Solr indexes are dropped after recovering a node

2015-12-23 Thread Jason Voegele
ry following the full cluster recovery procedure and see if that solves the problem? -- Jason Voegele Manly's Maxim: Logic is a systematic method of coming to the wrong conclusion with confidence.___ riak-users mailing list riak

Re: Riak YZ/Solr creating invalid segments

2016-01-11 Thread Jason Voegele
/github.com/basho/yokozuna/issues/607 <https://github.com/basho/yokozuna/issues/607> -- Jason Voegele audophile, n: Someone who listens to the equipment instead of the music.___ riak-users mailing list riak-users@lists.bas

Re: Solr Error Handling

2016-02-26 Thread Jason Voegele
ons might hold the information you need. See http://docs.basho.com/riak/latest/dev/advanced/search-schema/ <http://docs.basho.com/riak/latest/dev/advanced/search-schema/> for info on “_yz_err”. -- Jason Voegele When my brain begins to reel from my literary labors, I make

Re: Spaces in the search string

2016-09-06 Thread Jason Voegele
Hi Sean, Have you tried escaping the space in your query? http://stackoverflow.com/questions/10023133/solr-wildcard-query-with-whitespace > On Sep 5, 2016, at 6:24 PM, sean mcevoy wrote: > > Hi List, > > We have a solr index where we store something like: > <<"{\"key_s\":\"ID\",\"body_s\":\"

Re: Secondary indexes or Riak search ?

2017-02-02 Thread Jason Voegele
Hi Alex, There is some info on this page that can help you decide: http://docs.basho.com/riak/kv/2.2.0/developing/usage/secondary-indexes/ See the sections titled "When to Use Secondary Indexes" and " When Not to Use Secondary Indexes". Sent from my iPad > On Feb 2, 2017, at 4:43 AM, Alex Fen