Re: Help for Highlights

2015-09-25 Thread Erick Erickson
Glad to help! Erick 2015-09-25 10:05 GMT-07:00 Leandro Henrique : > Hello Erick, > > Very, very, very thanks! The highlights "null" was fields with stored > parameter setted to "false". > > Thanks again! > > Leandro. > > > Date: Fri,

RE: Help for Highlights

2015-09-25 Thread Leandro Henrique
Hello Erick, Very, very, very thanks! The highlights "null" was fields with stored parameter setted to "false". Thanks again! Leandro. > Date: Fri, 25 Sep 2015 09:14:16 -0700 > Subject: Re: Help for Highlights > From: erickerick...@gmail.com > To: solr-user@lu

Re: Help for Highlights

2015-09-25 Thread Erick Erickson
You're only returning the "submissaoid" and "tituloprojeto" fields (along with score), and dismax is probably searching across other fields (I can't tell from the fragment, it'll be the parameters set up in solrconfig.xml, the select handler). Add &debug=all to the query and you'll see all the fie

Help for Highlights

2015-09-25 Thread Leandro Henrique
Dear Colleagues of Solr-list, I am using the Solr 5.0 on my work to index textual base of approximately 3500 documents. The documents are stored in XML files. Almost everything is right and functioning normally ... unless the highlight functionality. This feature is not working well! After a su