hi all,
I want to provide full text searching for some "small" websites.
It seems cloud computing is popular now. And it will save costs
because it don't need employ engineer to maintain
the machine.
For now, there are many services such as amazon s3, google app
engine, ms azure etc. I am
Hi Govind,
escape() method should only be used to escape term, not the query itself. If
the user is entering the query, it's his responsibility to escape the query.
On Mon, Jul 4, 2011 at 4:21 AM, govind bhardwaj wrote:
> Hi,
>
> I am using Lucene version 3.1
> Previously I had trouble regardin
Hi,
I am using Lucene version 3.1
Previously I had trouble regarding special characters as when I entered
"---" as my input, it gave the following error
*Caused by: org.apache.lucene.queryParser.ParseException: Encountered " "-"
"- "" at line 1, column 1.
Was expecting one of:
"(" ...
"*