Lucene case-sensitive Search
Hi,I'm triying create a Lucene query which has te case-sensitive propertie. My example is like thistring luceneQuery = "PATH:\"/app:company_home//*\" " + "AND @cm\\:name:\"" +name+"\""; Query query = new Query(Constants.QUERY_LANG_LUCE...