OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

odata message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] (ODATA-1100) Add mechanism for specifying match type for $search


    [ https://issues.oasis-open.org/browse/ODATA-1100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=67242#comment-67242 ] 

Ralf Handl edited comment on ODATA-1100 at 9/5/17 9:45 AM:
-----------------------------------------------------------

"Advanced search" operators:
- Google https://support.google.com/websearch/answer/2466433?visit_id=0-636395098993803853-4165174770&p=adv_operators&hl=en&rd=1
- Bing https://msdn.microsoft.com/en-us/library/ff795620.aspx
- SAP Enterprise Search https://help.sap.com/doc/691cb949c1034198800afde3e5be6570/2.0.01/en-US/b28d8279c30740fb9e08334ff7ad9cb7.html
- Azure Search Documents https://docs.microsoft.com/en-us/rest/api/searchservice/search-documents
- Lucene "Simple Query" https://lucene.apache.org/core/6_6_0/queryparser/org/apache/lucene/queryparser/simple/SimpleQueryParser.html
- Lucene "Classic Query" http://lucene.apache.org/core/6_6_0/queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package.description
- Lucene "Standard Query" http://lucene.apache.org/core/6_6_0/queryparser/org/apache/lucene/queryparser/flexible/standard/StandardQueryParser.html


was (Author: handl):
"Advanced search" operators:
- Google https://support.google.com/websearch/answer/2466433?visit_id=0-636395098993803853-4165174770&p=adv_operators&hl=en&rd=1
- Bing https://msdn.microsoft.com/en-us/library/ff795620.aspx
- SAP Enterprise Search https://help.sap.com/doc/691cb949c1034198800afde3e5be6570/2.0.01/en-US/b28d8279c30740fb9e08334ff7ad9cb7.html
- Lucene "Simple Query" https://lucene.apache.org/core/6_6_0/queryparser/org/apache/lucene/queryparser/simple/SimpleQueryParser.html
- Lucene "Classic Query" http://lucene.apache.org/core/6_6_0/queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package.description
- Lucene "Standard Query" http://lucene.apache.org/core/6_6_0/queryparser/org/apache/lucene/queryparser/flexible/standard/StandardQueryParser.html

> Add mechanism for specifying match type for $search
> ---------------------------------------------------
>
>                 Key: ODATA-1100
>                 URL: https://issues.oasis-open.org/browse/ODATA-1100
>             Project: OASIS Open Data Protocol (OData) TC
>          Issue Type: Improvement
>          Components: Protocol
>    Affects Versions: V4.01_CSD02
>            Reporter: Mark Biamonte
>            Assignee: Mark Biamonte
>             Fix For: V4.01_CS01
>
>
> When doing text searches, many of the common algorithms we use have a number of different ways to define a match (Exact match, begins with, synonym, base word or inflection, etc).  The spec currently says it is up to the implementation as to what constitutes a match, this is fine, but in the case where the search algorithm provides different matching types it would be nice if the query writer could specify the type of match they want in the $search expression.



--
This message was sent by Atlassian JIRA
(v6.2.2#6258)


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]