Skip to content
Snippets Groups Projects
Select Git revision
  • 1f01ff8d534ed8fb50723f7a897df66c336bea9d
  • main default protected
  • test-dd-2-8-0
  • 1.13.5
  • 1.13.4
  • 1.13.3
  • 1.13.2
  • 1.13.1
  • 1.13.0
  • 1.12.13
  • 1.12.12
  • 1.12.11
  • 1.12.10
  • 1.12.9
  • 1.12.8
  • 1.12.7
  • 1.12.6
  • 1.12.5
  • 1.12.4
  • 1.12.3
  • 1.12.2
  • 1.12.1
  • 1.12
23 results

nexus_semantic_logger.gemspec

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    This project manages its dependencies using RubyGems. Learn more
    SpanQueryInterface.php 462 B
    <?php
    
    /*
     * This file is part of the ONGR package.
     *
     * (c) NFQ Technologies UAB <info@nfq.com>
     *
     * For the full copyright and license information, please view the LICENSE
     * file that was distributed with this source code.
     */
    
    namespace ONGR\ElasticsearchBundle\DSL\Query\Span;
    
    use ONGR\ElasticsearchBundle\DSL\BuilderInterface;
    
    /**
     * Interface SpanQueryInterface to recognise span queries.
     */
    interface SpanQueryInterface extends BuilderInterface
    {
    }