Thanks for the revert, Ravi.
I am currently working on some of kind rules in front
> (application side) of our solr instance. These rules are more application
> specific and are not general. Like deciding which fields to facet, which
> fields to return in response, which fields to highlight, boost
Avlesh:
I am currently working on some of kind rules in front
(application side) of our solr instance. These rules are more application
specific and are not general. Like deciding which fields to facet, which
fields to return in response, which fields to highlight, boost value for
each f
>
> Your question appears to be an "XY Problem" ... that is: you are dealing
> with "X", you are assuming "Y" will help you, and you are asking about "Y"
> without giving more details about the "X" so that we can understand the full
> issue. Perhaps the best solution doesn't involve "Y" at all? Se
: I am planning to build a rules engine on top search. The rules are database
: driven and can't be stored inside solr indexes. These rules would ultimately
: two do things -
:
:1. Change the order of Lucene hits.
:2. Add/remove some results to/from the Lucene hits.
:
: What should be my
Thanks for the response, Shalin. I am still in two minds over doing it
"inside" Solr versus "outside".
I'll get back with more questions, if any.
Cheers
Avlesh
On Mon, Jan 4, 2010 at 5:11 PM, Shalin Shekhar Mangar <
shalinman...@gmail.com> wrote:
> On Mon, Jan 4, 2010 at 10:24 AM, Avlesh Singh
On Mon, Jan 4, 2010 at 10:24 AM, Avlesh Singh wrote:
> I have a Solr (version 1.3) powered search server running in production.
> Search is keyword driven is supported using custom fields and tokenizers.
>
> I am planning to build a rules engine on top search. The rules are database
> driven and
I have a Solr (version 1.3) powered search server running in production.
Search is keyword driven is supported using custom fields and tokenizers.
I am planning to build a rules engine on top search. The rules are database
driven and can't be stored inside solr indexes. These rules would ultimatel