Hi all, thanks for your reply. I want to be able to ask a combined query, a normal solr querym but one of the query fields should get it's answer not from within the solr engine, but from an external engine. the rest should work normaly with the ability to do more tasks on the answer like faceting for example. The external engine will use the same objects ids like solr, so the boolean query that uses this engine answer be executed correctly. For example, let say I want to find a person by his name, age, address, and also by his picture. I have a picture indexing engine, I want to create a combined query that will call this engine like other query field. I hope it's more clear now...
On Sun, Jun 16, 2013 at 4:02 PM, Jack Krupansky <j...@basetechnology.com>wrote: > It all depends on what you mean by an "operator". > > 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 Lucene do not have "operators" per 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 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 >