Skip to content

Solr Criteria Query Builder #420

@dewos

Description

@dewos

Hello there. As has already been mentioned in #123 (@basdenooijer), I would like to help the project with a fluent query builder. I made an PHP implementation of Java Spring Solr Criteria , and soon I'll tag a stable release. You can find it here: https://github.com/minimalcode-org/search

You could "suggest" it (composer or documentation) or use it directly as the official builder, I don't care for the credits. My advice actually is to do something like aliasing, for keeping the namespace in Solarium context:

<?php
namespace Solarium\Core\Query;

use Minimalcode\Search\Criteria as BaseCriteria;

class Criteria extends BaseCriteria {}

I hope it is useful, and I'm open to comments and suggestions, thanks 👍

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions