You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Joel Bernstein (JIRA)" <ji...@apache.org> on 2018/01/05 22:44:00 UTC

[jira] [Updated] (SOLR-10716) Add termVectors Stream Evaluator

     [ https://issues.apache.org/jira/browse/SOLR-10716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joel Bernstein updated SOLR-10716:
----------------------------------
    Attachment: SOLR-10716.patch

New patch

> Add termVectors Stream Evaluator
> --------------------------------
>
>                 Key: SOLR-10716
>                 URL: https://issues.apache.org/jira/browse/SOLR-10716
>             Project: Solr
>          Issue Type: New Feature
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: streaming expressions
>            Reporter: Joel Bernstein
>            Assignee: Joel Bernstein
>             Fix For: 7.0
>
>         Attachments: SOLR-10716.patch, SOLR-10716.patch
>
>
> The termVectors Stream Evaluator returns tf-idf word vectors for a text field in a list of tuples. A Lucene analyzer can be specified to support flexible word analysis.
> The word vectors can then be used for various machine learning operations.
> Syntax:
> {code}
> r = search(....)
> v = termVectors(r, fieldA, analyzerFied)
> {code}
>  



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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