Server Error in '/' Application.

Encountered "<EOF>" at line 1, column 69.
Was expecting one of:
   <NOT> ...
   "+" ...
   "-" ...
   "(" ...
   "*" ...
   <QUOTED> ...
   <TERM> ...
   <PREFIXTERM> ...
   <WILDTERM> ...
   "[" ...
   "{" ...
   <NUMBER> ...
   

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: Lucene.Net.QueryParsers.ParseException: Encountered "<EOF>" at line 1, column 69.
Was expecting one of:
   <NOT> ...
   "+" ...
   "-" ...
   "(" ...
   "*" ...
   <QUOTED> ...
   <TERM> ...
   <PREFIXTERM> ...
   <WILDTERM> ...
   "[" ...
   "{" ...
   <NUMBER> ...
   

Source Error:


Line 71:                 //Response.Write(Server.MapPath("index/comment"));
Line 72:                 mySearcher s = new mySearcher(Server.MapPath("index/comment"), 0.6f, 20);
Line 73:                 s.startSearch(question.AskTopic, SearchType.Answered, "0", "", "", 3, ID);
Line 74:                 //Response.Write(s.DataTableResult.Rows.Count.ToString());
Line 75:                 DataSet dt = new DataSet();

Source File: d:\WEB\HTTPS\ct360_answer\details.aspx.cs    Line: 73

Stack Trace:


[ParseException: Encountered "<EOF>" at line 1, column 69.
Was expecting one of:
    <NOT> ...
    "+" ...
    "-" ...
    "(" ...
    "*" ...
    <QUOTED> ...
    <TERM> ...
    <PREFIXTERM> ...
    <WILDTERM> ...
    "[" ...
    "{" ...
    <NUMBER> ...
    ]
   Lucene.Net.QueryParsers.QueryParser.Jj_consume_token(Int32 kind) +252
   Lucene.Net.QueryParsers.QueryParser.Clause(String field) +515
   Lucene.Net.QueryParsers.QueryParser.Query(String field) +242
   Lucene.Net.QueryParsers.QueryParser.Parse(String query) +115

[ParseException: Cannot parse 'I AM A BANGLADESH NATIONAL MAY I GET CHINA TOURIST VISA FROM MACAU OR': Encountered "<EOF>" at line 1, column 69.
Was expecting one of:
    <NOT> ...
    "+" ...
    "-" ...
    "(" ...
    "*" ...
    <QUOTED> ...
    <TERM> ...
    <PREFIXTERM> ...
    <WILDTERM> ...
    "[" ...
    "{" ...
    <NUMBER> ...
    ]
   Lucene.Net.QueryParsers.QueryParser.Parse(String query) +313
   mySearch.mySearcher.startSearch(String queryText, SearchType searchType, String start, String SortStr, String url, Int32 maxLength, Int32 exceptionID) +840
   details.Page_Load(Object sender, EventArgs e) in d:\WEB\HTTPS\ct360_answer\details.aspx.cs:73
   System.Web.UI.Control.OnLoad(EventArgs e) +106
   System.Web.UI.Control.LoadRecursive() +68
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3785


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.4087.0