Marty Schoch

Results 30 comments of Marty Schoch

OK, I don't see any arrays. How big is the index? Is it possible to share it with me somehow?

Well, with the Bleve index I should be able to reproduce the error and figure out which field in which document it was trying to highlight. I understand it contains...

Its not that slow for me. Do you know how many PIndexes you're creating? When I put everything in 1 PIndex it takes ~30 seconds to index 7k.

Its in the configuration somewhere. I could see in the stack trace on the other bug that it had all 64 vbuckets in a single pindex though. So that must...

I just tried it again. It took about 2 minutes (which is too long). A few observations: 1. cbft outputs a LOT of console IO. In my experience this can...

Yeah that is part of it. Also, I think we determined the batch sizes are different.

Would like to know more. In the past it seemed this didn't make sense for us because all of our indexes are essentially real-time indexes (whether or not that is...

I'm unclear how specifying multiple URLs at the command-line differs from multiple URLs in the source definition.

Same as #4. Since hosted download isn't working, point it to static folder in git repo. Should be command line arg to configure the path.

I think this chunk of code shows how to create a bucket with the REST api: https://github.com/couchbaselabs/cbgb/blob/53841e4a2179428e1968e4154d1797a2503ecf0a/static/app.js#L165-L181