but it does not behave in the same way. Looks like matchQuery() does an
exact match of a term and does not support wildcards. For example, a
pattern "d?g" will not match a term "dog" while fieldQuery() did.
Unfortunately I did not find any documentation on how to replace
fieldQuery() correctly.
My question is: How to implement wildcards functionality for 1.0.1 version
in Java API?
but it does not behave in the same way. Looks like matchQuery() does an exact match of a term and does not support wildcards. For example, a pattern "d?g" will not match a term "dog" while fieldQuery() did. Unfortunately I did not find any documentation on how to replace fieldQuery() correctly.
My question is: How to implement wildcards functionality for 1.0.1 version in Java API?
but it does not behave in the same way. Looks like matchQuery() does an
exact match of a term and does not support wildcards. For example, a
pattern "d?g" will not match a term "dog" while fieldQuery() did.
Unfortunately I did not find any documentation on how to replace
fieldQuery() correctly.
My question is: How to implement wildcards functionality for 1.0.1 version
in Java API?
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.