Wildcard search in Solr

后端 未结 2 1085
难免孤独
难免孤独 2021-01-12 19:09

I am having a problem doing wildcard searches in lucene syntax using the edismax handler. I have Solr 4.0 nightly build from the trunk.

A general search like \'comp

2条回答
  •  温柔的废话
    2021-01-12 19:51

    With edismax, leading wildcards are no problem. I just retested it.

    Wildcards in middle of term are no problem either.

    Looks like there is something else wrong. Are you sure you are using edismax?

提交回复
热议问题