Jon Bratseth

Results 140 comments of Jon Bratseth

> Due to company security restrictions, hosted public cloud services cannot be used and self-built clusters are required. Not when the data plane remains in an account owned by your...

You want to match only within a specific element, identified by index? Or a range?

Could you confirm that supporting this just for AND terms as in the example above will unblock you?

It should be safe to deploy any change to the application package so we should think hard about what we can do here ...

The original ask is done but morphing this issue to keep the context.

The request here is to add it to our detailed query tracing though.

This is because the query side isn't using the linguistics library for tokenization, just normalizing and stemming. The stemming (by StemmingSearcher) isn't prepared to remove tokens if no stems are...

Currently is it "later", which means there is no ETA.

n-gram gives you _substring_ matching in indexed fields, but not _prefix_. You can achieve that by creating a custom GramSplitter that adds a special prefix to each start-of-word gram. See...