1. i test highlighting with my combine analyzer.

<http://elasticsearch-users.115913.n3.nabble.com/file/n4058466/%EC%8A%A4%ED%81%AC%EB%A6%B0%EC%83%B7_2014-06-25_%EC%98%A4%ED%9B%84_12.png>
 
but, Expected Doc Numbers id 9  is highlighting entire sentence.
it's wrong.

2. i write this issue at combo analyzer plugin site 
- https://github.com/yakaz/elasticsearch-analysis-combo/issues/19

3. and i tested more.
curl -XGET
'http://10.101.57.97:10200/testindex/ITEM/9/_termvector?pretty=true'
"รองเท้า" : {
"term_freq" : 2,
"tokens" : [ {
"position" : 0,
"start_offset" : 0,
"end_offset" : 261
}, {
"position" : 0,
"start_offset" : 0,
"end_offset" : 261
} ]
},


4. it's tokens are below analyzer results.
"custom_foreign_languages_analyzer": {
                    "type": "custom",
                    "tokenizer": "keyword",
                    "filter": [
                        "compound_word",
                        "keep_word", 
                        "thai_stop_custom",
                        "english_stop_custom",                       
                        "unique_token_filter"
                    ]
                },
                "custom_foreign_languages_synonym_analyzer": {
                    "type": "custom",
                    "tokenizer": "keyword",
                    "filter": [
                        "compound_word",
                        "keep_word",
                        "thai_stop_custom",
                        "english_stop_custom",
                        "synonym",
                        "unique_token_filter"
                    ]
                }

is it impossible to highlighting  with
custom_foreign_languages_synonym_analyzer and
custom_foreign_languages_analyzer?

please somebody help me please.




--
View this message in context: 
http://elasticsearch-users.115913.n3.nabble.com/keyword-custom-analyzer-with-highlighting-is-not-working-tp4058466.html
Sent from the ElasticSearch Users mailing list archive at Nabble.com.

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/1403667842670-4058466.post%40n3.nabble.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to