Hello,

I am having problems doing highlighting a Solr 3.6 instance, while it was working just fine before on our 1.4 instance.

The solrconfig.xml and schema.xml files are located here:

https://github.com/mpi2/mpi2_solr/blob/master/multicore/main/conf/schema.xml

(please note the incorrect line wrapping - it should be on one line)


https://github.com/mpi2/mpi2_solr/blob/master/multicore/main/conf/solrconfig.xml

(please note the incorrect line wrapping - it should be on one line)


The query I fire off (which worked on the 1.4 instance) is:

/solr/main/select?q=Cbx1&wt=json&hl=true&hl.fl=*&hl.usePhraseHighlighter=true

(please note the incorrect line wrapping - it should be on one line)

I expect a section like:
{
  MGI:105369: {
    symbol: [
      "<em>Cbx</em><em>1</em>"
    ],
    marker_symbol: [
      "<em>Cbx</em><em>1</em>"
    ]
  }
}


I get:
{
  MGI:105369: { }
}


Can anyone help?

Thanks


--
Regards,
      Asfand Yar Qazi
      Team 87 - High Throughput Gene Targeting
      Wellcome Trust Sanger Institute


--
The Wellcome Trust Sanger Institute is operated by Genome Research Limited, a charity registered in England with number 1021457 and a company registered in England with number 2742969, whose registered office is 215 Euston Road, London, NW1 2BE.

Reply via email to