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
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": {
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
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&
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
> 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
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
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
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
> 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
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.
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
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
17 matches
Mail list logo