I have a web application where users submit queries to a Lucene开发者_StackOverflow index.The queries
In lucene, we can use QueryParser.Parse(query) to find out how the given query is interpreted by lucene. Its very helpful. I am looking for some kind of API or build in sys functions to identify how t
Our application is using Entity Framewo开发者_开发知识库rk(.net 3.5) and singleton . When i update in the back end through procedure. It is not reflecting in the entity context.