Suppose the Field is called "x",
so that when searched,those with Field "x" value matching the query is displayed first,
together with those whose content matches the query?
Currently I can only query a certain field by searching x:value,
otherwise it won't take effect at all.
How can I make Field "x" be searched when directly searching a value,
which is processed by "Query.parse(queryString, queryLang, nutchConf);"
