I'm Nutch user but I'm considering to use Solr for the following reason. I need a LIKE:foo , which turns into a *foo* query. I saw the built-in prefix query parser but it does only look for foo*, if I understand it well So is there a query parser that does what I'm looking. If not how difficult is it to build one with Solr ?
-- -MilleBii-