Thanks sujan...it worked:)
On Thu, Jul 15, 2010 at 5:04 AM, Sujan Shakya wrote:
> Hi,
> You can use lucene java docs for API. Doc for QueryParser can be found at
>
> http://lucene.apache.org/java/3_0_0/api/all/org/apache/lucene/queryParser/QueryParser.html
> .
>
> Below is the code that you w
Hi,
You can use lucene java docs for API. Doc for QueryParser can be found at
http://lucene.apache.org/java/3_0_0/api/all/org/apache/lucene/queryParser/QueryParser.html
.
Below is the code that you want:
parser = QueryParser(Version.LUCENE_CURRENT, "payload", analyzer)
escaped_string = QueryPars