"Or" is used by the queryparser, so if you wan't to query for that term you can build your own query programatically using termquery and booleanquery for example.
You can also modify or extend the queryparser to not take the "Or" in account. This however is by design, so it mustn't be a jira issue for this. -- Jokin On Wed, Dec 10, 2008 at 10:48 AM, Charles Chang (JIRA) <[EMAIL PROTECTED]> wrote: > How to Search where 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 where 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. > >