Hi,
I have one field configured to store, but not index.
"titulo" : {
"type" : "string",
"boost" : 2.5,
"index" : "no",
"store" : "yes",
"include_in_all" : true
},
The Highlighting not working. Is correct not working ?
--
Gustavo Maia
kimchy
(Shay Banon)
June 27, 2012, 5:57pm
2
If its not indexed, what are you highlighting on? You specify 0.19.7, did
it use to work (I wouldn't think so)?
On Wed, Jun 27, 2012 at 7:52 PM, Gustavo Maia gustavobbmaia@gmail.com wrote:
Hi,
I have one field configured to store, but not index.
"titulo" : {
"type" : "string",
"boost" : 2.5,
"index" : "no",
"store" : "yes",
"include_in_all" : true
},
The Highlighting not working. Is correct not working ?
--
Gustavo Maia
Hi,
I add in field all too. but need do highlighting only this field (titulo)
I try again here,
The highlighting worked, but when i restart the ES highlighting stop to work.
2012/6/27 Gustavo Maia gustavobbmaia@gmail.com :
Hi,
I have one field configured to store, but not index.
"titulo" : {
"type" : "string",
"boost" : 2.5,
"index" : "no",
"store" : "yes",
"include_in_all" : true
},
The Highlighting not working. Is correct not working ?
--
Gustavo Maia
--
Gustavo Maia
I try it in 0.19.6, and have the same problem.
It is possible it, not index one field (only index in field _all) and
make highlighting of this field ?
2012/6/27 Gustavo Maia gustavobbmaia@gmail.com :
Hi,
I add in field all too. but need do highlighting only this field (titulo)
I try again here,
The highlighting worked, but when i restart the ES highlighting stop to work.
2012/6/27 Gustavo Maia gustavobbmaia@gmail.com :
Hi,
I have one field configured to store, but not index.
"titulo" : {
"type" : "string",
"boost" : 2.5,
"index" : "no",
"store" : "yes",
"include_in_all" : true
},
The Highlighting not working. Is correct not working ?
--
Gustavo Maia
--
Gustavo Maia
--
Gustavo Maia
kimchy
(Shay Banon)
June 27, 2012, 6:04pm
5
I am confused, did it use to work?
On Wed, Jun 27, 2012 at 8:01 PM, Gustavo Maia gustavobbmaia@gmail.com wrote:
Hi,
I add in field all too. but need do highlighting only this field (titulo)
I try again here,
The highlighting worked, but when i restart the ES highlighting stop to
work.
2012/6/27 Gustavo Maia gustavobbmaia@gmail.com :
Hi,
I have one field configured to store, but not index.
"titulo" : {
"type" : "string",
"boost" : 2.5,
"index" : "no",
"store" : "yes",
"include_in_all" : true
},
The Highlighting not working. Is correct not working ?
--
Gustavo Maia
--
Gustavo Maia