Hey All,
I had searched in the groups here for this info, but it was always
"ping me to get info" =)
How do we go about inserting a custom scorer into elastic search
(insert our own Similarity java object)
How do we go about inserting a custom analyzer - much like inserting a
custom Similarity java object.
We have a specific type of token that we are building, and we have our
own analyzer for breaking the token up correctly, and then using the
custom scorer to then score the matches.
I get how to do this in Lucene, just don't see how we do that in ES so
that the Lucene indexes use these in ES.
Hey All,
I had searched in the groups here for this info, but it was always
"ping me to get info" =)
How do we go about inserting a custom scorer into Elasticsearch
(insert our own Similarity java object)
How do we go about inserting a custom analyzer - much like inserting a
custom Similarity java object.
We have a specific type of token that we are building, and we have our
own analyzer for breaking the token up correctly, and then using the
custom scorer to then score the matches.
I get how to do this in Lucene, just don't see how we do that in ES so
that the Lucene indexes use these in ES.
Hey All,
I had searched in the groups here for this info, but it was always
"ping me to get info" =)
How do we go about inserting a custom scorer into Elasticsearch
(insert our own Similarity java object)
How do we go about inserting a custom analyzer - much like inserting a
custom Similarity java object.
We have a specific type of token that we are building, and we have our
own analyzer for breaking the token up correctly, and then using the
custom scorer to then score the matches.
I get how to do this in Lucene, just don't see how we do that in ES so
that the Lucene indexes use these in ES.
Just for everyone's future searching of the groups.
If we did implement our own Scorer (not a Similarity Object) is it
possible to load that into ES as well? If so, how would we do it.
I am talking about this in Lucene: org.apache.lucene.search.Scorer
Hey All,
I had searched in the groups here for this info, but it was always
"ping me to get info" =)
How do we go about inserting a custom scorer into Elasticsearch
(insert our own Similarity java object)
How do we go about inserting a custom analyzer - much like inserting a
custom Similarity java object.
We have a specific type of token that we are building, and we have our
own analyzer for breaking the token up correctly, and then using the
custom scorer to then score the matches.
I get how to do this in Lucene, just don't see how we do that in ES so
that the Lucene indexes use these in ES.
You can build your own custom query parser, register it with the query
registry (it will need to know how to parse itself from a json/xcontent
format). The query parser returns a Lucene Query which can create its
custom scorer. The nice bit is that once you register a custom query, its
part of the query DSL... . Its not documented how to do that, but if you
need it, I can explain...
Just for everyone's future searching of the groups.
If we did implement our own Scorer (not a Similarity Object) is it
possible to load that into ES as well? If so, how would we do it.
I am talking about this in Lucene: org.apache.lucene.search.Scorer
Hey All,
I had searched in the groups here for this info, but it was always
"ping me to get info" =)
How do we go about inserting a custom scorer into Elasticsearch
(insert our own Similarity java object)
How do we go about inserting a custom analyzer - much like inserting
a
custom Similarity java object.
We have a specific type of token that we are building, and we have
our
own analyzer for breaking the token up correctly, and then using the
custom scorer to then score the matches.
I get how to do this in Lucene, just don't see how we do that in ES
so
that the Lucene indexes use these in ES.
You can build your own custom query parser, register it with the query
registry (it will need to know how to parse itself from a json/xcontent
format). The query parser returns a Lucene Query which can create its
custom scorer. The nice bit is that once you register a custom query, its
part of the query DSL... . Its not documented how to do that, but if you
need it, I can explain...
Just for everyone's future searching of the groups.
If we did implement our own Scorer (not a Similarity Object) is it
possible to load that into ES as well? If so, how would we do it.
I am talking about this in Lucene: org.apache.lucene.search.Scorer
Hey All,
I had searched in the groups here for this info, but it was always
"ping me to get info" =)
How do we go about inserting a custom scorer into Elasticsearch
(insert our own Similarity java object)
How do we go about inserting a custom analyzer - much like inserting
a
custom Similarity java object.
We have a specific type of token that we are building, and we have
our
own analyzer for breaking the token up correctly, and then using the
custom scorer to then score the matches.
I get how to do this in Lucene, just don't see how we do that in ES
so
that the Lucene indexes use these in ES.
You can build your own custom query parser, register it with the query
registry (it will need to know how to parse itself from a json/xcontent
format). The query parser returns a Lucene Query which can create its
custom scorer. The nice bit is that once you register a custom query, its
part of the query DSL... . Its not documented how to do that, but if you
need it, I can explain...
Just for everyone's future searching of the groups.
If we did implement our own Scorer (not a Similarity Object) is it
possible to load that into ES as well? If so, how would we do it.
I am talking about this in Lucene: org.apache.lucene.search.Scorer
Hey All,
I had searched in the groups here for this info, but it was always
"ping me to get info" =)
How do we go about inserting a custom scorer into Elasticsearch
(insert our own Similarity java object)
How do we go about inserting a custom analyzer - much like inserting
a
custom Similarity java object.
We have a specific type of token that we are building, and we have
our
own analyzer for breaking the token up correctly, and then using the
custom scorer to then score the matches.
I get how to do this in Lucene, just don't see how we do that in ES
so
that the Lucene indexes use these in ES.
Hey All,
I had searched in the groups here for this info, but it was always
"ping me to get info" =)
How do we go about inserting a custom scorer into Elasticsearch
(insert our own Similarity java object)
How do we go about inserting a custom analyzer - much like inserting a
custom Similarity java object.
We have a specific type of token that we are building, and we have our
own analyzer for breaking the token up correctly, and then using the
custom scorer to then score the matches.
I get how to do this in Lucene, just don't see how we do that in ES so
that the Lucene indexes use these in ES.
Can you provide more details about how to register a custom query parser
with elasticsearch?
Best,
Ming
On Monday, January 9, 2012 11:38:27 AM UTC-8, kimchy wrote:
You can build your own custom query parser, register it with the query
registry (it will need to know how to parse itself from a json/xcontent
format). The query parser returns a Lucene Query which can create its
custom scorer. The nice bit is that once you register a custom query, its
part of the query DSL... . Its not documented how to do that, but if you
need it, I can explain...
Just for everyone's future searching of the groups.
If we did implement our own Scorer (not a Similarity Object) is it
possible to load that into ES as well? If so, how would we do it.
I am talking about this in Lucene: org.apache.lucene.search.Scorer
Hey All,
I had searched in the groups here for this info, but it was always
"ping me to get info" =)
How do we go about inserting a custom scorer into Elasticsearch
(insert our own Similarity java object)
How do we go about inserting a custom analyzer - much like
inserting a
custom Similarity java object.
We have a specific type of token that we are building, and we have
our
own analyzer for breaking the token up correctly, and then using the
custom scorer to then score the matches.
I get how to do this in Lucene, just don't see how we do that in ES
so
that the Lucene indexes use these in ES.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.