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

Joel Bernstein updated SOLR-13557:
----------------------------------
    Description: 
The *contains* Streaming Evaluator will take two parameters:
 * String to search.
 * Comma delimited list of search strings.

 If any of the search strings are contained in the main string it returns true.

Syntax:

contains(mainString, s1,s2,s3,s4)

  was:
The *contains* Streaming Evaluator will take two parameters:
 * String to search.
 * Comma delimited list of search strings.

 If any of the search strings are contained in the main string it returns true.

Syntax:

contains(mainString, s1,s2,s3,s4)

 

 

 

 


> Add contains Stream Evaluator
> -----------------------------
>
>                 Key: SOLR-13557
>                 URL: https://issues.apache.org/jira/browse/SOLR-13557
>             Project: Solr
>          Issue Type: New Feature
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: streaming expressions
>            Reporter: Joel Bernstein
>            Priority: Major
>
> The *contains* Streaming Evaluator will take two parameters:
>  * String to search.
>  * Comma delimited list of search strings.
>  If any of the search strings are contained in the main string it returns 
> true.
> Syntax:
> contains(mainString, s1,s2,s3,s4)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to