sherlock icon indicating copy to clipboard operation
sherlock copied to clipboard

Results 25 sherlock issues
Sort by recently updated
recently updated
newest added

Hello. How do I make my 'match' query case insensitive?

Good morning, Last night I stumbled across the SherlockPHP library and I think it will be very good for my application. I am looking to move from using a combination...

We've begun using facets and sorting in our application recently and it so happens that both use a different interface: ``` php $request->facets( Sherlock::facetBuilder()->Terms()->facetname('tags')->fields('tags.komma'), Sherlock::facetBuilder()->Terms()->facetname('types')->fields('type.keyword') ); // Sort $request->sort( array(...

Is there currently a way to define custom analyzers with Sherlock ? Or multiple analyzer for a field ? For example, I want my content field to be run through...

I've been trying to build slightly more complex queries, mostly with filters and boolean operators, but also with queries, etc. I've run into some kind of conundrum - building "AndFilter"...

So the indexing class and associated operations are getting messy inside, and the external API syntax is starting to become unwieldy. Most of the problems stem from batch processing -...

Defaults are hardcoded into filters, basically as best guesses taken from the [Perl client](http://search.cpan.org/~drtech/ElasticSearch-SearchBuilder-0.18/lib/ElasticSearch/SearchBuilder.pm). Would be much better to just pass Null and let ES use the internal defaults. This...

Defaults are hardcoded into queries, basically as best guesses taken from the [Perl client](http://search.cpan.org/~drtech/ElasticSearch-SearchBuilder-0.18/lib/ElasticSearch/SearchBuilder.pm). Would be much better to just pass Null and let ES use the internal defaults. This...

should sherlock automatically use another node in this case?

I'm starting to working on the 0.2 branch for Sherlock. Sherlock has a pretty good base of functionality - it's time to start cleaning up the syntax and making it...