[ 
https://issues.apache.org/jira/browse/SOLR-2429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13068351#comment-13068351
 ] 

Koji Sekiguchi commented on SOLR-2429:
--------------------------------------

As Queries are wrapped into WrappedQuery when {!cache} is specified, 
Highlighter and FastVectorHighlighter cannot highlight them.

Using solr example:

http://localhost:8983/solr/select/?q=headphones&hl=on&hl.fl=includes
=> a snippet returned

http://localhost:8983/solr/select/?q={!cache=false}headphones&hl=on&hl.fl=includes
=> no snippets returned

> ability to not cache a filter
> -----------------------------
>
>                 Key: SOLR-2429
>                 URL: https://issues.apache.org/jira/browse/SOLR-2429
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Yonik Seeley
>             Fix For: 3.4
>
>         Attachments: SOLR-2429.patch
>
>
> A user should be able to add {!cache=false} to a query or filter query.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to