SolrQueryComponent

Build Solr queries with ease

  • 所有者: pupunzi/jquery.mb.menu
  • 平台:
  • 許可證:
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

SolrQueryComponent

Gitter
Build Status Dependency Status Average time to resolve an issue Percentage of issues still open

Build Solr queries with ease

SolrQueryComponent helps building Solr/Lucene/ElasticSearch queries with a query builder API. It is independent of
the concrete client library and can be used with e.g. PECL Solr or
Solarium.

Examples

Build name:"John Doe"^100

<?php
use InterNations\Component\Solr\Expression\ExpressionBuilder;

$eb = new ExpressionBuilder();
echo $eb->field('name', $eb->boost($eb->eq('John Doe'), 100));

And the same with the query string object:

<?php
use InterNations\Component\Solr\Query\QueryString;

echo (new QueryString('name:<name>^<boost>'))
    ->setPlaceholder('name', 'John Doe')
    ->setPlaceholder('boost', 100);

Learn more on how to use the component in docs/.

主要指標

概覽
名稱與所有者pupunzi/jquery.mb.menu
主編程語言JavaScript
編程語言PHP (語言數: 3)
平台
許可證
所有者活动
創建於2010-03-12 18:39:44
推送於2020-10-08 15:54:49
最后一次提交2020-10-08 17:54:48
發布數11
最新版本名稱2.9.7 (發布於 2013-11-20 21:41:49)
第一版名稱2.7.6 (發布於 )
用户参与
星數74
關注者數7
派生數33
提交數112
已啟用問題?
問題數12
打開的問題數3
拉請求數4
打開的拉請求數1
關閉的拉請求數1
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?