-
I cant seem to get this working. 1st i want to setup Openbay without db locally, just to make it simple and verify i can actually get it to work. This is supposed to be a matter of copying files to t…
-
Around line 349 when deleting records based on a supplied array of IDs. It should probably read
```
$query .= ' WHERE id IN (' . implode(',', $data_array) . ')';
```
Current Code:
```
// is it a q…
-
### Proposal:
Almost all read actions in searchd go through [sphReadThrottled()](https://github.com/manticoresoftware/manticoresearch/blob/8d5a9bfcf549bbf0eeaf6410230e9cb9caa07162/src/fileio.cpp#L1…
-
It would be really nice if EE would include a better search engine for wordpress I was thinking of http://lucene.apache.org/solr/ with https://wordpress.org/plugins/wpsolr-search-engine/
But there ar…
-
Currently, we break each page body down into keywords and then perform a keyword lookup at runtime.
This is space/memory efficient, but it's not very robust. For example, `ACT` will return the corr…
-
```
可以看:
http://www.sphinxsearch.com/forum/view.html?id=3439
这个bug,就是无法做增量索引,在sfc0.0.3_alpha版本中也是存在
的。不知你们是怎么解决
的?或者有什么新的版本?
```
Original issue reported on code.google.com by `zlzj2...@gmail.com` on…
-
Поставил на локалку. Отконфигурировал индексацию. Нужно теперь на сервер залить, чтобы пробовать на komu-chto.ru. Вот мой конфиг
## Конфигурационный файл Sphinx-а для индексации
######
#
# Описываем…
isklv updated
10 years ago
-
```
可以看:
http://www.sphinxsearch.com/forum/view.html?id=3439
这个bug,就是无法做增量索引,在sfc0.0.3_alpha版本中也是存在
的。不知你们是怎么解决
的?或者有什么新的版本?
```
Original issue reported on code.google.com by `zlzj2...@gmail.com` on…
-
When trying to do a search for BMW Motorrad or partials of it.
searching for:
BMW is ok
BMW M or any characters after return no results
BMW Motorrad returns the company
```
public static function …
-
To save the production costs and reduce dependency on Amazon we could install and maintain a custom fulltext engine on the embed machine - instead of using the CloudSearch API.
We have experience fro…