👀 While it's loading, feel free to check out the other repositories:
🔔 To get a notification when it's ready, leave your email here:
By entering your email, you agree to receive notifications and marketing-related emails
Filter by reset
Method to upload a large batch at max speed
Could / should the Manticore PHP client be adapted?
marclaporte · 2025-04-04 · 3 · #217
est::NO_ESTIMATE
How to set match mode to SPH_MATCH_EXTENDED2 ?
marios88 · 2022-12-15 · 2 · #105
sanikolaev · 2022-12-15
Question: Scaling and debugging connections
…Hi, Time to time, i am getting the following error on a single node (plain mode) manticore server. I don't see any related log in searchd.log, no error no warnings. After 1 retry to 1 node, connection has failed. No more retries left. Retries made: ... …
ardabeyazoglu · 2025-06-27 · 0 · #248
How to set match mode to SPH_MATCH_EXTENDED2 ?
marios88 · 2022-12-15 · 2 · #105
marios88 · 2022-12-15
Curl connection fails randomly
We have an issue with curl connection which looks similar to the one described here. The client fails while processing multiple requests to the server executed in a loop. The issue can be reproduced with the test script and data attached. testing.zip …
Nick-S-2018 · 2025-04-30 · 2 · #243
est::size_M
Encoding Issues on getResponse()
bgrou · 2025-05-08 · 3 · #246
sanikolaev · 2025-04-18
why does this MATCH work? (code from your example)
Server version: 7.0.0 92c650401@25013002 (columnar 4.0.0 5aa8e43@25012409) (secondary 4.0.0 5aa8e43@25012409) (knn 4.0.0 5aa8e43@25012409) git branch manticore-7.0.0...origin/manticore-7.0.0 manticore-lemmatizer-uk , pymorphy2-dicts-uk python 3.9.11 php 7 …
zatomant · 2025-02-17 · 3 · #235
Encoding Issues on getResponse()
bgrou · 2025-05-08 · 3 · #246
Nick-S-2018 · 2025-05-08
failed to set multiple wordforms
not quite sure how to set multiple wordform files for index $params = [ 'body' => [ 'settings' => [ 'wordforms' => '/usr/local/sphinx/data/wordforms.txt' ], 'columns' => [ 'title'=>['type'=>'text'], 'price'=>['type'=>'float'] ] ], 'index' => 'products' ]; …
githubmanticore · 2023-11-25 · 2 · #39
Encoding Issues on getResponse()
bgrou · 2025-05-08 · 3 · #246
Nick-S-2018 · 2025-05-08
WIP: Add call qsuggest endpoint support
hlushpenko · 2025-06-23 · 3 · #245
WIP: Add call qsuggest endpoint support
hlushpenko · 2025-06-23 · 3 · #245
sanikolaev · 2025-04-18
How to get a modified query when searching with FUZZY
Hello. Can you tell me if there is a way to get the actual query that was searched? When the search is enabled with the fix $query = 'fzzy serch'; $result = $index->search($query)->option('fuzzy', 1)->get(); you can use the highlight() method to highlight …
DimmmCom · 2025-02-20 · 1 · #239
WIP: Add call qsuggest endpoint support
hlushpenko · 2025-06-23 · 3 · #245
Nick-S-2018 · 2025-06-13
Methods needed for moving from sphinxsearch to Manticore PHP API
Hello! I'm moving from sphinxsearch and can't find several features at php api for manticore. Try to make samples with sphinx 2.0 php code. SetGroupBy method for grouping results. as far as I understand, this feature is present in manticore and maybe this …
mikedin · 2021-08-31 · 3 · #60
waiting for reply
WIP: Add call qsuggest endpoint support
hlushpenko · 2025-06-23 · 3 · #245
sanikolaev · 2025-06-23
Hello Devs Can i use Ranking for this module? Can i use Weight for field's? in documentation not found information
skvarovski · 2021-12-06 · 15 · #42
Issue with umlauts when using the keywords call
ForsakenNGS · 2021-11-15 · 4 · #59
waiting
adriannuta · 2021-07-15
If I issue the following command, I get given error. $client->index('percolated_table')->search(['year'=>2000]); The connection I have is valid. When I use the sql method CALL PQ('percolated_table','{"year":2000}') I do get results, so that will be my …
henze-housepedia · 2024-10-29 · 6 · #218
waiting
ChrisJokinen · 2021-07-08 · 1 · #58
sanikolaev · 2021-07-08
Request for Transaction Support in manticoresearch-php
Hello, I'd like to inquire if there are any plans to add transaction support to the manticoresearch-php library in the future, considering that transactions are supported according to the official ManticoreSearch documentation (https://manual. …
rostislav-pn · 2024-05-24 · 4 · #127
waiting for reply
Issue with umlauts when using the keywords call
ForsakenNGS · 2021-11-15 · 4 · #59
waiting
sanikolaev · 2021-07-16
Metod match('word word2') generate query type AND
In documentation OR as default operator I try profile()->match('word word2') and i see : [query] => Array ( [type] => AND [description] => AND( AND( AND(KEYWORD(word, querypos=1)), AND(KEYWORD(word2, querypos=2))), OR( AND(KEYWORD(word, querypos=1)), AND( …
Maxpl · 2021-12-24 · 5 · #70
waiting for reply
In ResultHit setId and getId Do Not Mirror Each Other
gordonbanderson · 2020-07-09 · 2 · #17
githubmanticore · 2020-07-09
Add a method to get total facets count
The library doesn't have a method to get total count of facets. Here is the code example, imagine an index jobs with columns employer_id and employer_name : $client = new \Manticoresearch\Client(); $index = $client->index('jobs'); $query = new \ …
markomilivojevic · 2021-11-19 · 4 · #67
waiting for reply
Wrong Runtime Exception Thrown
gordonbanderson · 2020-07-09 · 2 · #19
githubmanticore · 2020-07-09
Unnecessary line in class Create
Method "setBody" of class "Create" has unnecessary line # 37 (of origin file /phpClient/vendor/manticoresoftware/manticoresearch-php/src/Manticoresearch/Endpoints/Indices/Create.php). See comment inside code: public function setBody($params = null) { if ( …
oam333 · 2021-11-24 · 1 · #68
waiting for reply
Minor Error in Cluster Documentation
gordonbanderson · 2020-07-09 · 2 · #31
githubmanticore · 2020-07-09
Read all client documents. Looked at the implementation of "facet" in the code. Am I right in thinking that there is no such functionality? For example "MIN" or "MAX"? It after all as not simply to create sql. Worry about escaping field names or something …
genby8 · 2023-04-26 · 4 · #119
enhancement
gordonbanderson · 2020-07-09 · 3 · #38
githubmanticore · 2020-07-09
Return distance when sorting by _geo_distance
would be awesome if we could include the distance value with the search result. I know this can be done with SQL but would be great if we could add it to the result. Similar to how we add score with $search->trackScores(true) Something like $search-> …
Kayrim · 2023-08-22 · 1 · #132
waiting
versh23 · 2020-07-09 · 1 · #44
adriannuta · 2020-07-09
Docs: $search->filter() method takes 'in' operator
Perhaps list the in operator here, used for MVA attributes (took me some time and failed tests to dig it up).
milanmadar · 2022-03-07 · 2 · #63
Kayrim · 2023-07-24 · 1 · #123
bug
githubmanticore · 2023-07-24
$config = ['host'=>'manticore','port'=>9308] $client = new Client($config); $suggest = $client->index('suggest'); $suggest->create([ 'explanation' => [ 'type' => 'text', ], ], [ 'min_infix_len' => 1, 'dict' => 'keywords', ]); $suggest->addDocument([ ' …
hrustbb2 · 2022-07-12 · 1 · #65
bugwaiting for reply
Filter does not work with bool fields as expected
someson · 2023-07-24 · 1 · #122
bug
githubmanticore · 2023-07-24
Fossil01 · 2023-07-24 · 13 · #117
bug
githubmanticore · 2023-07-24
Fossil01 · 2023-07-24 · 13 · #117
bug
someson · 2023-07-05