"attachment" handler type not found

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?

--

Your plugin is not loaded. Look at logs to see if it appears at startup as a plugin (not as a site)

--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 17 août 2012 à 17:12, msya mohitsya@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?

--

--

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 :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 17 août 2012 à 17:12, msya <mohi...@gmail.com <javascript:>> 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?

--

--

Hmmm. That's strange. It should work.
How do you define your mapping?

--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 17 août 2012 à 18:19, msya mohitsya@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 :wink:
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?

--

--

--

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 :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 17 août 2012 à 18:19, msya <mohi...@gmail.com <javascript:>> 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 :wink:
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?

--

--

--

You've got this error when you put the mapping?

--
David :wink:
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 :wink:
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 :wink:
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?

--

--

--

--

Hi msya,

this might be a version issue. If you are not on version 0.19.8 can you try
updating to it?

Best regards,

Jörg

On Friday, August 17, 2012 6:47:23 PM UTC+2, msya wrote:

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 :wink:
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 :wink:
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?

--

--

--

Hello,

Yes, I am getting that error when I put that mapping. I have version
0.19.8, but I am still getting that error message.

On Saturday, August 18, 2012 5:57:32 AM UTC-4, Jörg Prante wrote:

Hi msya,

this might be a version issue. If you are not on version 0.19.8 can you
try updating to it?

Best regards,

Jörg

On Friday, August 17, 2012 6:47:23 PM UTC+2, msya wrote:

I used the example from the Elasticsearch website (
http://www.elasticsearch.org/tutorials/2011/07/18/attachment-type-in-action.html).

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 :wink:
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 :wink:
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?

--

--

--

hello all,
I am also getting the same error...please guide..

On Friday, August 17, 2012 8:42:22 PM UTC+5:30, msya wrote:

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?

--
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 elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/33b82ecf-5151-4b43-a955-3975d7e303db%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

I have Elasticsearch version:1.4.2 and mapper-attachment version 2.4.1....

On Thursday, January 8, 2015 3:03:39 PM UTC+5:30, Shashi wrote:

hello all,
I am also getting the same error...please guide..

On Friday, August 17, 2012 8:42:22 PM UTC+5:30, msya wrote:

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?

--
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 elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/1842aa07-a144-4412-be4b-23176cc31cb6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.