You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/05/05 17:26:04 UTC

[jira] [Commented] (SOLR-10351) Add analyze Stream Evaluator to support streaming NLP

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

ASF subversion and git services commented on SOLR-10351:
--------------------------------------------------------

Commit 8bfe70fbeaf8bbea5d60b9ecb81c6cbc9924dea0 in lucene-solr's branch refs/heads/master from [~joel.bernstein]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=8bfe70f ]

SOLR-10351: Update CHANGES.txt


> Add analyze Stream Evaluator to support streaming NLP
> -----------------------------------------------------
>
>                 Key: SOLR-10351
>                 URL: https://issues.apache.org/jira/browse/SOLR-10351
>             Project: Solr
>          Issue Type: New Feature
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Joel Bernstein
>            Assignee: Joel Bernstein
>              Labels: NLP, Streaming
>             Fix For: 6.6
>
>         Attachments: SOLR-10351.patch, SOLR-10351.patch, SOLR-10351.patch, SOLR-10351.patch
>
>
> The *analyze* Stream Evaluator uses a Solr analyzer to return a collection of tokens from a *text field*. The collection of tokens can then be streamed out by  the *cartesianProduct* Streaming Expression or attached to documents as multi-valued fields by the *select* Streaming Expression.
> This allows Streaming Expressions to leverage all the existing tokenizers and filters and provides a place for future NLP analyzers to be added to Streaming Expressions.
> Sample syntax:
> {code}
> cartesianProduct(expr, analyze(analyzerField, textField) as outfield )
> {code}
> {code}
> select(expr, analyze(analyzerField, textField) as outfield )
> {code}
> Combined with Solr's batch text processing capabilities this provides an entire parallel NLP framework. Solr's batch processing capabilities are described here:
> *Batch jobs, Parallel ETL and Streaming Text Transformation*
> http://joelsolr.blogspot.com/2016/10/solr-63-batch-jobs-parallel-etl-and.html



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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