You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Grant Ingersoll (JIRA)" <ji...@apache.org> on 2010/01/11 15:22:54 UTC

[jira] Created: (SOLR-1715) Externally Generated Filters

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: 1.6, 2.0


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.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SOLR-1715) Externally Generated Filters

Posted by "Ryan McKinley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-1715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12798797#action_12798797 ] 

Ryan McKinley commented on SOLR-1715:
-------------------------------------

this would also be a good way to 'punt' complex geographic queries to some other system.  

> 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: 1.6, 2.0
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.