New operator.

2013-06-15 Thread Yanis Kakamaikis
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

Re: New operator.

2013-06-17 Thread Yanis Kakamaikis
ying 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 parser

Re: New operator.

2013-06-18 Thread Yanis Kakamaikis
w to ask the external engine for results and return > lucene docids: > > https://github.com/romanchyla/montysolr/blob/master/contrib/invenio/src/java/org/apache/lucene/search/InvenioWeight.java > > it is a bit messy and you should probably ignore how we are getting the > results, j