Skip to content

Instantly share code, notes, and snippets.

View goyaweb's full-sized avatar

Yannick Smits goyaweb

View GitHub Profile
@goyaweb
goyaweb / gist:7009159
Created October 16, 2013 15:04
cannot compile.
Getting this error:
Error 10 'System.Type' does not contain a definition for 'CustomAttributes' and no extension method 'CustomAttributes' accepting a first argument of type 'System.Type' could be found (are you missing a using directive or an assembly reference?)
@goyaweb
goyaweb / curl.txt
Created June 3, 2011 15:16
Cannot apply analyzers
curl -XPUT localhost:9200/mps/ -d '{
"index": {
"analysis": {
"filter": {
"my_synonym": {
"synonyms_path": "analysers/synonyms_a_short.txt",
"ignore_case": true,
"type": "synonym"
},
"my_snow": {
@goyaweb
goyaweb / curl
Created May 31, 2011 10:26
stemming and synonyms doesn't work
curl -XPUT localhost:9200/mps/ -d '{
"index": {
"analysis": {
"filter": {
"my_synonym": {
"synonyms_path": "analysers/synonyms_a_short.txt",
"ignore_case": true,
"type": "synonym"
},
"my_snow": {
{
"index": {
"analysis": {
"filter": {
"my_synonym": {
"synonyms_path": "analysers/synonyms_a_short.txt",
"ignore_case": true,
"type": "synonym"
},
"my_snow": {