Re: Announce Mailing List

2014-11-06 Thread Igal @ getRailo.org
September 2014 04:06, Igal @ getRailo.org i...@getrailo.org mailto:i...@getrailo.org wrote: I understand, but thanks to your project's success the mailing list generates a lot of communications. and if I choose only the digest then unless I read through the email I have

Re: Announce Mailing List

2014-09-21 Thread Igal @ getRailo.org
I understand, but thanks to your project's success the mailing list generates a lot of communications. and if I choose only the digest then unless I read through the email I have no idea what happened. every other project of this magnitude has a separate announce mailing list where new releases

bigram field

2014-04-24 Thread Igal @ getRailo.org
I'm trying to add a bigram field for use as described at http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-suggesters-phrase.html I defined a bigram tokenizer like so: bigram_tokenizer: { type : nGram ,min_gram : 2 ,max_gram : 2

Re: bigram field

2014-04-24 Thread Igal @ getRailo.org
ouch... scratch that. I used text instead of string. need some sleep I guess... On 4/24/2014 10:01 PM, Igal @ getRailo.org wrote: the error I'm getting is: MapperParsingException[No handler for type [text] declared on field [bigram]; On 4/24/2014 9:21 PM, Igal @ getRailo.org

Re: Facetted Search Misbehaving

2014-04-21 Thread Igal @ getRailo.org
, 2014, at 3:06 PM, Igal @ getRailo.org http://getRailo.org ig...@getrailo.org javascript: wrote: I have an index for a Store with a type for Items, i.e. /store/items. among other properties, Items have a Title (analyzed text), a Description (analyzed text), and Tags

Facetted Search Misbehaving

2014-04-20 Thread Igal @ getRailo.org
I have an index for a Store with a type for Items, i.e. /store/items. among other properties, Items have a Title (analyzed text), a Description (analyzed text), and Tags (not-analyzed text). I want to be able to show the facets over Tags with counts, so if a facet of the Tag Yellow has a

specifying the search analyzer for a multi_match query

2013-12-21 Thread Igal @ getRailo.org
hi, I've defined a custom analyzer that does stemming (kstem) and synonym expansion, called synonym_analyzer. I've set it as the default analyzer for the index, i.e. settings.analysis.analyzer.default.type: synonym_analyzer I've also set it explicitly as the analyzer for the title and