[ 
https://issues.apache.org/jira/browse/SOLR-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13039816#comment-13039816
 ] 

roman commented on SOLR-1715:
-----------------------------

I noticed this question at the Lucene conference, and it seems suspiciously 
similar to what we solved as well while developing the intgration between our 
system and Solr - if you are still at LR, you can come to see my talk about 
embedding Python in Solr -- http://lucenerevolution.com/2011/sessions-day-2  at 
15:45

I know, this will not be considered a 'kosher' solution ;-), but it could help 
-- in fact, we can embed not only Python, but also (almost any) C/C++ app 
inside Solr.
 
Check out the source at:

https://github.com/romanchyla/montysolr

> Externally Generated Filters
> ----------------------------
>
>                 Key: SOLR-1715
>                 URL: https://issues.apache.org/jira/browse/SOLR-1715
>             Project: Solr
>          Issue Type: New Feature
>          Components: search
>            Reporter: Grant Ingersoll
>            Priority: Minor
>             Fix For: 3.2
>
>
> I'd like to have a way of loading document filters from externally generated 
> sources.  For instance, I may have run a clustering task over my corpus and 
> the results may be stored in HDFS (Hadoop).  A given cluster will have a 
> centroid and a bunch of points that are in the cluster.  The points are 
> labeled by doc id (the Solr doc id) from the index.  
> Another example is I may have an external security system that can provide 
> info on which documents are available to a user.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to