Hi,

For a sample collation during spellcheck.

 "collation",{
        "collationQuery":"smart connected factory",
        "hits":109,
        "misspellingsAndCorrections":[
          "smart","smart",
          "connected","connected",
          "fator","factory"]},
      "collation",{
        "collationQuery":"smart connected faster",
        "hits":325,
        "misspellingsAndCorrections":[
          "smart","smart",
          "connected","connected",
          "fator","faster"]},
      "collation",{
        "collationQuery":"sparc connected factory",
        "hits":14,
        "misspellingsAndCorrections":[
          "smart","sparc",
          "connected","connected",
          "fator","factory"]},

The hits in the collationQuery are based on AND between the keyword .

Is it possible to get the collations sorted based on phrase instead of AND

Regards
Ashish



--
Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Reply via email to