I don't see how you can run full-text queries if all your fields are not analyzed. Can you post your mapping, an example o your documents and what you would want to get back with your query? I guess you can achieve what you need by analyzing your fields accordingly to your requirements, but I'd need to know more to point to the right solution.
i am using match query , but i would expect to work with regexp/wild card as well.
and i am expecting the below kind of documents back from the query .
If you want to run a full-text query you need to have your fields analyzed. Would be best if you can make the match query work, as regexp queries are much slower. Regexes are really different from what lucene and its inverted index are supposed to help with.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.