Hello,

 

i'm trying to search the following phase:

 

I'm searching all occurrences of:

.         "The Right Way"

.         "The Right Ways"

 

Possible solutions could be something like this - combining a phrase &
wildcard search:

 

.         title:"The Right Way*"

.         title:"The Right Way"*

 

But these approaches don't work using the QueryParser - a ParseException is
thrown.

 

Does anybody have an idea how to face this problem?

Is there a general (another) solution for that problem?

 

Regards

 

Ralf

Reply via email to