[ 
https://issues.apache.org/jira/browse/LUCENENET-165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12655172#action_12655172
 ] 

Digy commented on LUCENENET-165:
--------------------------------

AND/OR/NOT are considered as operator, only when they are in upper-case. So, 
you can try to lower-case your query.(assuming "or" is not in stop-word list 
while indexing)

Please use mailing-lists to ask for help, not issue/bug tracking systems.

DIGY


> How to Search when the data's value is "OR" 
> --------------------------------------------
>
>                 Key: LUCENENET-165
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-165
>             Project: Lucene.Net
>          Issue Type: Wish
>         Environment: Lucene.NET 2.3.1.2
>            Reporter: Charles Chang
>
> I have some data that value is "OR",
> I want to know how to query it?
> I have try as follows,  
> data:OR -->org.apache.lucene.queryParser.ParseException: Cannot parse 'OR': 
> Encountered "OR" at line 1, column 0.Was expecting one of:    <NOT> ...    
> "+" ...    "-" ...    "(" ...    "*" ...    <QUOTED> ...    <TERM> ...    
> <PREFIXTERM> ...    <WILDTERM> ...    "[" ...    "{" ...    <NUMBER> ...
> data:"OR" --> It can get nothing.
> How to Search when the data's value is "OR" 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to