I'm using Sitecore search for items in the database.
What I want to do is to parse the Lucene query and use standart Sitecore search to return results.
I know I can do this using QueryParser, but I want to stick to standart Sitecore functionality (like already existing indexes sitecore_web_index) if it's possible.
Does Sitecore have such possobility?
Sitecore.ContentSearchAPI: sitecore-community.github.io/docs/documentation/Search/… - jammykam