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
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
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
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.
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