Re: word delimiter

2014-10-20 Thread Nick Tackes
there. very appreciative of your thoughts. Nick On Friday, October 17, 2014 4:57:52 PM UTC-7, Nick Tackes wrote: Hello, I am experimenting with word_delimiter and have an example with a special character that is indexed. The character is in the type table for the word delimiter. analysis

Re: word delimiter

2014-10-20 Thread Nick Tackes
: { query : HER2@ } } } }' curl -X DELETE localhost:9200/specialchars On Friday, October 17, 2014 4:57:52 PM UTC-7, Nick Tackes wrote: Hello, I am experimenting with word_delimiter and have an example with a special character that is indexed. The character is in the type

word delimiter

2014-10-17 Thread Nick Tackes
Hello, I am experimenting with word_delimiter and have an example with a special character that is indexed. The character is in the type table for the word delimiter. analysis of the tokenization looks good, but when i attempt to do a match query it doesnt seem to respect tokenization as

can i highlight actual query to elasticsearch

2014-07-24 Thread Nick Tackes
I am passing in a full phrase and using a shingle filter to match sub phrases in that string. What I would like is to be able to 'mark' the initial request with what is matched and what is not matched. Is there a way to highlight or get the offset position of where the match was made within

shingle filter for sub phrase matching

2014-07-23 Thread Nick Tackes
I have created a gist with an analyzer that uses filter shingle in attempt to match sub phrases. For instance I have entries in the table with discrete phrases like EGFR Lung Cancer Lung Cancer and I want to match these when searching the phrase 'EGFR related lung cancer My

Re: shingle filter for sub phrase matching

2014-07-23 Thread Nick Tackes
, July 23, 2014 9:37:03 AM UTC-5, Nick Tackes wrote: I have created a gist with an analyzer that uses filter shingle in attempt to match sub phrases. For instance I have entries in the table with discrete phrases like EGFR Lung Cancer Lung Cancer and I want to match these when

Re: Formal Grammar of Query DSL?

2014-04-22 Thread Nick Tackes
Not a direct match, but i did locate this grammar to lucene. https://github.com/thoward/lucene-query-parser.js/blob/master/lucene-query.grammar On Tuesday, April 22, 2014 1:26:23 PM UTC-7, Lukáš Vlček wrote: Hi, is there available any formal grammar of Query DSL for Elasticsearch? (may