I have got indexes created on tables having data of the form: indexname='text'---->Today is a great day for running in the park. Now i want to perform a search on the indexes where only 'day' or 'run' is appearing in the text.
q = 'text:(day or run*)' のようなクエリを実装しましたが、このクエリはインデックスから結果を返しません。これは正しい方法ですか?または、正規表現を適用してクエリを改善するにはどうすればよいですか?