You've got this error when you put the mapping?
--
David
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs
Le 17 août 2012 à 18:47, msya mohitsya@gmail.com a écrit :
I used the example from the Elasticsearch website (Elasticsearch Platform — Find real-time answers at scale | Elastic).
I define my mapping as such:
curl -X PUT "localhost:9200/test/attachment/_mapping" -d '{
"attachment" : {
"properties" : {
"file" : {
"type" : "attachment",
"fields" : {
"title" : { "store" : "yes" },
"file" : { "term_vector":"with_positions_offsets", "store":"yes" }
}
}
}
}
}'
On Friday, August 17, 2012 12:38:29 PM UTC-4, David Pilato wrote:
Hmmm. That's strange. It should work.
How do you define your mapping?
--
David
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs
Le 17 août 2012 à 18:19, msya mohi...@gmail.com a écrit :
This is what is see at startup:
loaded [mapper-attachments], sites
On Friday, August 17, 2012 12:09:28 PM UTC-4, David Pilato wrote:
Your plugin is not loaded. Look at logs to see if it appears at startup as a plugin (not as a site)
--
David
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs
Le 17 août 2012 à 17:12, msya mohi...@gmail.com a écrit :
Hello,
I downloaded the plugin mapper-attachments and and tried to set a mapping where the type is "attachment". I did restart after I installed the mapper-attachment. However, I am getting the error - "No handler for type [attachment]". How do I resolve this error?
--
--
--
--