> > >
> > > Start by describing in more detail what problem you are trying to
> solve.
> > >
> > > And how do you expect your users or applications to use this
> "operator".
> > > Give some examples.
> > >
> > > Solr and
do you expect your users or applications to use this "operator".
> > Give some examples.
> >
> > Solr and Lucene do not have "operators" per say, except in query parser
> > syntax, but that is hard-wired into the individual query parsers.
> >
>
s.
>
> -- Jack Krupansky
>
> -Original Message- From: Yanis Kakamaikis
> Sent: Sunday, June 16, 2013 2:01 AM
> To: solr-user@lucene.apache.org
> Subject: New operator.
>
>
> Hi all,I want to add a new operator to my solr. I need that operator
> to call my pr
er say, except in query parser
syntax, but that is hard-wired into the individual query parsers.
-- Jack Krupansky
-Original Message-
From: Yanis Kakamaikis
Sent: Sunday, June 16, 2013 2:01 AM
To: solr-user@lucene.apache.org
Subject: New operator.
Hi all, I want to add a new oper
rPlugins#QParserPlugin
On Sun, Jun 16, 2013 at 10:01 AM, Yanis Kakamaikis <
yanis.kakamai...@gmail.com> wrote:
> Hi all, I want to add a new operator to my solr. I need that operator
> to call my proprietary engine and build an answer vector to solr, in a way
> that this vec
Hi all,I want to add a new operator to my solr. I need that operator
to call my proprietary engine and build an answer vector to solr, in a way
that this vector will be part of the boolean query at the next step. How
do I do that?
Thanks