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": {

Problem with Highlighting results

2015-07-29 Thread Zheng Lin Edwin Yeo
Hi, I'm using Solr 5.2.1, and sometimes, the highlighting return with results, but there is no correct match in all the fields that are listed in hl.fl, and there is also no tag on the results at all. What could be the reason that this is happening? I've include my highlighting request handler

AW: No highlighting results with dismax?

2010-04-29 Thread Markus.Rietzler
Mittwoch, 28. April 2010 16:08 > An: solr-user@lucene.apache.org > Betreff: No highlighting results with dismax? > > > Hi, > > Can highlights be returned when using the dismax request handler? > > I read in the below post that I can use a workaround with "qf&

No highlighting results with dismax?

2010-04-28 Thread fabritw
Hi, Can highlights be returned when using the dismax request handler? I read in the below post that I can use a workaround with "qf"? http://lucene.472066.n3.nabble.com/bug-No-highlighting-results-with-dismax-and-q-alt-td498132.html Any advise is greatly appreciated. Reg

Re: Highlighting Results

2010-03-12 Thread Ahmet Arslan
> Hi All > > Im not sure where i'm going wrong but highlighting does not > seem to work for me. > > I have indexed around 5000 PDF documents which went well. > > Running normal queries against the attr_content works > well. > > When adding any hl code it does not seem to make a bit of > differe

RE: Highlighting Results

2010-03-12 Thread Dave Searle
Dave -Original Message- From: Lee Smith [mailto:l...@weblee.co.uk] Sent: 12 March 2010 08:43 To: solr-user@lucene.apache.org Subject: Fwd: Highlighting Results Can anyone help ?? Begin forwarded message: > From: Lee Smith > Date: 11 March 2010 17:25:59 GMT > To: solr-user@luc

Fwd: Highlighting Results

2010-03-12 Thread Lee Smith
Can anyone help ?? Begin forwarded message: > From: Lee Smith > Date: 11 March 2010 17:25:59 GMT > To: solr-user@lucene.apache.org > Subject: Highlighting Results > Reply-To: solr-user@lucene.apache.org > > Hi All > > Im not sure where i'm going wrong but hi

Highlighting Results

2010-03-11 Thread Lee Smith
Hi All Im not sure where i'm going wrong but highlighting does not seem to work for me. I have indexed around 5000 PDF documents which went well. Running normal queries against the attr_content works well. When adding any hl code it does not seem to make a bit of difference. Here is an example

Re: bug? No highlighting results with dismax and q.alt=*:*

2009-05-09 Thread Peter Wolanin
>     body >>>     3 >>>     true >>>   >>>     body >>>     256 >>> >>> >>> Full solrconfig.xml and other files: >>> http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/apachesolr/?pathrev=DRUPAL-6--1 >&g

Re: bug? No highlighting results with dismax and q.alt=*:*

2009-05-08 Thread Marc Sturlese
6 >> >> >> Full solrconfig.xml and other files: >> http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/apachesolr/?pathrev=DRUPAL-6--1 >> >> -- >> Peter M. Wolanin, Ph.D. >> Momentum Specialist,  Acquia. Inc. >> peter.wola...@acquia.com >> > > > > -- > Peter M. Wolanin, Ph.D. > Momentum Specialist, Acquia. Inc. > peter.wola...@acquia.com > > -- View this message in context: http://www.nabble.com/bug--No-highlighting-results-with-dismax-and-q.alt%3D*%3A*-tp23438048p23450189.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: bug? No highlighting results with dismax and q.alt=*:*

2009-05-08 Thread Peter Wolanin
Possibly this issue is related: https://issues.apache.org/jira/browse/SOLR-825 Though it seems that might affect the standard handler, while what I'm seeing is more sepcific to the dismax handler. -Peter On Thu, May 7, 2009 at 8:27 PM, Peter Wolanin wrote: > For the Drupal Apache Solr Integrat

bug? No highlighting results with dismax and q.alt=*:*

2009-05-07 Thread Peter Wolanin
For the Drupal Apache Solr Integration module, we are exploring the possibility of doing facet browsing - since we are using dismax as the default handler, this would mean issuing a query with an empty q and falling back to to q.alt='*:*' or some other q.alt that matches all docs. However, I noti