Do you have other code you are not showing us? For example, what could are
you using to get the text of the parsed query?
Make sure your quotes are true ASCII quotes (double quote) and not the
curly quotes that word processors like to insert.
What is this Repository Manager? I mean, I see no code
Hi :)
I would like to retrieve a document from my index which must have a
field called "tag" for which the value must be "(01) value1" or
"value2". I'm using the lucene java api.
My code is the following:
String expression = "tag:(\"(01) value1\" value2)"
QueryParser parser = new QueryParser