Re: Solr 5.2.1 highlighting results are not available

2015-08-05 Thread Ahmet Arslan
Hi, I couldn't find anything suspicious. It was allowed to highlight on an indexed="false" field as long as a tokenizer defined on it: https://cwiki.apache.org/confluence/display/solr/Field+Properties+by+Use+Case May be that is changed. Can you try to highlight on a both indexed and stored fie

Re: Solr 5.2.1 highlighting results are not available

2015-08-05 Thread Michał Oleś
Hi, I checked and for me config looks alright but if you can take a look it will be great. Here is whole solrconfig.xml: http://pastebin.com/7YfVZA90 and here is full schema.xml: http://pastebin.com/LgeAvtFf and query result with enabled debug: http://pastebin.com/i74Wyep3

Re: Solr 5.2.1 highlighting results are not available

2015-08-05 Thread Ahmet Arslan
Hi, bq: I don't even see highlighting section in results I mean, it is possible that you are hitting a request/search handler that does not have highlighting component registered. This is possible when you explicitly register components (query, facet, highlighting etc). Lets first make sure i

Re: Solr 5.2.1 highlighting results are not available

2015-08-05 Thread Michał Oleś
Thank you for answer. When I execute the query using q=Warszawa&df=text_index instead of q=text_index:Warszawa nothing changed. If I remove wt=json from query I got response in xml but also without highlight results.

Re: Solr 5.2.1 highlighting results are not available

2015-08-05 Thread Ahmet Arslan
Hi, Your response says wt=json, but your solrconfig excerpt says wt=velocity. May be you are hitting a different request handler? What happens when you submit your query as q=Warszawa&df=text_index On Wednesday, August 5, 2015 8:28 AM, Michał Oleś wrote: I installed solr 5.2.1 and use dih ex

Solr 5.2.1 highlighting results are not available

2015-08-04 Thread Michał Oleś
I installed solr 5.2.1 and use dih example with tika integration to search for pdf content. Everything work as expected except highlighting plugin. When I execute the query I don't even see highlighting section in results: { "responseHeader": { "status": 0, "QTime": 1, "params": {