Hi,
I am using this method for search:
Query =org.apache.luc ene.queryParser .QueryParser.pa rse(String arg0) throws ParseException
Hits = org.apache.luce ne.search.Searc her.search(Quer y query, Sort sort) throws IOException
Problem :
I cant able to search the word. If the word contain special character like [solution], %BF It just taken that special character a empty space and search the remaining character
I am using this method for search:
Query =org.apache.luc ene.queryParser .QueryParser.pa rse(String arg0) throws ParseException
Hits = org.apache.luce ne.search.Searc her.search(Quer y query, Sort sort) throws IOException
Problem :
I cant able to search the word. If the word contain special character like [solution], %BF It just taken that special character a empty space and search the remaining character
Comment