-
This returns a loooooooooooong error message:
```
curl -XPUT 'http://127.0.0.1:9200/my_listings/?pretty=1' -d '
{
"settings" : {
"analysis" : {
"filter" : {
"myPhonetic…
-
The first time I tried installing (using the Windows setup file, 4.7beta), MSE thought it found a Java exploit in Metaphone.class. That got deleted, so I tried reinstalling just to check it out. But…
-
My entire endeavor can be read here: http://sphinxsearch.com/forum/view.html?id=9422, but the gist is this:
If I do this:
```
client = Riddle::Client.new
client.match_mode = :extended2
client.rank_…
-
Hi, i came across an error in `isVowel(c)` where c was undefined and so c.match throwed an error:
``` javascript
function isVowel(c) {
if(!c) return false; // i added this as a workaround
ret…
-
Exceptions in tasks seem to be a little sporadic. For example, I have this line:
$domain->metaphones[] = Model_Metaphone::find_or_create(array('metaphone'=>metaphone($word)));
The assignment was fai…
-
I checkout the source, run ./autoget.sh; ./configure --prefix=/usr; make, and then after a while it fails with:
/bin/sh ../../libtool --tag=CC --mode=link gcc -std=gnu99 -fno-strict-aliasing -Wall …
LeifW updated
12 years ago
-
As I commented in the previous issue, I am noting some strange behavior in ruby 1.9.3.
The specs ran fine under 1.9.2, but when i ran them under 1.9.3 I got:
[gist](https://gist.github.com/1119213)
…
-
Hi @jordansissel as discuss in another thread, i am unable to remove a package created from FPM.. the way i create the package is that i manually compile with a --prefix to install in /opt, i run the …
-
Seems like it could be interesting to handle spelling mistakes and stuff....
Will require research.
-
Currently we have for similarity:
```
Similarity::DoubleMetaphone.new(amount_similar)
Similarity::Metaphone.new(amount_similar)
Similarity::Soundex.new(amount_similar)
```
And for partial searches:
…